audit-logging
How to record completed work in logs/agent-log.md so humans can inspect what the agent read, wrote, and concluded.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to record completed work in logs/agent-log.md so humans can inspect what the agent read, wrote, and concluded.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Required procedure for answering questions about the client - grounding, citation format, conflict handling, and how to say "not in the workspace".
How to create deliverable artifacts (meeting prep briefs, draft emails, analyses) in artifacts/ with required structure and source manifests.
How to extract durable memories from sources and write them as reviewable candidate memory files with provenance, confidence, and sensitivity.
How to orient inside a client workspace - the directory layout, the manifest, provenance records, and which sources outrank which.
| name | audit-logging |
| description | How to record completed work in logs/agent-log.md so humans can inspect what the agent read, wrote, and concluded. |
Every completed task gets one entry appended to logs/agent-log.md. Tool calls are logged automatically to logs/tool-calls.jsonl; the agent log is the human-readable layer on top: what you did and why.
Append exactly one entry after finishing a task (successful or not), as your final action before giving your final answer. Use writeFile with append: true.
## <ISO timestamp> — <one-line task summary>
- task: <the request, restated in one line>
- read: <comma-separated list of files you relied on>
- wrote: <comma-separated list of files you created/updated, or "none">
- conclusion: <1-3 lines: outcome, key findings, or why the task could not be completed>
- caveats: <conflicts found, missing data, low-confidence items, or "none">
Keep the entry under 15 lines. The log is append-only: never rewrite or delete previous entries.