dev-pr
FeaturedAI DevKit · Publish a ready feature branch for review. Use when the user wants to sync, push, and open or update a code review request on GitHub, GitLab, or another Git host.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- codeaholicguy
- Repository
- codeaholicguy/ai-devkit
- Created
- 11 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
prepare-pr
Prepare a branch for review by committing scoped changes, rebasing on main, running builds, and creating or updating a pull request. Use when the user wants the branch ready for PR review.
package-pr
Build a reviewable pull request from the current branch — title, body, test plan, risk notes and reading order — then open it with gh on confirmation.
pre-pr-review
Use before pushing a branch or opening a pull request - "is this ready?", "can I push?". Runs the repo's local checks, then reads the diff as if someone else wrote it, and fixes what it finds first. A review after the push is a review of something already published.