Generic autonomous QA suite for any project — reads a test plan (markdown file or inline spec), runs all tests using Chrome CDP + iterate cycles, fixes bugs found, and produces a final QA report. Works with any web stack. Trigger with /full-qa [path-to-test-plan.md]. Use before releases, after significant changes, or whenever you want a full system health check.
$npx -y skills add devotts/fable-it --skill full-qaInstalls into the current project.
Run `npx skills use "https://github.com/devotts/fable-it" --skill "devotts/fable-it/full-qa"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/devotts/fable-it" that are relevant to the current task. Run `npx skills add "https://github.com/devotts/fable-it"` and select the relevant skills, then follow their instructions.