// Validate quality with multi-agent review, auto-fix issues, generate organized commits, and create PRs with rich context. Use after completing features to ensure quality gates pass and ship confidently.
| name | Reviewing and Shipping |
| description | Validate quality with multi-agent review, auto-fix issues, generate organized commits, and create PRs with rich context. Use after completing features to ensure quality gates pass and ship confidently. |
| allowed-tools | ["Read","Edit","MultiEdit","Bash","Grep","Glob","TodoWrite","Task"] |
I help you ship code confidently: validate quality, fix issues, generate commits, review with agents, and create pull requests.
Review & validate:
Create pull request:
Generate commits:
Most common: Just completed work and want to ship it
"Review and ship this feature"
I'll automatically:
Just need PR: Already validated and committed
"Create a PR for spec-feature-001"
I'll skip validation and just create the PR.
I detect what you need and adapt:
When: "Review my changes", "Ship this" Steps: Validate โ Fix โ Commit โ Review โ PR
Load: @WORKFLOW.md for complete 5-phase process
When: "Quick review", small changes Steps: Basic validation โ Fast commits โ Simple PR
Load: @MODES.md for quick mode details
When: "Create a PR", "Make pull request" Steps: Generate PR description from spec/commits โ Submit
Load: @PR.md for PR creation details
When: "Generate commits", "Organize my commits" Steps: Analyze changes โ Create atomic commits
Load: @COMMITS.md for commit strategies
When: "Validate my code", "Check quality" Steps: Run quality gates โ Report results
Load: @WORKFLOW.md Phase 1
When: "Analyze code quality", "Review for issues" Steps: Multi-agent review โ Detailed report
Load: @AGENTS.md for review strategies
Don't load all files! Only load what's needed for your workflow:
User Intent Detection:
"review my changes" โ Load @WORKFLOW.md (full 5-phase)
"create a PR" โ Load @PR.md (PR creation only)
"generate commits" โ Load @COMMITS.md (commit organization)
"quick review" โ Load @MODES.md (mode selection)
"validate code" โ Load @WORKFLOW.md Phase 1 (validation)
When running full review:
See @WORKFLOW.md Phase 1 for validation details
See @AGENTS.md for fix strategies
See @COMMITS.md for commit generation
See @AGENTS.md for review coordination
See @PR.md for PR creation
โ Language-specific validation (Python, Rust, JS, Go) โ Multi-domain checks (code, security, tests, docs) โ Automatic fixing of common issues โ Clear pass/fail reporting
โ Groups related changes by module โ Atomic commits (one logical change) โ Conventional commit format โ Links to specifications
โ Parallel agent execution โ Domain-specific expertise โ Actionable suggestions โ Required fix identification
โ Spec-driven descriptions โ Quality metrics included โ Test coverage reported โ Links to specifications โ Review insights attached
User: "Review and ship spec-feature-001"
Me:
1. Validate: Run tests, linting, security scan
2. Fix: Auto-fix formatting, delegate complex issues
3. Commit: Generate organized commits
4. Review: Multi-agent code review
5. PR: Create comprehensive pull request
User: "Create PR for spec-feature-001"
Me:
1. Find completed spec
2. Generate PR description
3. Create GitHub PR
4. Report URL
User: "Validate my code"
Me:
1. Run all quality gates
2. Report results (โ
or โ)
3. If issues: List them with fix suggestions
4. Ask: "Fix issues and ship?" or "Just report?"
Total if all loaded: 5609 lines Typical usage: 200-1500 lines (only what's needed)
Full workflow complete when:
PR-only complete when:
I handle the entire "code is done, make it shippable" workflow. From validation to PR creation, I ensure quality and create comprehensive documentation for reviewers.