一键导入
reflect
End-of-task reflection to capture learnings and improve automation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-of-task reflection to capture learnings and improve automation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Standard implementation workflow for this repo — code, test, lint, push, verify CI. Use after the plan is agreed and you're about to write code.
Cut a new release of git-workset — pick the version, tag, push, and verify the automated workflow. Use when the user asks to release, ship, or cut a version.
| name | reflect |
| description | End-of-task reflection to capture learnings and improve automation |
| argument-hint | [task-summary] |
Run this after completing a significant task to capture learnings and improve future work.
Ask yourself: What mistakes did I make that could be prevented with advance information?
Consider:
For each mistake, determine:
Ask yourself: Are there checks I ran manually that should be automated?
Consider:
For each gap, determine:
If learnings were identified in Step 1:
If validation gaps were identified in Step 2:
.claude/hooks/pre-commit-check.shIf agents.md or hooks were updated:
Summarize what was done:
## Reflection Summary
### Learnings Added to agents.md
- [learning 1]
- [learning 2]
### Hooks Added/Updated
- [hook change 1]
- [hook change 2]
### No Changes Needed
- [reason if nothing was added]
Task context: $ARGUMENTS