Generate user-impact QA test scenarios from a code change, in the style of a human QA tester probing real failure states. Use this whenever the user wants QA help on a commit, diff, branch, or PR; asks "what should I test here", "what would break", "what would a user hit"; wants to bootstrap or grow a failure-mode corpus for a repo; or is setting up per-commit / per-PR automated QA. Trigger even if the user does not say "QA" or "test" explicitly, as long as they are asking what could go wrong from a user's perspective for a code change. This skill is product-agnostic and reads the repo it runs in to learn the domain, so it works for any codebase.
$npx -y skills add denisraison/claude-plugins --skill qa-scenariosInstalls into the current project.
Run `npx skills use "https://github.com/denisraison/claude-plugins" --skill "denisraison/claude-plugins/qa-scenarios"` 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/denisraison/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/denisraison/claude-plugins"` and select the relevant skills, then follow their instructions.