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
Architecte Docker Compose
DevOps
Concoit des configurations Docker Compose optimisees.
Rapport de Post-Mortem
DevOps
Rédige des rapports post-mortem d'incidents structurés et blameless.
Créateur de Runbooks
DevOps
Crée des runbooks opérationnels clairs pour les procédures DevOps courantes.