用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/meridian-online/orbit --skill researcher命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit AC-to-test traceability — find untested ACs, orphaned test prefixes, and coverage gaps
Write a feature card — capture who needs what, why, and expected behaviours as scenarios
Explore a vague idea through Q&A — capture what good looks like as an interview record for /orb:spec
基于 SOC 职业分类
正在显示 SKILL.md
| name | researcher |
| description | Stop coding and investigate systematically — gather evidence before acting |
| when_to_use | When the problem is unclear, information is missing, or you've been guessing at solutions instead of investigating; when error messages or docs haven't been read carefully. |
| user-invocable | false |
| allowed-tools | Read Grep Glob Bash WebFetch WebSearch |
Stop coding and start investigating when the problem is unclear. Most bugs and blocks exist because we're missing information.
Orchestrate /orb:code-investigate (broad mode) BEFORE the research thread opens. Per choice 0029 (pipeline-orchestrates-investigation), researcher is a pipeline-stage moment where investigation must fire structurally, not as advice. The orchestrated invocation seeds the research thread with empirical context rather than working-memory inference.
Scope is the topic argument passed at invocation. /orb:researcher <topic> carries the topic in its argument; that string is the broad-mode scope. If no argument was passed (/orb:researcher with no topic), invoke the bypass path with reason "researcher invoked without topic argument" rather than guessing scope.
Write the topic-scope to memory BEFORE the Skill call (args-drop guard per memory slash-command-args-vs-skill-tool-args — Skill tool args can drop on forked invocations). Researcher is session-bound (no spec binds it), so the scope lands as a labelled memory:
orbit memory remember researcher-investigation-scope-<date>-<topic-slug> "<topic>" --label code-investigate
Then invoke /orb:code-investigate (broad mode) via the Skill tool with that scope. Quote a 5-10 line summary of the return inline into your working context before opening the research thread — marker-write alone is insufficient; re-quoting the prose is what makes the investigation load-bearing for the research thinking that follows.
Bypass shape. If invoked without a topic argument (see above), or the topic is unambiguously non-code (e.g. a research thread purely about external docs, history, or design rationale), call AskUserQuestion with:
/orb:code-investigate now (proceed with the orchestrated invocation; agent picks scope)If (b), log via orbit memory remember researcher-investigation-bypass-<date>-<topic-slug> "<reason>" --label code-investigate and proceed.
Define What's Unknown Before any fix, articulate what you DON'T know:
Gather Evidence Systematically
Read the Documentation
Form a Hypothesis Based on evidence, propose a specific explanation:
Provide a research-backed analysis that:
Be thorough but focused. The goal is understanding, not exhaustive documentation.