The Pre-Commit Audit skill acts as a final quality gate for developers, scanning staged changes for common mistakes such as exposed API keys, forgotten console logs, and undocumented TODOs. By integrating directly into the Claude Code workflow, it helps maintain high repository standards, prevents security leaks, and ensures that shared branches remain clean and production-ready. It provides a structured report categorizing findings into clean, warning, or blocked status, allowing for rapid remediation of technical debt and security risks.
主要功能
01Automatic secret and credential detection for AWS keys and private tokens
02Monitors staged file sizes and accidental binary file additions
03Identifies forgotten debug statements like console.log and print
04Flags TODOs and FIXMEs lacking ticket or issue references
05Detects disabled tests and excessive commented-out code blocks
066 GitHub stars