What problem does it solve?
It removes the effort of writing a reviewer-friendly pull request by turning branch diffs and commit history into a structured PR description and a tailored test plan.
Core Features & Use Cases
- Automated change review before PR creation: Runs a code review swarm and blocks PR creation when blocking/major issues are found.
- Context-aware PR drafting: Detects ticket references from your branch naming and formats the PR body to match project conventions.
- Structured test plan generation: Produces checkbox-based test steps based on the type of changes in the commits.
- Feature flag change disclosure: Detects changes to
feature-flags.* registry files, extracts JSDoc flag metadata, and inserts a required ## Flags section.
- GitHub PR creation: Pushes the branch and opens a PR using
gh pr create, including a properly formatted heredoc body.
Quick Start
Open your terminal, create or update your branch for the work, and run the skill by typing "/pr-create" to generate and submit a PR with a structured description, test plan, and any required flags section.