Use when the user wants to find prior work, checkpoints, or agent conversations by topic, repo, branch, author, or recent time window
67
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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>" --jsonAdd 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 weekInline 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-pagerIf --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 checkpointsd6882ad
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.