fortify
Installation
SKILL.md
/fortify — Testing That Proves Your Code Works
Drop into any project, detect its stack, install the professional testing ecosystem, write thorough tests, run them until green, and verify they catch real bugs. The output isn't test files — it's proof your code works.
When NOT to use this skill
- Project has comprehensive, verified test coverage already → run the tests, don't re-fortify
- You just need to run existing tests →
npm test/pytest/ whatever directly - You want to review build plans or design docs →
/architect - You want to optimize a skill's prompt quality → that's eval optimization, different thing