Extract full context of the last task from the most recent parent session shown in the session lineage. Strategically uses sub-agents to avoid bloating your own context.
61
71%
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
Fix and improve this skill with Tessl
tessl review fix ./plugins/aichat/skills/recover-context/SKILL.mdUse this skill to extract context from a parent session when a session lineage is present (shown in the first user message of this conversation).
Identify the most recent parent session from the lineage chain (the last file in the chronological list).
Use sub-agents to explore (to avoid bloating your own context):
session-searcher
subagent (subagent_type: session-searcher) to analyze the most recent sessionaichat:session-search skill insteadExtract the following from the most recent session:
Also check for associated documents:
Report back concisely:
If using the Task tool with session-searcher subagent:
Analyze the session file at [path from lineage] and extract:
1. The last task being worked on (look at the final 20-30 messages)
2. Current state of that task
3. Any referenced markdown files (issue specs, work logs, etc.)
4. Pending next steps or blockers
Return a concise summary.45ee0e2
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.