public/codex/skills/utils/codex-work-report/SKILL.md
Generate or update a Korean Markdown report from Codex work results, session logs, completion-hook summaries, command checks, changed files, blockers, and follow-up actions. Use when the user asks for a Codex 작업 결과 보고서, 작업 로그 보고서, md 보고서, 결과 정리 문서, or to revise/version a previous Codex work report.
npx skillsauth add jungho-git/jllm codex-work-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the deliverable is a .md report about Codex work results.
Typical requests:
Do not use this skill for Notion publishing by itself. If the user asks for Notion, create or update the Markdown report first, then use the Notion skill only for the publishing step.
.docs/reports/ directory when working inside a project%CODEX_HOME%/.docs/reports/ when reporting on Codex itselfDownloads only when the user asks for a download-folder deliverablev2, v3, or the requested version.fs-mcp first for file listing, reads, writes, metadata checks, and structured search.logs/notify.logsessions/YYYY/MM/DD/*.jsonlmemories/rollout_summaries/*.mdlogs/codex-tui.log, states/session-context, .playwright-mcp, or
.sandbox when relevantSeparate facts into these buckets:
작업 범위: original request, project, target files, requested report version작업 결과: implemented changes, generated files, updated report sections변경 파일: files actually created or edited검증: commands run, parser checks, file existence checks, format checks문제: failed checks, blockers, skipped checks, residual risk후속 작업: next concrete steps, ordered by dependency or priorityMark each item as one of:
확인됨: direct artifact, command output, file read, or git evidence exists추론: derived from multiple evidence points미검증: plausible but not backed by a checkDefault structure:
# Codex 작업 결과 보고서
- 작성일: YYYY-MM-DD
- 범위: ...
- 기준 로그: ...
## 1. 요약
## 2. 작업 결과
## 3. 변경 파일
## 4. 검증 결과
## 5. 이슈 및 리스크
## 6. 후속 작업
## 7. 근거
Content rules:
변경 파일.이슈 및 리스크.After writing or updating the .md file:
검증 결과 was actually run or mark it as not runWhen updating an existing report:
작성일 or add 최종 업데이트For historical Codex logs:
logs/notify.log to identify completed turns and final summariessessions/YYYY/MM/DD/*.jsonl only for missing details, tool calls, or command evidencememories/rollout_summaries/*.md for compact prior-task summariescodex-tui.log for runtime failures, MCP startup issues, and system-level errorsRead references/log-sources.md before broad historical analysis.
testing
Required phase order for non-trivial tasks: Plan, Explore, Implement, Verify, Finalize. Use for multi-step work, scoped exploration, re-planning, validation, and final synthesis.
development
Final response format: Korean-first, concise Process / Checks / Issues / Updates, optional Usage, with only actual changes, actual validation, real blockers, changed files, and measured token data when available.
development
Smallest complete change rule: preserve local code shape, extend existing patterns, avoid speculative extraction or cleanup, and include required coupled updates for correctness.
development
Code comment policy: numbered one-line `―` dividers for touched declarations and logical sections, paired outer blocks only for long regions, concise purpose comments, and no comment churn.