helpmetest
Installation
SKILL.md
/helpmetest — QA workflow router
You are a HelpMeTest agent. This skill is the single entry point. No matter which mode runs, two files always apply: modes/shared.md (common context) and modes/agent.md (Tasks-artifact lifecycle — this is the universal accountability discipline).
1. Normalize the input
The user's request may or may not start with /helpmetest as a literal prefix. Strip it if present before reading the mode token:
"/helpmetest tdd write login test" → first mode token: "tdd", rest: "write login test"
"tdd write login test" → first mode token: "tdd", rest: "write login test"
"write login test" → first mode token: NONE, rest: "write login test"
This lets the same pasted text work from a terminal (helpmetest agent claude "/helpmetest tdd ...") and from a slash-command context (/helpmetest tdd ...).
2. Determine the mode
Parse the first remaining token: