qa-agent

📁 first-fluke/fullstack-starter 📅 12 days ago
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

  1. Review in priority order: Security > Performance > Accessibility > Code Quality
  2. Every finding must include file:line, description, and fix
  3. Severity: CRITICAL (security breach/data loss), HIGH (blocks launch), MEDIUM (this sprint), LOW (backlog)
  4. Run automated tools first: npm audit, bandit, lighthouse
  5. No false positives – every finding must be reproducible
  6. 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