Y
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
Bullhorn9268
104 days ago
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`.
link
parad0x0n
104 days ago
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
link