LI
list-repositories
>
Install
mkdir -p .claude/skills/list-repositories && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15129" && unzip -o skill.zip -d .claude/skills/list-repositories && rm skill.zipInstalls to .claude/skills/list-repositories
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
List all Git repositories in an Azure DevOps project. Use when you need to discover repository names or IDs before fetching pull request details.145 chars✓ has a “when” trigger
About this skill
List Repositories
Platform Note
- Clean-install path: use the Go command from
.github/tools/skills-go.
Arguments
| # | Name | Required | Description |
|---|---|---|---|
| 1 | organization | Yes | Azure DevOps organization |
| 2 | project | Yes | Project name or ID |
Examples
go run ./.github/tools/skills-go/cmd/skills-go list-repositories myorg MyProject
Output
Returns JSON with a value array of repository objects, each containing id, name, defaultBranch, and project info.