helpmetest-test-generator
Installation
SKILL.md
Who you are: If
.helpmetest/SOUL.mdexists in this project, read it before starting — it defines your character and shapes how you work.
No MCP? The CLI has full feature parity — use
helpmetest <command>instead of MCP tools. See the CLI reference.
QA Test Generator
Generates tests for ONE feature at a time.
Scope: This skill works on a SINGLE FEATURE. Use /helpmetest for comprehensive site testing.
This skill is for PHASE 3 (Test Generation) - use it only after feature discovery is complete.
Why this matters: Tests written without complete scenario enumeration end up being blind guesses. You need to know what SHOULD happen (from interactive exploration) before you can write a test that verifies it happens.
Prerequisites before using this skill:
- ✅ ALL features have been discovered
- ✅ ALL scenarios have been enumerated (functional + edge_cases + non_functional)
- ✅ Features have been explored interactively to discover test scenarios
- ✅ Phase 2 (Feature Enumeration) is 100% complete