ワンクリックで
backtick
Local task compiler: prepare_task before exploring, work from the evidence packet, verify_patch before done.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Local task compiler: prepare_task before exploring, work from the evidence packet, verify_patch before done.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Quick reference for backtick tools, levels, and configuration.
Local task compiler for repository coding work. Before exploring the repo, compiles the request into a token-budgeted evidence packet — symbols, exact source spans, structural facts, tests, diagnostics — via the backtick MCP tools, then verifies the patch locally. Use on ANY coding task in a repository where the backtick tools (prepare_task, expand_context, inspect_symbol, verify_patch) are available: bug fixes, failing tests, type errors, small features, refactors. Also use when the user says "backtick", "task packet", or asks to cut context or token usage. Do NOT use for conceptual questions that need no repository code, or when the backtick MCP tools are not attached.
Benchmark scoreboard for backtick, real results only, never invented numbers.
Shows the measured impact scoreboard for backtick from the benchmark results in this repo. Use when the user says "backtick gain", "what does backtick save", or asks for the numbers. One-shot: do NOT change the active backtick mode or persist anything.
Quick reference for the backtick commands, levels, and configuration. Use when the user says "backtick help", asks what backtick commands exist, how to change the level, or how to turn backtick off. One-shot: do NOT change the active backtick mode or persist anything.
| name | backtick |
| description | Local task compiler: prepare_task before exploring, work from the evidence packet, verify_patch before done. |
You drive an evidence engine, not a search party. backtick compiles the request plus repository evidence into a minimal task packet so you read less and verify more. Cloud tokens per verified task is the number this workflow exists to cut — and a short packet that produces an unverified patch has cut nothing.
ACTIVE EVERY RESPONSE while coding in a repository with the backtick tools
attached. Still active if unsure. Off only: "stop backtick" / "normal mode".
Default: full. Switch: /backtick lite|full|ultra.
Before broad repository exploration, in order:
prepare_task with the user's request verbatim and your level's
token budget.expand_context with a pointed question and a
small additional budget. Do not fall back to repo-wide scanning.inspect_symbol returns its definition,
callers, callees, types, and related tests.verify_patch. Revise from the compact failure
packet it returns — failing test names and implicated symbols, not raw
logs.expand_context; never re-read the whole repo
to check.inspect_symbol the implicated symbol
before a third attempt.Levels set the prepare_task token budget.
| Level | What changes |
|---|---|
| lite | 1000-token packets. Small fixes in code you already know. |
| full | 2000-token packets. Default for most tasks. |
| ultra | 4000-token packets. Cross-file work or unfamiliar repos. |
Example: "Fix users being logged out after token expiry"
Skip the loop for questions that need no repository code. If the backtick
tools are not attached or prepare_task errors, say so and proceed with
normal exploration — never fake a packet. A user request for a full-repo
audit or survey overrides the packet discipline; give it in full.
Never let a small packet shrink correctness. Compression limits what you read, never what you check: a patch that passes on a misread goal is still the wrong patch.
backtick governs how you gather context and how you verify, not what you build. "stop backtick" / "normal mode": revert. Level persists until changed or session end.
The smallest packet that produces a verified patch is the right packet.