qa
SolidVerify a feature works after implementation. Actively try to break it — edge cases, error paths, integration wiring, and real usage flows.
AI & Automation 494 stars
68 forks Updated today AGPL-3.0
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# QA
## Planner Entry
Run `/qa` only when the user explicitly requests adversarial validation or an
actionable PR/CI finding needs it. Do not add QA as a pre-PR quality gate:
task-defined tests and the two PR AI reviewers are the default evidence.
Verify that a feature works as intended after implementation. Assume bugs exist and hunt for them.
Mindset: you are not confirming it works — you are discovering where it breaks.
## Available skills
- **`/tdd`** — Use when unit or integration coverage is missing.
- **`/e2e`** — Use when a user-facing flow lacks browser coverage.
---
## Before starting: create the pipeline
Create these tasks immediately (use your task/todo tracking tool if available):
1. **Understand the intent** — Read task/PR/commits to understand what was built
2. **Trace the wiring** — Verify the feature is actually connected end-to-end
3. **Test the happy path** — Run the feature as a user would
4. **Try to break it** — Boundary values, error paths, concurrency, auth
5. **Verify test coverage** — Check for missing tests and report gaps
6. **Report** — Summarize findings with verdict
Mark each task in_progress when you begin it and completed when you finish it.
---
## Phase 1: Understand the intent
Mark task 1 as in_progress.
Read the task description, PR, or recent commits to understand what was built and what it should do. Identify:
- The expected behavior (happy path)
- System boundaries (user input, API endpoints, external data)
- Integration p...
Details
- Author
- kdlbs
- Repository
- kdlbs/kandev
- Created
- 6 months ago
- Last Updated
- today
- Language
- Go
- License
- AGPL-3.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
qa
Use after finishing a feature or fix to confirm it actually works, when the user says "test this", "does it work", "verify this", "QA it", or before shipping something that has never been driven end-to-end. Also when the user asks for tests to be written or wants to work test-first.
13 Updated 3 days ago
mehrad-dm Testing & QA Listed
role-qa
Install QA role on a session. The tough batch gate before deploy — stand the assembled system up in a dev environment and try hard to break it, through the project's own test discipline.
2 Updated 1 weeks ago
ryan-scheinberg AI & Automation Solid
qa
Test writing - pytest suites, edge cases, regressions.
736 Updated today
sipyourdrink-ltd