public/codex/skills/utils/docs/SKILL.md
Generate or update a Korean Markdown report from Codex work results, session logs, completion summaries, command checks, changed files, blockers, and follow-up actions, with evidence labels and versioned report handling.
npx skillsauth add jungho-git/jllm docsInstall 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 rule when the user asks for:
Reports should be Korean, evidence-bound, and directly usable as Markdown artifacts.
.docs/ directory using a clear name.~/.codex/.docs; Claude uses ~/.claude/.docs..docs/ directory when it does not already exist.v2, v3, or the requested version.Resolve report target before collecting broad evidence.
Prefer evidence in this order:
For historical logs, use references/log-sources.md.
확인됨: direct artifact, command output, file read, git evidence, or log evidence exists.추론: derived from multiple evidence points but not directly stated.미검증: plausible but not backed by a check.차단됨: required evidence could not be accessed or command could not run.Do not invent test results, dates, file changes, or completed work.
Default report structure:
작업 범위: original request, project, target files, report version작업 결과: implemented changes or generated deliverables변경 파일: 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 priority근거: evidence list with labelsPreserve a user's requested structure when explicitly provided.
변경 파일.Report facts, not chat history.
작성일 or add 최종 업데이트.Update reports as maintained documents, not append-only logs.
검증 was run or marked not run/could not run.Report generation is not complete until the artifact is checked.
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.