Stats
Actions
Tags
From stepwise-git
Creates git commits with user approval, semantic commit format (conventional commits), and no Claude attribution. Groups related changes and presents a plan before committing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stepwise-git:commitsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- SPDX-License-Identifier: Apache-2.0
Create git commit(s) for the changes in this session. Present a plan first, then commit only after the user confirms.
TYPE([SCOPE])[!]: description (e.g. feat(kyc): add disapproval reason to kyc mail)
feat, fix, refactor, perf, style, test, docs, build, ops, chore, revert, reapply! before :, or a BREAKING CHANGES: footergit add specific files only — never -A or .Co-Authored-By linesgit commitCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.
npx claudepluginhub nikeyes/stepwise-dev --plugin stepwise-git