Commit Message Honesty Precheck

Use before writing or finalizing a git commit message, especially when the subject line uses words like "NO-OP fix", "no behavior change", "refactor only", "trivial", "cleanup", "minor", "simple bump", "doc-only" — these phrases are often LIES in disguise that hide real semantic changes. Trigger on phrases like "small fix", "just a refactor", "NO-OP", "behavior unchanged", "trivial change", "harmless cleanup", "just bumping the default", or before any commit that touches a default value, signature, env-var fallback, or filter parameter. Do NOT load for genuinely cosmetic changes (typos, comments-only, whitespace), for first-line spelling, or for non-git contexts (slack messages, jira tickets).

Ed3Design cbe9308 4.7 KB Updated

File contents

Ed3Design/ed3design-skill-bundles/tree/main/code-quality/skills/commit-message-honesty-precheck commit cbe9308c81

Frequently asked questions

npx skillmds@latest add ed3design/commit-message-honesty-precheck