name: behavior:devops:repo description: Manage repositories in external DevOps portals — read metadata, list branches, create branches, and list repos across Azure DevOps and GitHub argument-hint: "--action <read|list-repos|list-branches|create-branch> [options] [--description <text>]"
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 | 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 |
Instructions
- Parse
--actionfrom the invocation arguments - Delegate to the corresponding command per the table above, forwarding all remaining arguments
- Follow the delegated command's own instructions in full
Docker Compose Architect
DevOps
Designs optimized Docker Compose configurations.
Incident Postmortem Writer
DevOps
Writes structured and blameless incident postmortem reports.
Runbook Creator
DevOps
Creates clear operational runbooks for common DevOps procedures.