auto-fix

auto-fix is a skill for Claude Code, Codex from Insajin/autopus-adk. It costs 19 tokens per session (564 once invoked), scanned A, original, MIT.

A bug-fixing workflow that first reproduces a problem with a test, then applies the smallest code change needed. It also checks the related code path and runs tests afterward.

In plain words
What is it for?
Use it to investigate a reported bug, limit work to a particular file, verify a regression, and run focused and full test checks.
Why use it?
It reduces the risk of fixing only the visible symptom or changing unrelated code.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate a reported bug, limit work to a particular file, verify a regression, and run focused and full test checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/insajin/autopus-adk/auto-fix
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 Insajin/autopus-adk --skill auto-fix
Clone the repo
git clone --depth 1 https://github.com/Insajin/autopus-adk

Made for: Claude Code, Codex.

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 auto-fix

README.md
[![agentmods](https://agentmods.dev/badge/skills/insajin/autopus-adk/auto-fix/github.svg)](https://agentmods.dev/skills/insajin/autopus-adk/auto-fix)
Your own site
<a href="https://agentmods.dev/skills/insajin/autopus-adk/auto-fix"><img src="https://agentmods.dev/badge/skills/insajin/autopus-adk/auto-fix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for auto-fix

Your own site · 80×15
<a href="https://agentmods.dev/skills/insajin/autopus-adk/auto-fix"><img src="https://agentmods.dev/badge/skills/insajin/autopus-adk/auto-fix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 564 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00019 $0.00564
Opus 5 $0.00010 $0.00282
Sonnet 5 $0.00004 $0.00113
Haiku 4.5 $0.00002 $0.00056

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

Security

Grade A, and why

auto-fix 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 9d 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.

.omp/skills/auto-fix/SKILL.md · 77 lines

What it actually says

auto-fix — 버그 수정 스킬

OMP Invocation

  • /auto fix ...
  • /auto-fix ...
  • Load detail skill auto-fix for either entrypoint.

프로젝트: autopus-adk | 모드: full

설명

버그를 재현하고 최소한의 변경으로 수정합니다. 재현 테스트를 먼저 작성합니다.

사용법

/auto fix "버그 설명"
/auto fix --file path/to/file
/auto fix "회귀 버그" --auto

플래그

Flag Description
--file <path> 수정 범위를 특정 파일로 좁힙니다.
--auto 확인 단계 없이 바로 수정 흐름을 진행합니다.

절차

  1. 버그 재현 테스트 작성 (먼저)
  2. 테스트 실패 확인
  3. symptom location, owning function/path, caller 목록 또는 grep evidence 확인
  4. caller/shared root-cause path 확인 후 패치 위치 결정
  5. 최소 코드 변경으로 수정
  6. 테스트 통과 확인
  7. 전체 테스트 스위트 실행

규칙

  • 재현 테스트 없이 수정하지 않음
  • 버그 범위 외 코드 변경 금지
  • caller/shared root-cause evidence 없이 증상 위치만 고치는 계획은 revise-target으로 표시
  • focused patch는 증상 위치가 root cause이거나 affected caller가 하나뿐이라는 근거가 있을 때만 허용
  • final response에는 caller/shared root-cause checked, focused patch target, minimum sufficient verification을 receipt로 요약
  • 전체 복구/후속 가이드는 /auto fix ... 라우터 본문을 우선합니다.

Branding Formats

Error Recovery (show on fix failures)

✗ {subcommand} 실패: {error description}
  복구 옵션:
  1. 오류 내용을 확인하고 재시도: /auto fix {args}
  2. /auto doctor  (시스템 상태 진단)

Next Step Auto-Detection (show after fix completes)

다음 단계: {recommendation}

Detection order:

  1. SPEC status implemented✓ 구현 완료 → /auto sync {SPEC-ID}
  2. SPEC status approved✓ SPEC {SPEC-ID} 승인됨 → /auto go {SPEC-ID}
  3. No SPEC context → recommend running /auto review to verify the fix
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. 9d ago First seen · 77 lines · 19 tokens per session scan A c040a02d2299

Subscribe to this mod's changes

auto-fix is a skill published in the GitHub repository Insajin/autopus-adk (111 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 564 once invoked, about $0.0001 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.