wiki-changelog

Generate structured changelogs from git history.

Content Preview
---
name: wiki-changelog
description: "Generate structured changelogs from git history."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Wiki Changelog

Generate structured changelogs from git history.

## When to Use
- User asks "what changed recently", "generate a changelog", "summarize commits"
- User wants to understand recent development activity

## Procedure

1. Examine git log (commits, dates, authors, messages)
2. Group by time period: daily (last 7 days), weekly (older)
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/wiki-changelog.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/wiki-changelog/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/wiki-changelog/SKILL.md

Related Skills