·changelog-maintenance
</>

changelog-maintenance

aj-geddes/useful-ai-prompts

Maintain comprehensive changelogs and release notes following Keep a Changelog format. Use when documenting version history, release notes, or tracking changes across versions.

71Installs·2Trend·@aj-geddes

Installation

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill changelog-maintenance

SKILL.md

Create and maintain structured changelogs that document all notable changes to your project, following industry best practices like Keep a Changelog and Semantic Versioning.

// Old (v1) fetch('/api/users/list') .then(res => res.text()) .then(xml => parseXML(xml));

// New (v2) fetch('/api/v2/users') .then(res => res.json()) .then(data => console.log(data));

Maintain comprehensive changelogs and release notes following Keep a Changelog format. Use when documenting version history, release notes, or tracking changes across versions. Source: aj-geddes/useful-ai-prompts.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill changelog-maintenance
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is changelog-maintenance?

Maintain comprehensive changelogs and release notes following Keep a Changelog format. Use when documenting version history, release notes, or tracking changes across versions. Source: aj-geddes/useful-ai-prompts.

How do I install changelog-maintenance?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill changelog-maintenance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/aj-geddes/useful-ai-prompts