원클릭으로
refine
End-of-session reflection. Reviews friction encountered during the session and proposes updates to docs/ to capture lessons learned.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
End-of-session reflection. Reviews friction encountered during the session and proposes updates to docs/ to capture lessons learned.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | refine |
| user_invocable | true |
| description | End-of-session reflection. Reviews friction encountered during the session and proposes updates to docs/ to capture lessons learned. |
Reflect on the current session and update documentation with lessons learned.
Identify friction: Review what happened in this session:
git diff main...HEAD --stat to see what files were touchedRead current docs: Read the docs that were relevant to this session:
docs/validation.mddocs/enterprise.mddocs/autonomous-mode.mdPropose updates: For each piece of friction, decide if it warrants a doc update:
Apply updates: Edit the relevant docs/ files. Keep changes minimal and specific — add only what would have saved time this session.
Report: Summarize what was added/changed and why.
docs/ and add a pointer in CLAUDE.mdMUST use when writing Bun/TypeScript scripts.
MUST use when writing Bun Native scripts. The script must start with //native to run on the native worker.
MUST use when writing Deno/TypeScript scripts.
MUST use when writing Python scripts.
MUST use when writing Ansible playbooks.
MUST use when using the CLI, including debugging job failures and inspecting run history via `wmill job`.