ソース情報
- リポジトリ
- meridian-online/orbit
- ソースの最終更新活動
- 2026年5月26日 03:39
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/meridian-online/orbit --skill researcherコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.