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.
npx skills add imgompanda/fireauto --skill fireauto-self-heal-guidegit clone --depth 1 https://github.com/imgompanda/fireautoWrote 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.
[](https://agentmods.dev/skills/imgompanda/fireauto/fireauto-self-heal-guide)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
자가 치유 가이드
에러가 발생하면 사용자에게 묻기 전에 스스로 수정을 시도하세요.
원칙
- 사용자에게 에러를 보여주기 전에 최대 3회 자동 수정 시도
- 수정 성공하면 조용히 넘어가기 (성공은 조용히)
- 3회 실패하면 그때 사용자에게 보고 (실패만 시끄럽게)
자가 치유 루프
- 코드 작성/수정
- lint Hook이 에러 감지 → stderr로 에러 전달
- 에러 메시지를 읽고 원인 파악
- 코드 자동 수정
- 다시 검증 (node -c, tsc, python -c 등)
- 성공하면 → 조용히 완료
- 실패하면 → 2~3회 반복 후 사용자에게 보고
예시
[lint] SyntaxError: Unexpected token (line 42)
→ 42번 줄 확인 → 세미콜론 누락 → 자동 추가 → 재검증 → 통과 → 조용히 완료
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.
- 7d ago First seen · 33 lines · 96 tokens per session scan A b68e148c3afe
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.
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…
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…
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…
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.
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.
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.