Write unit and integration tests

test-engineerskillsetup L20
batterfried-philosophy172/Agent-Startup-Skills
What it does

Write unit integration edge case tests

Best for

Blocking bugs before QA when automated test coverage beats manual testing ROI.

Inputs
  • · Implemented codebase
  • · API endpoints
Outputs
  • · Test files, testing_plan.md, manual test checklist
Requires
  • · Test framework (Jest, Pytest, etc)
Preconditions
  • · Code implemented
  • · Dependencies installed
Failure modes
  • · Untestable code structure
  • · External service unavailable
  • · Test runner misconfigured
Trust signals
  • · 5+ edge case categories
  • · API integration tests
  • · Coverage strategy documented