npx claudepluginhub zzaia/zzaia-agentic-workspace --plugin zzaia-workspace--portal <azure|github> --project <name> [--description <text>]commands/behavior/devops/repo/list-repos/## PURPOSE Retrieve and display a list of all repositories within a specified project or organization across Azure DevOps or GitHub. ## EXECUTION 1. **Validate inputs**: Confirm portal and project parameters are provided 2. **Fetch repositories**: Call appropriate portal API or CLI tool - Azure DevOps: Use `mcp__azure-devops__repo_*` tools to list project repos - GitHub: Use `gh` CLI to list organization repositories 3. **Parse response**: Extract repository names and metadata 4. **Return result**: Display list of repositories ## DELEGATION **MANDATORY**: Always invoke the age...
/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLStarts git-flow release: validates <version> semver, creates release/<version> branch, bumps version in project files, commits, and pushes to origin.
/SKILLReviews SwiftUI and Swift code for best practices, modern APIs, data flow, navigation, accessibility, performance. Outputs issues by file with before/after fixes and prioritized summary.
Retrieve and display a list of all repositories within a specified project or organization across Azure DevOps or GitHub.
Validate inputs: Confirm portal and project parameters are provided
Fetch repositories: Call appropriate portal API or CLI tool
mcp__azure-devops__repo_* tools to list project reposgh CLI to list organization repositoriesParse response: Extract repository names and metadata
Return result: Display list of repositories
MANDATORY: Always invoke the agents defined in this command's frontmatter for their designated responsibilities. Never skip, replace, or simulate their behavior directly.
zzaia-devops-specialist — Query portal APIs and enumerate repositoriessequenceDiagram
participant U as User
participant C as Command
participant A as zzaia-devops-specialist
U->>C: /capability:repo:list-repos --portal <portal> --project <project>
C->>A: Query repositories in project
A-->>C: List of repositories
C-->>U: Formatted repository list
/capability:repo:list-repos --portal azure --project MyOrg
/capability:repo:list-repos --portal github --project my-org
List of repositories with names and relevant metadata: