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.
npx claudepluginhub joshuacastanedaah/sean-mcp-servers --plugin azure-devopsThis skill uses the workspace's default tool permissions.
- User asks to list, create, or manage Git repositories
Manages Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, security alerts, variable groups, environments, branch policies via Python CLI and REST API.
Manage Azure DevOps projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints using Azure CLI extension.
Automates Bitbucket repositories, pull requests, branches, issues, and workspace management via Composio toolkit over Rube MCP. Use for programmatic PR creation, reviews, and repo ops.
Share bugs, ideas, or general feedback.
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 request