概要
Completion Integrity is a specialized skill designed to maintain high development standards by preventing 'cheating' during the coding process. It implements a Git pre-commit hook that automatically audits staged changes for integrity violations, such as commented-out tests, deleted assertions, or silenced linter warnings. This is particularly useful when working with AI agents to ensure that tasks are completed with actual fixes rather than workarounds, guaranteeing that the codebase remains robust and verifiable.