Quality Assurance Skill
Help agents combine testing strategy, code-quality enforcement, and validation gates into one framework — so code is tested, maintainable, and production-ready.
What does this skill do?
How it works
Design the testing strategy
The agent designs a 70/20/10 test pyramid with coverage targets and framework choices, and plans CI/CD automation.
Enforce code quality
It reviews for readability, maintainability, security, and type safety using a pre-review checklist and a 0–100 scoring rubric.
Set validation gates
It defines entry and exit criteria for each phase, from discovery through deployment, to prevent premature transitions.
Track quality
It produces deliverables — a test strategy, quality standards, gate criteria, and a quality dashboard with trends.
Best use cases for this skill
Frequently asked questions
What does the Quality Assurance skill do?
It combines testing strategy, code-quality enforcement, and validation gates into one framework — test pyramids, coverage targets, review checklists, and phase-transition criteria.
When should an agent use it?
Use it when establishing testing infrastructure, conducting code reviews, validating phase readiness, setting quality standards, or ensuring production readiness.
What test-pyramid ratio does it use?
A 70/20/10 split — about 70% unit tests, 20% integration, and 10% end-to-end — with higher coverage targets for critical code like auth and payments.
What common pitfalls does it warn about?
Testing implementation details instead of behavior, insufficient edge-case coverage, skipping phase gates to ship faster, and manual checks instead of automation.
Use from source
Ask your Buda agent to install this community skill.
Copy this prompt into your own Buda agent. It includes the source repository and install command so the agent can complete the setup in natural language.
Please install the "Quality Assurance Skill" skill into this Buda agent. Source repository: https://github.com/daffy0208/ai-dev-standards Install command: npx skills add daffy0208/ai-dev-standards --skill quality-assurance -y -a universal Please run the install command, verify the skill is available, and tell me any setup notes or follow-up steps from the source repository.
Install workflow
- 1Copy the prompt
- 2Send it to your Buda agent
- 3Done