catchup
SkillDev toolsRestore context. Use after /clear or at the start of a new session. Triggered when the user says restore context, continue previous work, or catchup.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the catchup skill
What this skill tells your AI
The instructions your AI receives, as published by iceymoss/go-hichat-api in .claude/skills/catchup/SKILL.md and read by ahel’s review.
恢复上下文。在 /clear 后或新 session 开始时使用。
步骤
- 检查 PROGRESS.md 是否存在,如存在则读取
- 运行
git log --oneline -20查看最近提交 - 运行
git diff --stat HEAD~5查看最近变更的文件 - 运行
git status查看当前工作状态 - 运行
git branch -a查看分支状态
输出格式
## 当前状态
- 分支: xxx
- 最近工作: (从 git log 和 PROGRESS.md 总结)
- 未完成的事: (从 PROGRESS.md 或未提交变更推断)
## 建议下一步
- (基于上下文给出 1-3 个建议)
简洁输出,不要重复 git log 的原始内容。
Signals
- GitHub stars
- 41
- Forks
- 9
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
catchup-iceymoss- Source
- github.com/iceymoss/go-hichat-api