dev-pr
SolidOperator-sanctioned alternative to bare `git push` from agent context. Open a PR from the current feature branch with a body assembled inline from commit history, the test command's last output, screenshots, and an optional project PR template. Refuses on protected branches, dirty trees, or zero commits ahead. Run as the final step of a ticket.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- gtapps
- Repository
- gtapps/claude-code-hermit
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
pr
Analyzes branch changes and opens a draft pull request. Detects the base branch from where this one was cut, refines the body through a prose review before it goes up, and captures a screenshot when the change touches the UI.
create-pr
Use when creating or opening a pull request, or pushing branch work for review, in any git repository. Triggers include "create PR", "open PR", "submit PR", "make a PR", "raise a PR", or wanting to turn a branch into a reviewable pull request. Applies Composable Kernel (CK) team conventions automatically when the repo is detected as CK.
creating-prs
Verify quality gates, push the branch, open a PR with a Conventional Commit title and body from commit history, then decide and execute its merge path. Use for /creating-prs, "open a PR", "create a pull request", "ship this for review", "get this merged", or after finishing a fix. Requires gh CLI auth. GitHub stance: gh CLI (ADR-0030).