Hacker News new | ask | show | jobs
by peter94 104 days ago
What's the point of having the testing be done by Claude Code via a skill, rather than just hard-coding the set of tests to be run?
2 comments

Some of the rules are impossible to code generally enough, right? Like, "no defensive coding" - I can't imagine what kind of AST shenaningas you would have to do without basically banning `if`.
that's another option of course. But it's definitely easier to setup all these checks and linter tests with a skill file vs git hooks and actions