Azure Repos Helper
Automates Azure DevOps tasks like branch management, pull request creation, and build status checks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-repos-helper npx -- -y @trustedskills/azure-repos-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-repos-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-repos-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Repos. It can retrieve repository information, list branches and pull requests, and potentially perform actions within a specified Azure DevOps project. The agent can be used to automate tasks related to code management and collaboration in Azure environments.
When to use it
- You need to quickly check the status of pull requests in an Azure Repo.
- You want to list all branches available in a specific repository.
- You are automating deployments and require information about the latest commits.
- You need to retrieve details about a particular commit or code change.
Key capabilities
- Retrieves repository information
- Lists branches
- Lists pull requests
Example prompts
- "List all branches in my 'MyProject' Azure Repo."
- "What are the open pull requests for the 'main' branch?"
- "Get details about the latest commit to the 'develop' branch."
Tips & gotchas
This skill requires appropriate permissions within your Azure DevOps organization. Ensure the AI agent has access to the target repository and project.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.