From zzaia-workspace
Manage repositories in external DevOps portals — read metadata, list branches, create branches, and list repos across Azure DevOps and GitHub
npx claudepluginhub zzaia/zzaia-agentic-workspace --plugin zzaia-workspace--action <read|list-repos|list-branches|create-branch> [options] [--description <text>]commands/behavior/devops/repo/# behavior:devops:repo Unified entry point for repository operations in external DevOps portals. Routes to the appropriate sub-command based on `--action`. ## Parameters | Parameter | Required | Description | |------------|----------|------------------------------------------------------------------------------| | `--action` | Yes | Operation to perform: `read`, `list-repos`, `list-branches`, `create-branch` | ## Action Routing | Action | Command | Desc...
/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.
Unified entry point for repository operations in external DevOps portals. Routes to the appropriate sub-command based on --action.
| Parameter | Required | Description |
|---|---|---|
--action | Yes | Operation to perform: read, list-repos, list-branches, create-branch |
| Action | Command | Description |
|---|---|---|
read | @behavior:devops:repo:read | Read repository metadata |
list-repos | @behavior:devops:repo:list-repos | List all repositories in a project |
list-branches | @behavior:devops:repo:list-branches | List branches, optionally filtered |
create-branch | @behavior:devops:repo:create-branch | Create a new branch from source |
--action from the invocation arguments