What problem does it solve?
It solves inconsistent or slow branch and pull request workflows by enforcing fast, predictable checks and evidence-first PR descriptions so changes get reviewed efficiently.
Core Features & Use Cases
- Fast branch + PR setup: Creates a consistent
codex/ branch naming pattern and keeps scopes narrow for mergeability.
- Change-type quality gates: Selects and runs the right validation steps for docs/styles vs Rust-touching changes, including formatting, clippy, and test execution with explicit “gate must pass before first push” guidance.
- Review-ready PR descriptions: Ensures the PR body contains objective validation evidence, risk notes, and follow-ups to reduce back-and-forth during review.
- Post-failure handling: Provides a clear remediation strategy (squash and force-push with explicit confirmation) if checks fail after pushing.
- Perf-claim workflow: Adds a benchmark baseline/after verification path for hot-path or performance claims.
Quick Start
Use this skill to generate a branch and PR plan for your change, including the exact quality gate steps to run based on whether you modified docs/styles or Rust code.