update-changelog

Append phase completion details and final summaries to changelog.md files.

10|2|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/eveld/claude --skill update-changelog-eveld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-changelog
Source: https://github.com/eveld/claude/tree/main/skills/update-changelog
Command: npx skills add https://github.com/eveld/claude --skill update-changelog-eveld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Append phase tracking or final summary to changelog.md during implementation.

Core Features & Use Cases

  • During Implementation (after each phase): Document what was actually done vs planned, note deviations and reasons, list files changed, capture discoveries
  • At Completion (after all phases): Append FINAL SUMMARY section, summarize key deviations, document lessons learned, note technical debt and follow-up work

Quick Start

Use the skill after each implementation phase to update thought documents with a phase entry in changelog.md and after completion to append a final summary.

Frequently Asked Questions about update-changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate changelog updates during project implementation?

You can automate changelog updates by appending phase completion details after each implementation phase. This records what was done versus planned, deviations, changed files, and discoveries into a standardized changelog.md file.

What should a final summary section in a changelog include?

A final summary section in a changelog should summarize key deviations, document lessons learned, and note technical debt or follow-up work. It is appended after all project phases are completed to provide closure.

How do I track deviations and files changed during a development phase?

To track deviations and files changed during development, append a phase tracking entry to your changelog.md. This entry documents what was actually done against the plan, reasons for deviations, and a list of modified files.

What is the expected file path format for project changelogs?

The expected file path format for project changelogs follows a standardized structure under thoughts/NNNN-description/changelog.md. Consistent paths ensure phase updates and final summaries are tracked correctly.

Do I need specific templates to format changelog entries?

Yes, you need standardized Phase Update Format and Final Summary Format templates. These templates ensure consistent recording of phase details and project completion summaries within your changelog.md file.

When should I update my changelog during a workflow?

You should update your changelog during workflows immediately after completing each implementation phase, and once at project completion. This ensures progress tracking and discoveries are captured accurately as they happen.