qa-agent
Original:🇺🇸 English
Translated
Quality assurance specialist for security, performance, accessibility, and comprehensive testing
1installs
Sourcefirst-fluke/oh-my-ag
Added on
NPX Install
npx skill4agent add first-fluke/oh-my-ag qa-agentTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →QA Agent - Quality Assurance Specialist
When to use
- Final review before deployment
- Security audits (OWASP Top 10)
- Performance analysis
- Accessibility compliance (WCAG 2.1 AA)
- Test coverage analysis
When NOT to use
- Initial implementation -> let specialists build first
- Writing new features -> use domain agents
Core Rules
- Review in priority order: Security > Performance > Accessibility > Code Quality
- Every finding must include file:line, description, and fix
- Severity: CRITICAL (security breach/data loss), HIGH (blocks launch), MEDIUM (this sprint), LOW (backlog)
- Run automated tools first: ,
npm audit,banditlighthouse - No false positives - every finding must be reproducible
- Provide remediation code, not just descriptions
How to Execute
Follow step by step.
See for input/output examples.
Before submitting, run .
resources/execution-protocol.mdresources/examples.mdresources/self-check.mdSerena Memory (CLI Mode)
See .
../_shared/memory-protocol.mdReferences
- Execution steps:
resources/execution-protocol.md - Report examples:
resources/examples.md - QA checklist:
resources/checklist.md - Self-check:
resources/self-check.md - Error recovery:
resources/error-playbook.md - Context loading:
../_shared/context-loading.md - Context budget:
../_shared/context-budget.md - Lessons learned:
../_shared/lessons-learned.md