code-changelog

Automate code change logging into Markdown files with an HTML viewer.

905|208|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/bear2u/my-skills --skill code-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-changelog
Source: https://github.com/bear2u/my-skills/tree/main/skills/code-changelog
Command: npx skills add https://github.com/bear2u/my-skills --skill code-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically documents every code change made by AI, creating a browsable, real-time changelog in a web browser, eliminating manual documentation and ensuring transparency.

Core Features & Use Cases

  • Automatic Markdown Generation: Creates a new Markdown file for each code modification.
  • Real-time HTML Viewer: A simple Python-based web server (no external tools needed) displays changes instantly.
  • Auto-Updating Navigation: index.html automatically updates with new files and sets the latest document as default.
  • Use Case: Maintain a clear, searchable history of AI-driven code changes for project management, team collaboration, or auditing, without interrupting the development workflow.

Quick Start

Initialize the code-changelog skill for 'My Project'. Then, log a new file creation for 'main.py' with some initial code.

Frequently Asked Questions about code-changelog

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

FAQPage Schema
How do I automatically document code changes as they happen?

Automatic code documentation captures every modification—file creation, deletion, updates, bug fixes, and refactoring—by logging events into Markdown files organized in a reviews folder. Each change generates a timestamped record, building a searchable changelog without manual effort.

Can I view code changes in a browser without external tools?

Yes. The Skill includes a Python-based web server that serves a real-time HTML viewer locally, displaying your changelog instantly in a browser. No external dependencies or setup required—just initialize, log changes, and browse.

How do I track AI-driven code modifications for auditing and team collaboration?

The Skill maintains an auto-updating index and generates Markdown documentation for each code change event. This creates a transparent, browsable history of all modifications, ideal for project management, compliance tracking, and shared team visibility into development work.

What code changes does the changelog record?

The Skill logs file creation, modification, and deletion events, plus bug fixes and refactoring work. Each event type generates a Markdown entry, capturing the full scope of development activity in a structured, queryable format.

Do I need to manually write changelog entries?

No. The Skill eliminates manual documentation by automatically generating Markdown files for every logged code change. You initialize it for your project, then log events programmatically—the changelog builds itself.

Can I search through recorded code changes?

Yes. The browsable HTML viewer and indexed Markdown files make your changelog searchable and easy to navigate. The auto-updating index sets the latest document as default, letting you find specific changes quickly.