一键导入
catching-up
Catch up on the current branch — understand what's changed relative to the base branch. Use when starting a session or switching context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Catch up on the current branch — understand what's changed relative to the base branch. Use when starting a session or switching context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before implementing.
Simplify and refine code for clarity, consistency, and maintainability
| name | catching-up |
| description | Catch up on the current branch — understand what's changed relative to the base branch. Use when starting a session or switching context. |
| user-invocable | true |
Get me up to speed on the current state of this branch. Focus on understanding the actual code changes, not git bookkeeping.
git diff <base>...HEAD --stat to see which files changed, then read the key changed files and the diff (git diff <base>...HEAD) to understand the substance of the changes. Summarize what was added, removed, or modified and why — group related changes together thematically rather than file-by-file.Prioritize reading and understanding the actual code over listing commits. The goal is for the reader to walk away understanding the design decisions and current state of work on this branch.
$ARGUMENTS