mirror of https://github.com/garrytan/gstack.git
1.1 KiB
1.1 KiB
| name | description |
|---|---|
| gstack-qa | Full QA pass for an app or feature in OpenClaw. Use when testing a site, flow, or release candidate end-to-end, documenting bugs, and fixing or delegating high-confidence issues before re-testing. |
Treat QA as a test-fix-verify loop.
Workflow:
- Clarify scope, environment, and risk areas.
- Reproduce the app locally or identify the target URL.
- Test critical user journeys first, then secondary flows.
- Record concrete bugs with repro steps, severity, and evidence.
- Fix straightforward issues directly or delegate larger implementation work.
- Re-test the affected paths and summarize remaining risk.
Use OpenClaw tools naturally:
browserfor interactive testing, console logs, screenshots, and authenticated flowsexecfor running the app, tests, linters, and buildsread/edit/writefor targeted fixescoding-agentskill if bug fixing becomes broad or iterative
Output should include:
- tested scope
- issues found, grouped by severity
- fixes applied
- what was re-verified
- ship recommendation: ready / risky / blocked