Most Used Tags
Use when the user invokes /commit or asks to commit changes. Commits only agent-affected files using conventional commits, then rebases and pushes.
Use when diagnosing bugs, performance issues, or unexpected behavior that may span multiple packages, services, or layers. Triggers include 504s, auth failures, data mismatches, slow queries, or any symptom crossing service boundaries.
Checkpoint your understanding to prevent context loss and scope drift during complex tasks.
Enable full autonomous mode for seamless execution without interruptions.
Build UI with shadcn/ui components while enforcing best practices for accessibility and theming.
Organize messy working trees into logical commits effortlessly.
Create structured pull requests effortlessly from branch commits.
Orchestrate parallel agents to efficiently execute complex tasks with clear roles.
Use when the user invokes /help or asks what bb commands are available. Lists all skills with short descriptions.
Verify codebase health before committing or deploying by running type-check, lint, and build.