self-heal

self-heal is a command for Claude Code from liortesta/ClawdAgent. It costs 0 tokens per session (361 once invoked), scanned A, original, Apache-2.0.

A diagnostic command that finds common project errors and automatically attempts to fix them in repeated verification cycles.

In plain words
What is it for?
Use it to run diagnostics, group failures, assign fixes by category, verify the changes, and retry up to three cycles before reporting issues that still need manual work.
Why use it?
It brings test failures, type errors, lint problems, build errors, and runtime errors into one process instead of requiring separate manual debugging passes.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/liortesta/clawdagent/self-heal
Clone the repo
git clone --depth 1 https://github.com/liortesta/ClawdAgent

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for self-heal

README.md
[![agentmods](https://agentmods.dev/badge/commands/liortesta/clawdagent/self-heal.svg)](https://agentmods.dev/commands/liortesta/clawdagent/self-heal)
Your own site
<a href="https://agentmods.dev/commands/liortesta/clawdagent/self-heal"><img src="https://agentmods.dev/badge/commands/liortesta/clawdagent/self-heal.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 361 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00361
Opus 5 $0.00000 $0.00180
Sonnet 5 $0.00000 $0.00072
Haiku 4.5 $0.00000 $0.00036

Measured 5d ago against content hash bf5bd7df61bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

self-heal scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/self-heal.md · 60 lines

What it actually says

Self-Healing Mode

Run a complete diagnostic and automatic fix cycle.

Process:

  1. Diagnose — Run ALL checks and collect ALL failures:

    • Run full test suite → collect failures
    • Run type checker → collect errors
    • Run linter → collect warnings/errors
    • Run build → collect errors
  2. Categorize — Group issues by type:

    • Type errors
    • Test failures
    • Lint errors
    • Build errors
    • Runtime errors
  3. Fix — For each category, spawn a subagent to fix issues in parallel:

    • One agent fixes type errors
    • One agent fixes test failures
    • One agent fixes lint issues
    • Coordinate to avoid conflicts
  4. Verify — After all fixes, run the full diagnostic again

  5. Repeat — If issues remain, repeat (max 3 cycles)

  6. Report — Final status report

Output Format:

## Self-Heal Report

### Cycle 1
- Found: X type errors, Y test failures, Z lint errors
- Fixed: A type errors, B test failures, C lint errors
- Remaining: ...

### Cycle 2 (if needed)
- ...

### Final Status
- ALL CLEAR / X issues remain (need manual intervention)
- Total fixes applied: N
- Files modified: [list]

Rules:

  • Max 3 cycles — if still broken after 3 cycles, stop and report to user
  • NEVER change test expectations to make tests pass — fix the code instead
  • ALWAYS verify each fix doesn't introduce new issues
  • ALWAYS show what was changed

$ARGUMENTS

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 60 lines · 0 tokens per session scan A bf5bd7df61bb

Subscribe to this mod's changes

self-heal is a command published in the GitHub repository liortesta/ClawdAgent (11 stars, last pushed 9d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 361 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.