소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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.