用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rongarede/skill-snapshots --skill task-checkpoint命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
Technology scouting and evaluation for tools, frameworks, libraries, and technical approaches. Use when users need to evaluate technology options, compare frameworks, assess technical feasibility, scout emerging technologies, or make build-vs-buy decisions. Produces structured comparison matrices with objective criteria scoring.
使用 Semantic Scholar API 检索和验证学术论文。支持并发多关键词搜索、批量 ID/DOI 查询、引用分析、批量补全摘要、统一 Markdown 导出。覆盖 2.14 亿+ 学术论文,无需 API Key 即可使用。触发词:论文检索、论文验证、Semantic Scholar、S2 搜索、查论文、补全摘要、导出MD
中文/英文写作风格迁移与错误记忆工作流。适用于论文、学位论文、报告等场景,提供 style profile、error log、长期记忆与多智能体写作闭环。
正在显示 SKILL.md
| name | task-checkpoint |
| description | 任务完成后自动更新 plan + TODO + commit + push。触发词:/checkpoint、任务检查点、完成任务 |
任务完成后的自动检查点:更新计划文件、更新 TODO、提交并推送。
/checkpoint当以下任一条件满足时,必须自动执行 checkpoint:
验证当前任务的 DoD(Definition of Done):
读取当前 plan 文件,执行以下更新:
Plan 文件位置: 读取 ~/.claude/plans/ 下最新的 plan 文件
读取项目 TODO 文件,执行以下更新:
已完成 ✅,补充完成时间TODO 文件定位: 在项目 docs/todo/ 目录下查找与当前工作相关的 TODO 文件
bash ~/.claude/skills/task-checkpoint/scripts/checkpoint.sh \
"<task-id>" \
"<commit-message>" \
[file1 file2 ...]
参数说明:
task-id:任务编号(如 T-FIX-02)commit-message:提交信息(遵循 conventional commits)file1 file2 ...:要暂存的文件列表(可选,默认暂存所有已修改的跟踪文件)输出检查点摘要:
✅ Checkpoint: <task-id>
- Plan 已更新
- TODO 已更新
- Commit: <hash> <message>
- Push: <branch> → <remote>
<type>(<task-id>): <description>
- <变更项1>
- <变更项2>
type 选择:
feat:新功能/新实验数据fix:Bug 修复docs:文档/TODO/plan 更新refactor:重构chore:杂项git add -A,只暂存与当前任务相关的文件