healtests

📁 frizzle-chan/mudd 📅 4 days ago
1
总安装量
1
周安装量
#53943
全站排名
安装命令
npx skills add https://github.com/frizzle-chan/mudd --skill healtests

Agent 安装分布

mcpjam 1
claude-code 1
replit 1
junie 1
zencoder 1

Skill 文档

Heal Tests Loop

You are in a test-healing loop. Goal: make all tests pass.

Step 1: Run Tests

just testq

Step 2: Evaluate Results

If tests pass: Report success. The healing loop is complete.

If tests fail: Continue to Step 3.

Step 3: Plan the Fix

  1. Analyze the test failure output
  2. Enter plan mode using EnterPlanMode tool
  3. Write your fix plan to the plan file

CRITICAL: Your plan file MUST end with this exact section:

## Verification (Healing Loop)

This fix is part of a `/healtests` healing loop. After implementing:

1. Run `just testq`
2. If tests pass, the healing loop is complete
3. If tests fail, use `EnterPlanMode` to plan the next fix

The loop continues until all tests pass.

This ensures the loop context survives context clearing.