一键导入
go
Resume work from a previous session. Reads MEMORY.md and continues autonomously.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume work from a previous session. Reads MEMORY.md and continues autonomously.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | go |
| description | Resume work from a previous session. Reads MEMORY.md and continues autonomously. |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch |
| disable-model-invocation | true |
You are resuming work from a previous session. Follow these steps exactly:
search_contextgit status to verify working tree state## Deferred Work for pending itemsWork rules:
Commit all changes, push to remote, and open a pull request in one shot. The most common inner-loop workflow.
Clean start for a new task. Saves important decisions, clears context, and re-reads project config.
Adversarial code review — stress-tests recent changes by hunting for bugs, edge cases, security holes, and design flaws. Spawns parallel attack agents, consolidates into a severity-rated report.
Debug and investigate issues — trace symptoms to root cause. Use when something is broken, a test fails mysteriously, or behavior is unexpected.
Prove that the current implementation works. Runs tests, diffs behavior, validates correctness. Use after implementing a feature or fix to verify before marking complete.
Post-task retrospective — capture lessons learned and store them for future sessions. Builds cumulative intelligence across sessions.