awt
Installation
SKILL.md
AWT — Eyes and Hands for Your AI Coding Tool
AWT (AI Watch Tester) gives your AI coding tool the ability to see and interact with web applications. Your AI designs the test strategy; AWT executes it with a real browser — clicking, typing, taking screenshots, and reporting back.
When to Use This Skill
- User wants to test a web application (E2E, QA, regression)
- User says "test it", "check if it works", "verify the login"
- User needs to detect bugs after code changes
- User wants automated regression testing
- E2E test failed and user wants to find the root cause in source code
When NOT to Use
- Unit testing or API-only testing (AWT is for UI/E2E)
- Performance/load testing (use k6, Artillery)
- Mobile native app testing (web and desktop only)