Git commit workflow for creating clean commits without Claude attribution.
/stepwise-git:commit- Create git commits with user approval and no Claude attribution
# Add marketplace
/plugin marketplace add nikeyes/stepwise-dev
# Install this plugin
/plugin install stepwise-git@stepwise-dev# Create a commit
/stepwise-git:commitThis will:
- Run
git statusto see untracked files - Run
git diffto see changes - Run
git logto match commit message style - Draft a commit message focusing on "why" not "what"
- Stage relevant files
- Create the commit
- Verify with
git status
- No Claude attribution: Commits are attributed to you, not Claude
- Smart staging: Only stages relevant files, warns about secrets
- Style matching: Follows your existing commit message patterns
- Pre-commit hook support: Handles hook failures gracefully
- stepwise-core: Core workflow for Research → Plan → Implement → Validate
- stepwise-web: Web search and research capabilities
Apache License 2.0 - See LICENSE file for details.