Systematically test a deployed application by going through user flows, trying edge cases, and attempting to break things. Outputs structured bug reports that can be converted to user stories for autonomous fixing.
B. Edge Case Testing Try these at each input/interaction point:
| Critical | App broken, data loss, security issue | Crash, XSS vulnerability, data not saving | | High | Major feature broken, bad UX | Can't complete main flow, confusing errors | | Medium | Feature works but has issues | Minor validation missing, UI glitches | | Low | Polish/minor issues | Typos, slight misalignment, minor UX |
Навыки автономного тестирования, которые открывают развернутое приложение, просматривают потоки пользователей, пытаются что-то сломать и пишут подробные отчеты об ошибках. Используйте после развертывания в промежуточной версии. Запускается при: тестировании приложения, поиске ошибок, обеспечении качества развертывания, поломке приложения, тестировании промежуточного состояния. Источник: rohunj/claude-build-workflow.