recall

Reconstructs recent working context from chat history and shared records into a current-state brief.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/jeremybrasher/grokbot-skills --skill recall-jeremybrasher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/jeremybrasher/grokbot-skills/tree/main/collections/pstack/skills/recall
Command: npx skills add https://github.com/jeremybrasher/grokbot-skills --skill recall-jeremybrasher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When resuming work after days away, you lose track of what you decided, which PRs shipped, and what users are still reporting. This Skill rebuilds that context by mining your own chat transcripts and the shared record (issues, PRs, error trackers) so you can pick up exactly where you left off. ## Core Features & Use Cases - Chat history mining: Fans out parallel subagents over your local agent transcripts, ordered by real modification time, returning per-chat findings with UUID citations. - Shared record sweep: Searches source control, issue trackers, chat channels, docs, and error tracking for symptoms, shipped-and-reverted fixes, and open incidents tied to the named topic. - Live-state verification: Cross-checks surfaced PRs, branches, and tickets with git and gh before writing the brief. - Use Case: Before resuming a half-finished feature, ask for a recap and receive a tight brief with a capsule, status-tagged threads, recurring problems, and the single next move. ## Quick Start Ask the agent to catch you up on your recent work on a specific feature before you resume it.

Frequently Asked Questions about recall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I catch up on my recent work before resuming a task?▼

Ask for a recall of your work on the named topic. The skill mines your recent chat transcripts, sweeps the shared record for related bugs and fixes, verifies PRs and branches with git and gh, then returns a brief with a capsule, status-tagged threads, problems, and the next move.

How does chat history mining across agent transcripts work?▼

Parallel subagents each take a slice of the transcript corpus, order candidates by real modification time, grep for the topic, and read only matching regions. Each returns a structured block per chat citing its UUID, while the main thread receives only the findings.

Can I recall work from a different project workspace?▼

No. The scope defaults to the active workspace, and the skill never reads another project's transcripts unless explicitly asked. It pins the time window, topic, and workspace before searching and states the scope back to you.

When should I use session pickup instead of full context recall?▼

Use session pickup when you want to resume one specific prior chat. Recall is for rebuilding working context across many recent chats plus the shared record before starting or resuming broader work.

What happens if the recall inputs or write authority are missing?▼

The skill returns a HOLD naming the missing input or authority instead of guessing. It never fabricates a polished brief when required inputs are unavailable.