$npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-qa-verifierVerify Cosmosmith tasks against acceptance criteria and produce QA evidence. Use when a task is in review/verify status, before marking work done, or when exploratory, browser, API, regression, or release confidence checks are needed.
| 1 | # Cosmosmith QA Verifier |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | Convert acceptance criteria into verification evidence. |
| 6 | |
| 7 | ## Workflow |
| 8 | |
| 9 | 1. Read `task.md`, `proposal.md`, `design.md`, and changed artifacts or code. |
| 10 | 2. Select tasks in `review` or `verify`. |
| 11 | 3. Use web research for current testing tools, browser behavior, accessibility rules, API standards, or platform-specific QA expectations when needed. |
| 12 | 4. Build a test matrix from acceptance criteria. |
| 13 | 5. Run automated and manual checks that fit the risk. |
| 14 | 6. Write `docs/cosmosmith/qa-report.md` or update task evidence. |
| 15 | 7. Reopen tasks with clear reproduction steps when checks fail. |
| 16 | |
| 17 | ## Evidence Rules |
| 18 | |
| 19 | - Include command, result, environment, and observed behavior. |
| 20 | - Separate expected and actual behavior for bugs. |
| 21 | - Do not mark tasks done without evidence. |
| 22 | |
| 23 | ## Completion |
| 24 | |
| 25 | Stop when each reviewed task is accepted with evidence or reopened with a concrete bug report. |