commit-and-push
Installation
SKILL.md
Commit and Push
Overview
Commit in reviewable batches, push the feature branch, draft PR/MR copy with a Test plan.
Path: inspect → batch → commit → push → draft PR title + description. Does not replace test-design judgment (see test-design) or TDD rhythm (see superpowers:test-driven-development).
Core principle: one commit = one reviewable intent; one PR = one shippable story with a falsifiable Test plan.
When to Use
- User says commit / push / "commit and push" / draft or open a PR/MR
- Working tree mixes concerns that should not land in one commit
- Need a PR Summary + Test plan checklist
When NOT to use: review-only with no ship intent; only designing tests (use test-design).