What problem does it solve?
Many pull requests are opened without clear verification, evidence, or a structured review narrative, which increases reviewer burden and leads to lower-quality merges. This Skill enforces mandatory pre-flight checks, collects verification evidence, and constructs a clear PR body so reviewers can evaluate changes efficiently.
Core Features & Use Cases
- Pre-flight verification: Runs and aggregates lint, test, and typecheck outputs and ensures the branch is not the default branch and has commits ahead.
- PR body generation: Produces a structured PR body including summary, changes, comprehension report, requirements adherence table, key decisions, review findings, and verification evidence.
- Reviewer suggestion & push/create: Suggests reviewers using CODEOWNERS and recent activity, and performs Tier 2 push and PR creation via gh CLI.
- Use Case: Use this Skill when preparing a feature branch for merge to ensure all quality gates pass, reviewers are appropriate, and the PR documents evidence for decisions.
Quick Start
Run the PR lifecycle skill to verify checks, generate a review-ready PR body with evidence, suggest reviewers, and create the pull request.