List Projects

List all projects in an Azure DevOps organization. Use when you need to discover project names or IDs before fetching repository or pull request details.

sasky80 d7c5b2c 667 B Updated

File contents

List Projects

Platform Note

  • Clean-install path: use the Go command from .github/tools/skills-go.

Arguments

# Name Required Description
1 organization Yes Azure DevOps organization

Examples

go run ./.github/tools/skills-go/cmd/skills-go list-projects myorg

Output

Returns JSON with a value array of project objects, each containing id, name, description, and state.

sasky80/ado-reviewer/tree/main/.github/skills/list-projects commit d7c5b2c16c

Frequently asked questions

npx skillmds@latest add sasky80/list-projects