foundry-test
Installation
SKILL.md
Test Runner Skill
Overview
The Skill(foundry:foundry-test) skill provides systematic test debugging with a 5-phase investigation workflow. It guides debugging complex test failures and leverages AI consultation when available.
When to use this skill:
- Debugging test failures that aren't obvious
- Systematic investigation needed (flaky tests, complex failures)
- AI consultation would help diagnose the issue
When NOT to use this skill:
- Simple test runs (just use
pytest,go test,npm testdirectly) - Tests are passing
- Failure cause is obvious
Core Workflow
[x?]=decision ·(GATE)=user approval ·→=sequence ·↻=loop
Related skills
More from tylerburleigh/claude-foundry
foundry-spec
>-
12foundry-review
Review implementation fidelity against specifications by comparing actual code to spec requirements. Identifies deviations, assesses impact, and generates compliance reports for tasks, phases, or entire specs.
11foundry-setup
First-time setup for the foundry plugin (plugin:foundry@claude-foundry)
11foundry-implement
>-
11foundry-research
>-
10foundry-note
Fast-capture intake queue for ideas and follow-up tasks. Add items quickly, list pending items, or dismiss resolved ones.
2