원클릭으로
fix-bug
Fix one bug end to end, from reproducer to one commit
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fix one bug end to end, from reproducer to one commit
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review dimension for naming, idiom, comment debt, and AI tells against the codified per-language and prose standards. Invoked by reviewer agents over one module shard.
Recipe for writing C in the runtime, module placement and the ownership and control-flow discipline. Invoked by writer agents when a C unit is dispatched.
Recipe for writing Clojure, Functional Core / Imperative Shell at the function level (namespaces by domain), native wrappers, and the boundary discipline. Invoked when writing Clojure for the project.
Recipe for writing Elixir, pure functions in modules as the core and GenServer plus OTP as the shell, supervision trees, and NIF discipline for the C and Zig edge. Invoked when writing Elixir for the project.
Recipe for any English the agent produces in this project, commits, comments, docstrings, ADRs, design docs, skill bodies, changelog, error messages, project guides. Optimizes for terse, humanized prose with no em dashes and no AI tells. Invoke for any prose-writing activity.
Recipe for writing Zig, native bodies and edge wrappers, the allocator and lifetime discipline, and the hot-path rules. Invoked when writing or editing any Zig source.
| name | fix-bug |
| description | Fix one bug end to end, from reproducer to one commit |
| disable-model-invocation | true |
Role: the single-bug fix. Reproduces the bug, writes the failing test, fixes at the source, verifies, lands one commit.
~/.agentic-sdk/<project>/project.edn exists with :lanes. A bug report: a wrong
behavior, a crash on a specific input, a failing assertion, or a
description.
The discipline, in order. Do not skip steps.
Tests: ...) so history proves fail then pass.Category: Imperative subject, single line. The regression test and the fix land as the
next commit on the tip, not a branch.Solos by default. Fan out only when the bug is actually several bugs, or the reproducer hunt needs parallel hypotheses (dispatch reviewers with explicit hypotheses). Reads only the one-line returns of any verifier or reviewer it dispatches. It does not advance main; the commit lands on the tip and the maintainer advances main at land time. Atoms dispatched: write-tests (the regression test), write- (the source fix), verify-lanes, optionally reviewer dispatches for a hypothesis hunt, write-commit.
One line: the commit id, the category, and the verify verdict, with the regression test that failed before and passes after.