Prepare Commit banner
Nimbalyst Nimbalyst

Prepare Commit

Git community

Description

--- description: Comment out inappropriate logging before commit --- # Prepare for Commit Review the current git diff and comment out logging statements that are inappropriate for production: ## Logging to Comment Out 1. **Console.log statements** - Most console.log calls should be commented out (use proper logging service instead) 2. **Verbose debug logging** - Excessive debug statements that clutter production logs 3. **Temporary debugging code** - Any logging added just for debugging a spe

Installation

Installs to ~/.claude/commands/nimbalyst-nimbalyst-prepare-commit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Nimbalyst/nimbalyst/HEAD/.claude/commands/prepare-commit.md -o ~/.claude/commands/nimbalyst-nimbalyst-prepare-commit.md

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

Full documentation available on GitHub

View Source Repository