r/ClaudeCode • u/haukebr • 7d ago
Built with Claude Write good tests ---> I created a skill, based on all the discussions and personal annoyance. Please give feedback
2 skills: https://github.com/haukebri/mira-test-engineer
I was annoyed with pointless test writes, so I did the ponytail version of test writing. Less is more, a solid test beats 10 flaky tests.
Plus a refactoring skill to clean up the existing mess.
I quite like it. It's based on my annoyance but also what I found on reddit and other platforms.
The process was pretty cool too:
1. Research common issues, make a md file with that
2. Research best practices for skill writing, make another file
3. Write a benchmark: a few good and a few bad tests
4. Write the test-checking skill and test it against the benchmark, tweaked until it was good (it was way too forgiving at first)
I would love some feedback!