fireauto-self-heal-guide

fireauto-self-heal-guide is a skill for Claude Code from imgompanda/fireauto. It costs 96 tokens per session (341 once invoked), scanned A, original, MIT.

Instructions for automatically investigating and correcting common coding errors such as lint, syntax, type-checking, build, and test failures.

In plain words
What is it for?
Use them during development when automated checks fail and the agent should attempt several small fixes before asking for help.
Why use it?
They encourage the coding agent to diagnose a failure, apply a likely fix, and run the check again before reporting the problem.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fireauto plugin — 19 skills, 17 commands, 3 hooks, 1 MCP server shipped together

Good fit Use them during development when automated checks fail and the agent should…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/imgompanda/fireauto/fireauto-self-heal-guide
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.

Any agent
npx skills add imgompanda/fireauto --skill fireauto-self-heal-guide
Clone the repo
git clone --depth 1 https://github.com/imgompanda/fireauto

Made for: Claude Code.

Or install fireauto, the plugin that ships this one along with the rest of its 19 skills, 17 commands, 3 hooks, 1 MCP server.

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 fireauto-self-heal-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-self-heal-guide.svg)](https://agentmods.dev/skills/imgompanda/fireauto/fireauto-self-heal-guide)
Your own site
<a href="https://agentmods.dev/skills/imgompanda/fireauto/fireauto-self-heal-guide"><img src="https://agentmods.dev/badge/skills/imgompanda/fireauto/fireauto-self-heal-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00096 $0.00341
Opus 5 $0.00048 $0.00170
Sonnet 5 $0.00019 $0.00068
Haiku 4.5 $0.00010 $0.00034

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

Security

Grade A, and why

fireauto-self-heal-guide 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 7d 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.

plugin/skills/fireauto-self-heal-guide/SKILL.md · 33 lines

What it actually says

자가 치유 가이드

에러가 발생하면 사용자에게 묻기 전에 스스로 수정을 시도하세요.

원칙

  • 사용자에게 에러를 보여주기 전에 최대 3회 자동 수정 시도
  • 수정 성공하면 조용히 넘어가기 (성공은 조용히)
  • 3회 실패하면 그때 사용자에게 보고 (실패만 시끄럽게)

자가 치유 루프

  1. 코드 작성/수정
  2. lint Hook이 에러 감지 → stderr로 에러 전달
  3. 에러 메시지를 읽고 원인 파악
  4. 코드 자동 수정
  5. 다시 검증 (node -c, tsc, python -c 등)
  6. 성공하면 → 조용히 완료
  7. 실패하면 → 2~3회 반복 후 사용자에게 보고

예시

[lint] SyntaxError: Unexpected token (line 42)
→ 42번 줄 확인 → 세미콜론 누락 → 자동 추가 → 재검증 → 통과 → 조용히 완료
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. 7d ago First seen · 33 lines · 96 tokens per session scan A b68e148c3afe

Subscribe to this mod's changes

fireauto-self-heal-guide is a skill published in the GitHub repository imgompanda/fireauto (140 stars, last pushed 5mo ago), licensed MIT. It adds 96 tokens to every session and 341 once invoked, about $0.0005 per session on Opus 5. 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.

Related

Other skills, from other repositories

create-issue

Transitional alias — prefer /prflow:specs, which runs the same issue-drafting pipeline. Use when a rough user story, bug report, feature idea, piece of feedback, or an implementation plan should be recorded as a GitHub issue rather than built right now. This command name is retained so existing /prflow:create-issue…

The01Geek/prflow · 89 tokens

docs-release-notes

Use when a change needs a user-visible release-note, changelog, or changeset entry — "add a release note", "add a changeset for this", "what goes in the changelog?", "write up what shipped", "note this for the next release" — or when finalizing a branch whose customer-visible features, bug fixes, or UI changes should…

The01Geek/prflow · 106 tokens

retrospective-audit

Stage B of /prflow:retrospective-weekly: given a most-recent-first subset of one recurring pattern's occurrence-PR context bundles (bounded by auditbundlecap), re-derive the root cause and return one JSON object carrying a ranked findings array (one to three sub-patterns) — no edits, no worktree. Invoked as a subagent…

The01Geek/prflow · 91 tokens

taiyi-health

A codebase health review process that samples recently changed production modules and test files, then checks for issues such as duplication, unused code, and unused dependencies.

Dong90/oh-my-taiyiforge · 23 tokens

debugger

Systematic debugging methodology for diagnosing failures and root cause analysis. Triggers on: 2+ failed fix attempts, 'ultradebug', 'uld', debugging in circles, complex system failures, intermittent bugs.

TechDufus/oh-my-claude · 45 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens