Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /gs:qa instead. Proactively suggest when the user wants a bug report without any code changes. (gstack)
$npx -y skills add thanh-abaii/gstack-windows-port --skill gstack-qa-onlyInstalls into the current project.
Run `npx skills use "https://github.com/thanh-abaii/gstack-windows-port" --skill "thanh-abaii/gstack-windows-port/gstack-qa-only"` 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/thanh-abaii/gstack-windows-port" that are relevant to the current task. Run `npx skills add "https://github.com/thanh-abaii/gstack-windows-port"` and select the relevant skills, then follow their instructions.