code-changelog

Automate code change tracking into a reviews folder with an HTML viewer.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill code-changelog-aiden-kwak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-changelog
Source: https://github.com/Aiden-Kwak/My-Claude-Agents/tree/main/.claude/skills/code-changelog
Command: npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill code-changelog-aiden-kwak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 모든 코드 변경사항을 reviews 폴더에 자동으로 기록하고 간단한 HTML 뷰어로 웹에서 실시간으로 확인할 수 있도록 합니다.

Core Features & Use Cases

  • 자동 변경 로그 생성 및 문서화
  • 간단한 HTML 뷰어를 통한 즉시 확인
  • 로컬 Python 서버로 실시간 미리보기 및 빠른 QA 지원
  • 자동 인덱스 업데이트 및 네비게이션 제공

Quick Start

Run the Python-based logger to record changes and launch the local server to view the live documentation.

Frequently Asked Questions about code-changelog

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

FAQPage Schema
How do I automatically generate a changelog from code changes and view it as a live HTML site?

Running a Python-based logger automatically tracks code changes into a reviews folder as Markdown. A lightweight local server then renders these files into a navigable HTML documentation site for live viewing.

What is the best way to maintain live documentation for quick QA and team collaboration?

Auto-tracking code changes into a reviews folder with an auto-built HTML viewer provides live documentation for quick QA. A local Python server renders the Markdown logs, keeping the documentation site continuously updated for team collaboration.

Does this automatic changelog generation require any external dependencies or components?

No external dependencies or components are required for this automatic changelog generation. It operates independently using Python-based logging, auto-index updates, and a lightweight server to render Markdown into a live HTML viewer.

Can I use a local Python server to render Markdown documentation for real-time preview?

Yes, a local Python server renders Markdown documentation into an HTML viewer for real-time preview. It automatically updates the index, allowing you to navigate and review code changes instantly during QA.

How do I set up automatic changelog tracking for a software project without manual entry?

Run the Python-based logger to capture code changes and write them as Markdown into a reviews folder. The system handles auto-index updates and builds a live HTML viewer automatically, requiring no manual entry for changelog tracking.