These are skills stored in your QA Wolf workspace for QA Wolf’s AI. To install QA Wolf skills in an external coding agent, use the coding-agent plugin guide.
What a skill looks like
A skill is a Markdown file with two parts: frontmatter that names and describes it, and a body with the knowledge itself.What belongs in a skill
Good skill content is anything you would otherwise repeat across many prompts:- Domain vocabulary and what each term maps to in the UI
- Environment quirks, such as which login method works and which test users are seeded
- Team conventions, such as structuring flow headers around AAA
- Links to deeper documentation the AI should fetch when it becomes relevant