ogt-docs-changelog

Installation
SKILL.md

OGT Docs - Changelog

Manage project changelog following Keep a Changelog format.

Overview

The changelog documents all notable changes to the project. It follows Keep a Changelog format and is maintained in CHANGELOG.md at the project root.

flowchart LR
    subgraph sources ["Change Sources"]
        COMMITS["Git Commits"]
        TASKS["Done Tasks"]
        PRS["Pull Requests"]
    end

    subgraph changelog ["CHANGELOG.md"]
        UNREL["[Unreleased]"]
        V2["[2.0.0]"]
Related skills
Installs
10
First Seen
Feb 7, 2026