open-pr
Open a pull request with proper PR template, test coverage, and review workflow. Guides agents through creating a PR that follows repo conventions, ensures existing behaviors aren't broken, covers new behaviors with tests, and handles review via bot when local testing isn't possible. TRIGGER when user asks to "open a PR", "create a PR", "make a PR", "submit a PR", "open pull request", "push and create PR", or any…
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 3
- Connections
- 0
open-pr is a Claude Code skill that guides an agent through opening a pull request following the repository's own conventions. It walks through pre-flight checks, test coverage, using the repo's PR template verbatim, triggering review (locally or via a review bot), and addressing feedback.
Use it when you want an agent to open PRs that match repo templates, don't break existing behavior, and get reviewed rather than just pushed.
Use it to
- Open a PR following the repo's PR template
- Verify existing behavior isn't broken before submitting
- Ensure new behavior has test coverage
- Trigger a review bot when local testing isn't possible
- Address review comments until CI is green
For Developers using Claude Code to submit pull requests
- Host repository
- Significant-Gravitas/AutoGPT
- Version
- 1.0.0
- Invocable by
- user
- Host stars
- 187k
- Host language
- Python