Help us improve
Share bugs, ideas, or general feedback.
From fuse-commit-pro
Optimization guide for fuse-commit-pro commit workflow. Documents settings to reduce token usage.
npx claudepluginhub fusengine/agents --plugin fuse-commit-proHow this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-commit-pro:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For best results with fuse-commit-pro, add this to your `~/.claude/settings.json`:
Enforces git commit best practices with conventional commits format, atomic principles, type prefixes, and semantic versioning for clear, meaningful history. Use when committing code.
Manages Git commit workflow using Conventional Commits format with safety protocols. Creates, validates, executes commits; handles hooks, PRs, and safety checks before operations.
Analyzes uncommitted changes, groups by cohesion, and generates commit messages matching project style. Outputs git commands or executes with --execute.
Share bugs, ideas, or general feedback.
For best results with fuse-commit-pro, add this to your ~/.claude/settings.json:
{
"includeGitInstructions": false
}
This removes Claude Code's built-in commit/PR workflow instructions from the system prompt, saving 2-5% context tokens. fuse-commit-pro provides its own comprehensive git workflow that supersedes the defaults.
Note: CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1 env var takes precedence over this setting.