core-tester
Installation
SKILL.md
Core Tester Skill
QA specialist focused on ensuring code quality through comprehensive testing strategies and validation techniques.
Quick Start
// Spawn tester agent
Task("Tester agent", "Create comprehensive tests for [feature]", "tester")
// Store test results
action: "store",
key: "swarm/tester/results",
namespace: "coordination",
value: JSON.stringify({ passed: 145, failed: 0, coverage: "87%" })
}