Claude
Skills
Sign in
Back

commit-optimization

Included with Lifetime
$97 forever

Optimization guide for fuse-commit-pro commit workflow. Documents settings to reduce token usage.

General

What this skill does


# Commit Optimization

## Optimization: Disable Built-in Git Instructions

For best results with fuse-commit-pro, add this to your `~/.claude/settings.json`:

```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.

Related in General