From hhk7734
Use when the user asks to run /commit-push-pr, commit current changes, push the branch, and open a GitHub pull request from the current repository.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hhk7734:commit-push-prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Commit the current changes, push the branch, and create a GitHub pull request.
Commit the current changes, push the branch, and create a GitHub pull request.
This skill builds on commit-push (which itself builds on commit): branch if needed, run that workflow, then open a PR.
git status --shortgit branch --show-currentgit remote -vgit log --oneline -10main, master, or trunk, create a new branch before committing. Use a short kebab-case branch name based on the dominant change.commit-push skill end-to-end to verify agent-instruction compliance, create focused Conventional Commits, and push the branch.gh pr create.
git status --short.Use this structure unless the repository has a stronger established template:
## Summary
- ...
- ...
## Test Plan
- [ ] ...
commit and commit-push skills.gh is unavailable or unauthenticated, commit and push if possible, then report the exact blocker.main, master, or trunk; branch first.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub hhk7734/hhk7734 --plugin hhk7734