wgdotnet

Commit

general

Description

Review all local modifications relative to HEAD, including both staged and unstaged changes. Before committing, check for any of the following patterns: TODO, FIXME, HACK, or similar developer notes. Commented-out blocks of code. Debugging or test flags left enabled (e.g., DEBUG = true, test_mode = 1, or console.log/print calls used for debugging). Clearly temporary or experimental code (e.g., "temp", "try", "placeholder", "test data"). Hardcoded, rigged, or mocked logic used for testing —

Installation

Installs to ~/.claude/commands/wgdotnet-awesome-claude-code-commit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wgdotnet/awesome-claude-code/HEAD/.claude/commands/commit.md -o ~/.claude/commands/wgdotnet-awesome-claude-code-commit.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository