원클릭으로
changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guided 5-minute onboarding for Director Mode Lite. Use immediately after installing Director Mode Lite, or when unsure which command to run next.
Self-Evolving Development Loop - Dynamic skill generation with learning and evolution
View Self-Evolving Loop session status, history, and memory metrics
Automatically routes tasks to external AI CLIs (Codex or Gemini) when more efficient; routing decisions are made automatically based on task type, with no manual commands needed. Use when a task is a large refactor, a batch operation, or needs 100K+ tokens of context better handled by an external CLI.
Validate custom agent file format and structure. Use after creating or editing an agent, before committing agent changes, or when an agent fails to load.
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.
| name | changelog-observer |
| description | Track development session events in a daily markdown changelog, including file changes, test results, and key decisions. |
| allowed-tools | ["Read","Write","Edit","Bash"] |
| user-invocable | true |
Track session context in .changelog/session-YYYY-MM-DD.md.
.changelog/session-YYYY-MM-DD.md for the current local date..changelog/ and the session file if they do not exist.file-change: after creating, editing, or deleting project files.test-result: after running tests, checks, or validation commands.decision: after making an implementation or architecture decision worth preserving.none when no files were changed.Use the markdown structure in template.md for each appended entry.