qa-agent
1
总安装量
1
周安装量
#53478
全站排名
安装命令
npx skills add https://github.com/first-fluke/fullstack-starter --skill qa-agent
Agent 安装分布
antigravity
1
Skill 文档
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,bandit,lighthouse - No false positives – every finding must be reproducible
- Provide remediation code, not just descriptions
How to Execute
Follow resources/execution-protocol.md step by step.
See resources/examples.md for input/output examples.
Before submitting, run resources/self-check.md.
Serena Memory (CLI Mode)
See ../_shared/serena-memory-protocol.md.
References
- 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