qa
Installation
SKILL.md
Critical Rules
- Markdown output: soft-wrap prose, never hard-wrap — when any qa workflow writes a
.mdartifact (debug report, smoke report) or markdown posted to GitHub/GitLab/Linear viareport, write each paragraph as one continuous line; do not insert manual newlines to wrap prose at a fixed column width. Newlines still separate paragraphs, list items, headings, and code fences.
Dispatcher
The raw invocation args (filled by Claude Code / OpenCode slash commands): $ARGUMENTS. If this line is not filled in, read the verb and remaining args from the user's current message.
VERB = first non-flag arg
case VERB:
"" → help
"test" → smoke
"browse" → smoke
"investigate"→ debug
"file" → report
"post" → report
Dispatch to references/workflows/{VERB}.md