scenarios

Installation
SKILL.md

Scenario Testing

End-to-end validation using real dependencies, no mocks ever.

<when_to_use>

  • End-to-end feature validation
  • Integration testing across services
  • Proof programs demonstrating behavior
  • Real-world workflow testing
  • API contract verification
  • Authentication flow validation

NOT for: unit testing, mock testing, performance benchmarking, load testing

</when_to_use>

<iron_law>

Related skills
Installs
9
GitHub Stars
26
First Seen
Jan 26, 2026