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.mdSkill 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-skillsThen reference at skills/wiki-changelog/SKILL.md
Related Skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
Gardening Skills Wiki
Maintain skills wiki health - check links, naming, cross-references, and coverage
gardening-skills-wikigardening skills wiki
by Jesse Vincent (community) · obra-superpowers-skills
wiki-architect
You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.
generalwiki
by sickn33 (Antigravity) · antigravity-awesome-skills
wiki-vitepress
Transform generated wiki Markdown files into a polished VitePress static site with dark theme and interactive Mermaid diagrams.
generalwikivitepress
by sickn33 (Antigravity) · antigravity-awesome-skills