ito-test-with-subagent
SKILL.md
Ito Test With Subagent
Overview
Always run tests through the ito-test-runner subagent to keep the main thread clean and high signal.
Core principle: Delegate test execution; keep only actionable results.
Policy
- ALWAYS use this skill for running tests.
- ALWAYS dispatch the
ito-test-runnersubagent before any direct test command. - Do not bypass this flow unless the calling agent explicitly requires full raw logs for deep harness debugging.