search
Use when the user wants to find prior work, checkpoints, or agent conversations by topic, repo, branch, author, or recent time window
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants to find prior work, checkpoints, or agent conversations by topic, repo, branch, author, or recent time window
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | search |
| description | Use when the user wants to find prior work, checkpoints, or agent conversations by topic, repo, branch, author, or recent time window |
Use entire search to find relevant checkpoints before guessing from memory.
Begin the first response to this skill invocation with the line:
Entire Search:
followed by a blank line, then the content.
Do not use this for the current active session. Use session-handoff for that.
entire search "<query>" --json
Add filters when the user already gave them or when the first search is too broad:
entire search "<query>" --json --repo owner/name --branch branch-name --author "Name" --date week
Inline filters are also supported in the query: author:<name>, date:<week|month>, branch:<name>, repo:<owner/name>, repo:*.
Review the top matches and summarize the likely candidates for the user. Do not dump raw JSON unless they ask for it.
If the user wants details on a specific result, open the checkpoint with:
entire explain --checkpoint <checkpoint-id> --full --no-pager
If --full fails, fall back to:
entire explain --checkpoint <checkpoint-id> --raw-transcript --no-pager
--limit--repo or repo:* explicitly when repository scope mattersentire loginsession-handoff instead of searching checkpoints