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