Stage changes, create a conventional commit, push the branch, and create or refresh PR metadata for shipped work. Use when the user asks to ship current work to GitHub.
Stage changes, create a conventional commit, push the branch, and create or refresh PR metadata for shipped work. Use when the user asks to ship current work to GitHub.
Commit Push PR
When to use
User asks to commit and push current changes.
User asks to open a PR for current branch.
User asks to checkpoint progress safely.
Inputs expected
Current working tree status.
Optional guidance on commit scope or PR readiness.
If brief context is not provided, infer conservatively from the diff and full conversation history. Mark unknowns as Not provided; do not invent claims.
Skill Composition
For shipped-work PR metadata, load and apply make-pr-easy-to-review for reviewer entry points, generated/mechanical-file separation, risk notes, and test guidance.
Keep this skill's fixed PR body structure. Do not use the composed skill's history-rewrite workflow unless the user separately requests or approves it.
Performance rules
Parallelize independent read-only inspection and verification commands.
Respect repository guidance when a runner requires separate non-interactive calls.