From azure-devops
Azure DevOps repository management, pull requests, branching, and code operations. Use when asked to manage repos, create or review PRs, browse code, or work with branches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure-devops:devops-reposThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User asks to list, create, or manage Git repositories
feat/<description> — new featuresfix/<description> — bug fixeschore/<description> — maintenancedocs/<description> — documentation onlyrefactor/<description> — code restructuringCreating a PR:
devops_create_pull_request with clear title and descriptionmain unless specifiedReviewing a PR:
devops_get_pull_request to fetch detailsdevops_approve_pull_request with appropriate voteVote values: 10=approve, 5=approve with suggestions, 0=no vote, -5=wait, -10=reject
devops_list_repos — List all repositories in a projectdevops_get_repo — Get repository detailsdevops_create_repo — Create a new Git repositorydevops_list_branches — List branches in a repositorydevops_get_file_content — Read a file from a repodevops_list_pull_requests — List pull requests (filter by status)devops_get_pull_request — Get full PR detailsdevops_create_pull_request — Create a new pull requestdevops_approve_pull_request — Vote on a pull requestnpx claudepluginhub joshuacastanedaah/sean-mcp-servers --plugin azure-devopsExpert guidance for Azure Repos: managing Git/TFVC repos, branch policies, PR workflows, auth/permissions, and GitHub Advanced Security. Includes troubleshooting, best practices, and architecture patterns.
Manage Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, and security alerts via REST API. Supports OAuth and PAT authentication.
Automates Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Use when interacting with Bitbucket from Claude.