The user has manually modified code and needs changes.md updated.
(When an AI agent (Claude, Codex, ...) modifies code, changes.md is updated automatically per its instructions (CLAUDE.md / AGENTS.md). This skill is only for user-initiated changes.)
Follow the rules defined in prompts/changes-guide.md exactly.
Steps:
- Read
prompts/changes-guide.mdfor formatting rules - Run
git diff --stagedandgit diffto find current changes - If no changes found, run
git diff HEAD~1for the last commit - Read the current
changes.md - Analyze the diff — classify each user-facing change as
feat,fix,change, orbreaking - Skip internal-only changes (
style,docs,test,chore,ci,build) - Add new entries to the appropriate section in
changes.md(do not duplicate existing entries) - If unsure about a change's classification, ask before adding