Fast-track CodeRabbit issues to PRs. Finds newest unclaimed coderabbit issue, assesses complexity, claims it, and outputs implementation context. Use when asked to do coderabbit issues, pick up a code...
1
AI 95
ticket-intake
christian-byrne2/8/2026
Parse ticket URL (Notion or GitHub), extract all data, initialize pipeline run. Use when starting work on a new ticket or when asked to pick up a ticket.
1
AI 92
slack-context-fetcher
christian-byrne2/8/2026
Fetches Slack thread content using a Slack bot for ticket context enrichment. Use when tickets reference Slack threads or discussions.
1
AI 92
review-orchestrator
christian-byrne2/8/2026
Dispatch review subagents, compile feedback, triage for human decision. Use after quality gates pass.
1
AI 92
pr-creator
christian-byrne2/8/2026
Generate PR description, create PR with labels, update Notion. Use after final QA is approved and changes are committed.
1
AI 92
quality-gates-runner
christian-byrne2/8/2026
Run all quality gates (lint, format, typecheck, tests) via subagents. Use after implementation is complete.
1
AI 92
ci-checker
christian-byrne2/8/2026
Checks GitHub CI status and guides fixing failures. Use when asked to check CI, verify PR checks, or diagnose CI failures after PR creation.
1
AI 90
plan-generator
christian-byrne2/8/2026
Generates high-level implementation plan from research findings. Use after research is reviewed and approved. Iterates with human before moving to tasks.
1
AI 90
pipeline-tracker
christian-byrne2/8/2026
Syncs pipeline status to Notion and views dashboard. Use to check pipeline status, sync to Notion, resume runs, or archive completed work.
1
AI 82
pr-split-advisor
christian-byrne2/8/2026
Analyzes implementation plans and recommends PR splitting strategy. Use after a plan.md is approved to determine single PR, vertical slices, or stacked PRs approach.
1
AI 82
coderabbit-reviewer
christian-byrne2/8/2026
Integrates CodeRabbit for automated PR code review. Use after PR creation to get AI-powered review feedback before human review.
1
AI 78
final-qa-launcher
christian-byrne2/8/2026
Start dev server, generate QA checklist, guide manual verification. Use before creating PR.
1
AI 76
metrics-dashboard
christian-byrne2/8/2026
Tracks pipeline velocity, success rates, and cycle times. Use to view performance metrics, identify bottlenecks, and generate reports.
1
AI 68
quality-checks
christian-byrne2/5/2026
Runs quality gates (format, lint, typecheck) via single script. Use when asked to lint, format, check types, run quality checks, or validate code before committing.