recovery
恢復遺失的會話內容
內容遺失會中斷工作流程並浪費時間重新創建進度。此技能從記憶管理員檢索保存的檢查點和進度項目,以立即恢復會話狀態。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“recovery”。 Recover my session context. What was I working on?
预期结果:
- Session Recovered
- Previous Task: Implementing user authentication feature
- Progress: 75% complete - backend done, frontend in progress
- Files Modified: src/auth/login.tsx, src/api/auth.ts, src/types/user.ts
- Blockers: None reported
- Next Action: Complete form validation in login.tsx component
正在使用“recovery”。 Restore from my last checkpoint. Show me what files I modified.
预期结果:
- Session Recovered
- Previous Task: Database migration script
- Progress: 60% complete - schema defined, data migration pending
- Files Modified: db/schema.sql, scripts/migrate.sh, config/db.json
- Blockers: Need production downtime window approval
- Next Action: Review migration script for edge cases
安全审计
安全All 31 static findings are FALSE POSITIVES. SKILL.md contains only documentation for memory-keeper MCP tools using markdown code fences. The 'backticks' flagged are markdown delimiters, not shell execution. Function names like 'context_get' contain 'get' which triggered false 'cryptographic' flags. No code execution, network calls, filesystem access, or external commands exist. The skill-report.json already contains an accurate security audit confirming 'safe' status.
风险因素
🌐 网络访问 (1)
⚙️ 外部命令 (19)
质量评分
你能构建什么
恢復中斷的工作
在上下文耗盡後繼續編碼會話,而不遺失進度或手動追蹤狀態。
從檢查點恢復
當重新連接到代理會話時,快速摘要工作結束的位置。
追蹤團隊進度
在審查開發者會話歷史時,了解當前任務狀態和下一步驟。
试试这些提示
Recover my session context. What was I working on?
Restore from my last checkpoint. Show me what files I modified and what I need to do next.
Give me a summary of my current task progress and next action.
Verify my recovered context and confirm the next step before I proceed.
最佳实践
- 在使用記憶管理員處理複雜任務時頻繁設置檢查點
- 繼續工作前檢查恢復的內容
- 對檢查點使用一致的命名慣例
避免
- 在長時間操作前不設置檢查點
- 跳過對恢復內容的驗證
- 假設所有會話數據都會自動保存