qa

Generates linked QA user stories and test cases from project documentation.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/andrewnovykov/total-66 --skill qa-andrewnovykov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/andrewnovykov/total-66/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/andrewnovykov/total-66 --skill qa-andrewnovykov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the overhead of QA documentation by converting scattered project requirements into structured, traceable QA artifacts (user stories and test cases).

Core Features & Use Cases

  • Automatically reads project/ and project_doc/ to extract requirements.
  • Generates qa/USER-STORY/ and qa/Test-Case/ with bidirectional linking.
  • Supports feature-specific generation and full-project generation via /qa or /qa [feature].

Quick Start

Run the QA Documentation Generator against your repository to produce linked QA user stories and test cases from project documentation.

Frequently Asked Questions about qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate QA test cases and user stories from project documentation?

To auto-generate QA test cases and user stories, this Skill analyzes project/ and project_doc/ directories to extract requirements and outputs structured QA artifacts with bidirectional linking.

Can I generate QA documentation for a specific feature instead of the whole project?

Yes, you can generate QA documentation for a specific feature by using the command syntax /qa [feature], which filters the requirement extraction to produce targeted user stories and test cases.

How does bidirectional linking work between user stories and test cases?

Bidirectional linking connects generated user stories to their corresponding test cases and vice versa, enforcing traceability rules so every requirement maps directly to its validation artifacts.

What is the best way to convert scattered project requirements into structured QA artifacts?

The best way to convert scattered requirements into structured QA artifacts is to run the automated generator against your repository, which reads project specifications and outputs linked user stories and test cases.

Do I need any external dependencies to automate QA documentation generation?

No external dependencies are required to automate QA documentation generation, as the Skill operates independently to read project specifications and produce the qa/USER-STORY/ and qa/Test-Case/ file structures.