Vibe Coding
Tip: a quality-gate skill that blocks the agent from editing the tests it just failed
smixs/code-quality-skill (created 2026-09-21) opens with the right question, 'your AI agent made the tests green, did it fix the code or the tests?', and answers it with git hooks plus Stop hooks that block test tampering and hold one CRAP complexity bar on every changed function. It also checks diff coverage, secrets and dependencies, covers 12 languages from a single config file with no server, and ships adapters for Claude Code (skill), Codex (Stop hook) and pi (extension). MIT, 126 passing tests. The design point worth stealing regardless of the tool: put the gate in a hook the harness runs, not in an instruction the model can route around.
Source
↳ Follow the thread