pr-commiter
Installation
SKILL.md
PR Committer
Use bundled script scripts/pr-commiter for a deterministic commit that enforces branches and PR creation.
Flow
- Preflight
git status --porcelain=v1 -bgit branch --show-current- If merge/rebase/cherry-pick in progress, stop.
- If on protected branch, the script will create a new branch automatically.
- Pick files
- Use explicit paths only. Never use
.. - If unsure, list candidates from
git statusand ask for selection.