backend-testing
Installation
SKILL.md
Backend Testing
Use this skill as a packet-first backend testing router.
The job is not to dump boilerplate for every framework. The job is to:
- classify the request into the right backend test packet,
- pick the smallest credible mix of test layers,
- make dependency realism and data control explicit,
- split local vs PR vs slower lanes honestly,
- route policy, contract-shape, and auth-implementation work away when they are the real task.
Read these when needed:
Related skills