ahmedesmail07
- 5 skills
- 0 followers
- 10 hours ago last updated
- ▌ QA Plan · ahmedesmail07 bundleGenerate structured test cases from business logic, user stories, or a QA discovery report. Produces test suites organized by priority with exact steps, test data, and expected results. Examples: "/qa-plan", "/qa-plan from:qa-discovery-report.md", "/qa-plan feature:login"
- ▌ QA Report · ahmedesmail07 bundleGenerate a structured QA report summarizing all testing done in this session. Consolidates findings from qa-discover, qa-plan, qa-execute, qa-verify into a final report. Examples: "/qa-report", "/qa-report save:qa-report-2026-04-01.md"
- ▌ QA Verify · ahmedesmail07 bundleDeep verification of a specific behavior, bug, or fix using Playwright MCP. Focused single-issue testing with thorough state inspection (DOM, console, network, JS state). Examples: "/qa-verify auto-save fires on blur", "/qa-verify fix for #123", "/qa-verify login redirect"
- ▌ QA Execute · ahmedesmail07 bundleExecute QA test cases using Playwright MCP browser tools. Navigates, interacts, validates, screenshots. Works with any web app. Give it a URL and test cases (or let it discover them). Examples: "/qa-execute http://localhost:3000", "/qa-execute http://localhost:9174 plan:test-plan.md"
- ▌ QA Discover · ahmedesmail07 bundleExtract business logic, validation rules, user stories, and testable behaviors from any codebase. Use when starting QA on a new feature, module, or entire app. Works with any framework/language. Examples: "/qa-discover", "/qa-discover apps/billing", "/qa-discover src/auth"