/elite-qa
NewManual QA test plans for human testers. Click-by-click walkthroughs, priority tagging, regression checklists, and edge case libraries.
What It Covers
- Click-by-click test plans with expected outcomes
- Priority tagging for critical path vs nice-to-have scenarios
- Regression checklists tied to feature areas
- Edge case library with boundary and error conditions
- Cross-browser and device testing matrices
- Smoke test suites for deploy verification
Install This Skill
npx skills add jackmcpickle/eliteskills --skill elite-qa
Or install all skills: npx skills add jackmcpickle/eliteskills
Install
Terminal
$ npx skills add jackmcpickle/eliteskills --skill qa Skill Structure
tree
.claude/skills/qa/
├── SKILL.md
├── qa-checklist.md
└── edge-cases.md Example Prompts
QA a pull request
> /elite-qa Generate a manual QA test plan for this PR with click-by-click steps QA a feature area
> /elite-qa Create a comprehensive QA checklist for the checkout flow Regression checklist
> /elite-qa Build a regression checklist for the auth module after this refactor Edge case library
> /elite-qa Generate an edge case library for file upload including size limits, formats, and error states Best Practices
- Start with the happy path before covering edge cases
- Tag each test case with priority (P0-P3) so testers know what to run first
- Include exact expected results, not just "should work"
- Group related test cases by feature area for efficient test runs
- Update regression checklists whenever a bug is found and fixed