pr-prep
Installation
SKILL.md
PR Preparation Skill
Systematic PR preparation that validates tests and generates high-quality PR bodies.
Overview
Prepares contributions by analyzing the target repo's conventions, git history, test coverage, and generating properly-formatted PR bodies.
When to Use:
- Preparing a PR for an external repository
- Contributing bug fixes or features
When NOT to Use:
- Internal commits (use normal git workflow)
- PRs to your own repositories
Workflow
Related skills