Use this skill when the user needs to test features before deployment, create test scenarios, find edge cases, or verify bug fixes. Covers manual testing workflows, cross-browser testing, edge case identification, and testing checklists for non-technical founders.
Installation
SKILL.md
Rule: Build → Test → Fix → Test again → Deploy
| Only test happy path | Test edge cases too | | Test only on Chrome desktop | Test mobile + Safari | | Skip testing forms | Forms are where bugs hide | | Test while AI still building | Wait until feature complete | | Ignore console errors | Fix all errors before deploy | | Test with perfect data | Test empty, long, invalid data |
✅ Main user flow works perfectly ✅ Edge cases handled gracefully ✅ Works on mobile and desktop ✅ Works in Chrome and Safari ✅ Error messages clear and helpful ✅ Can't break it with weird input ✅ No bugs reported by users
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/whawkinsiv/claude-code-superpowers --skill test- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is test?
Use this skill when the user needs to test features before deployment, create test scenarios, find edge cases, or verify bug fixes. Covers manual testing workflows, cross-browser testing, edge case identification, and testing checklists for non-technical founders. Source: whawkinsiv/claude-code-superpowers.
How do I install test?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whawkinsiv/claude-code-superpowers --skill test Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/whawkinsiv/claude-code-superpowers
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12