Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    withakay

    test-with-subagent

    withakay/test-with-subagent
    Productivity
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Use when tests need to be run with minimal output noise and delegated execution; routes test runs through the dedicated test-runner subagent and returns curated pass/fail evidence.

    SKILL.md

    Ito Test With Subagent

    Always run tests through the ito-test-runner subagent to keep the main thread high-signal.

    Policy

    • ALWAYS use this skill for running tests.
    • ALWAYS dispatch the ito-test-runner subagent before any direct test command.
    • Do not bypass this flow unless the calling agent explicitly requires full raw logs for deep harness debugging.

    Required Pattern

    1. Dispatch the ito-test-runner subagent (never run tests directly first).
    2. Give scope (full suite or specific target like file/package/crate).
    3. Ask for curated output only: command source, command, PASS/FAIL, duration, relevant failures, short actionable excerpt.
    4. Use the returned signal to decide next step.

    Prompt Template

    Run tests using the ito-test-runner workflow.
    
    Scope: <full suite | specific target>
    Context: <optional reason, e.g. pre-commit check or regression verification>
    
    Return only:
    - Test command source (AGENTS.md or inferred)
    - Command executed
    - PASS/FAIL
    - Duration if available
    - If failing: failing tests and a 5-15 line actionable excerpt
    

    Failure Handling

    • If failure is clear, fix code/tests and re-run via ito-test-runner.
    • If failure is ambiguous, request one additional run scoped to the failing target.
    • Escalate to direct/manual execution only when curated output is insufficient.

    Red Flags

    • Running raw make test in the main thread before delegation
    • Posting full unfiltered test logs to the calling agent
    • Ignoring AGENTS.md command guidance
    • Switching away from Makefile-first inference without a clear reason
    Recommended Servers
    ThinAir Geo
    ThinAir Geo
    Postman
    Postman
    Repository
    withakay/ito
    Files