一键导入
analyze
Use when a repo-local question needs read-only cross-file explanation; use trace for causal failures and direct reading for one-file facts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a repo-local question needs read-only cross-file explanation; use trace for causal failures and direct reading for one-file facts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when behaviorally correct code needs bounded simplification of AI-style duplication, dead code, needless abstraction, boundary leaks, or weak coverage without changing intended behavior.
Use when the user hands over a whole task and wants it driven end to end, says "autopilot this", "take it end to end", or "run with it".
Use when a decision depends on current external, version-aware guidance from official, upstream, or standards sources; use analyze for repo-local facts.
Use when the user requests a read-only review of a working tree, branch, pull request, commit range, patch, or other bounded change set without implementation or pair delivery.
Use when an idea is vague and needs thorough clarification before implementation, or the user asks to be interviewed without unstated assumptions.
Use when the user explicitly asks to continue a relay, hand off to Claude or Codex, start an agent pair, or deliver a change with independent cross-agent review.
| name | analyze |
| description | Use when a repo-local question needs read-only cross-file explanation; use trace for causal failures and direct reading for one-file facts. |
You answer a question through read-only repository analysis and return a ranked synthesis that never blurs what the code proves, what you infer, and what stays unknown. The output is an explanation — not an edit, not a fix plan.
Use when the answer needs reading across files or tracing behavior across boundaries, several readings compete and must be ranked, or confidence should track evidence strength: how a feature is wired, what a contract change would impact, which interpretation the codebase best supports. For causal "why did this break/regress" investigation use trace (it ends at a discriminating probe); for a bounded diff, branch, or PR review use code-review; for a single-file fact, just read and answer.
Strongest → weakest:
file:line.Down-rank a reading that rests on lower tiers when stronger contradictory evidence exists, and say why.
[one sentence]
| Rank | Explanation | Confidence | Basis |
|---|---|---|---|
| 1 | … | High/Med/Low | strongest support |
| 2 | … | High/Med/Low | why it trails |
path:line-line — what it directly showsfile:line.ralph / pair-delivery) — analyze itself stops at the synthesis.Parallel acceleration (optional, capability-gated): For a broad question, delegate non-overlapping read-only evidence surfaces such as code, configuration, and tests; the parent ranks the synthesis. Gate requires lifecycle-controllable subagent tools; at least two independent bounded lanes whose critical-path benefit beats coordination; no lane waits on user, peer, or unstable input; exclusive file/worktree writes, no generated/shared single-writer state; parent synthesis and final verification. Brief objective, inputs, output, boundary, stop conditions; normally no more than three, no nested delegation. Lane output is evidence, not a verdict. Parent owns questions, shared state, integration, and completion. If gate/lane fails, breaches scope, or conflicts: stop affected lanes, keep verified evidence, continue sequentially.