Manage Azure DevOps pull requests — create, checkout, list, complete. Trigger when user says "/dev-azdo:pr <op>", "create PR", "checkout PR 123", "list PRs", "complete PR", or otherwise asks to operate on an AZDO pull request.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add lttr/claude-marketplace --skill pr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lttr-claude-marketplace)More formats (shields.io, HTML) on the badges page.
---
name: pr
description: Manage Azure DevOps pull requests — create, checkout, list, complete. Trigger when user says "/dev-azdo:pr <op>", "create PR", "checkout PR 123", "list PRs", "complete PR", or otherwise asks to operate on an AZDO pull request.
---
# PR (Azure DevOps)
Multi-op skill. Dispatch on first word of `$ARGUMENTS`.
## Dispatch
| Op | First word(s) | Reference |
| ------------ | -------------------------------- | ------------------------ |
| **create** | `create` (or empty) | `references/create.md` |
| **checkout** | `checkout <id>` | `references/checkout.md` |
| **list** | `list` (optional `mine` / `all`) | `references/list.md` |
| **complete** | `complete` | `references/complete.md` |
Unknown op → ask user.
## Workflow
1. Parse op from `$ARGUMENTS`
2. Read corresponding `references/<op>.md`
3. Execute steps in that file
4. Report result
## Notes
- `create` errors if on `main`/`master` — tells user to run `feature-branch` first.
- `create` errors if no commits ahead of base — tells user to commit first (commit logic is intentionally not bundled).
- For PR comment threads, use `pr-comments` skill.
- For reviewing the diff, `aiwork:code-review-diff` does it if the `aiwork` plugin is installed. Not required — this skill never invokes it; without it, review the diff however you normally would.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!