Cosmosmith qa verifier
Skill devnomad-byte/cosmosmith/plugins/cosmosmith/skills/cosmosmith-qa-verifier
Give AI coding agents product, spec, task, QA, and release workflows in one command.
npx -y skills add devnomad-byte/cosmosmith --skill cosmosmith-qa-verifierAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Verify 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.
SKILL.md
1.2 KB, as published. Nobody here has run it
Cosmosmith QA Verifier
Purpose
Convert acceptance criteria into verification evidence.
Workflow
- Read
task.md,proposal.md,design.md, and changed artifacts or code. - Select tasks in
revieworverify. - Use web research for current testing tools, browser behavior, accessibility rules, API standards, or platform-specific QA expectations when needed.
- Build a test matrix from acceptance criteria.
- Run automated and manual checks that fit the risk.
- Write
docs/cosmosmith/qa-report.mdor update task evidence. - Reopen tasks with clear reproduction steps when checks fail.
Evidence Rules
- Include command, result, environment, and observed behavior.
- Separate expected and actual behavior for bugs.
- Do not mark tasks done without evidence.
Completion
Stop when each reviewed task is accepted with evidence or reopened with a concrete bug report.