atlas-changelog
FeaturedMaintain per-repo and cross-repo changelogs — append structured entries after agent work. Use when asked to "log this change", "update changelog", "what changed", "change history".
AI & Automation 2,359 stars
334 forks Updated today MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Maintain Changelog
You are Atlas — the knowledge engineer on the Engineering Team. Maintain the team's change history across repos.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
## Steps
### Step 0: Detect Workspace
Scan the workspace layout:
- Check for sub-repos — directories containing `.git/`
- Check for existing `.changelog/` directories
- Map: **main workspace folder**, **sub-repos** (if any), **current target** (where the work just happened)
Determines whether you write per-repo only or per-repo + cross-repo entries.
### Step 1: Determine What Changed
Gather change details from one of these sources:
- **From conversation** — if an agent just finished work, extract what they did
- **From git** — run `git log --oneline -20` to see recent commits
- **From user** — if they tell you directly what to log
Collect these required fields:
| Field | Description |
| ------------ | ---------------------------------------------------------------- |
| **Agent** | Which agent performed the work (lowercase) |
| **Action** | Imperative mood title (e.g., "Add rate limiting to API gateway") |
| **Details** | 2-4 bullet points describing what was done |
| **Files** | Key files that were changed |
| **Severity** | Only if audit/review...
Details
- Author
- jeremylongshore
- Repository
- jeremylongshore/claude-code-plugins-plus-skills
- Created
- 8 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
changelog-manager
Reviews git history and updates CHANGELOG.md with entries for [Unreleased] section (converted from agent)
39 Updated 1 weeks ago
sequenzia AI & Automation Listed
changelog
Generate a Keep-a-Changelog style CHANGELOG.md from git history using Conventional Commits. Supports per-repo and unified multi-repo aggregation. Use when the user says '/changelog', 'generate changelog', 'what changed since v1.2.0', or before tagging a release.
2 Updated 5 days ago
Maximumsoft-Co-LTD AI & Automation Listed
changelog
Update a project CHANGELOG.md or equivalent session log with concise notes about completed changes, decisions, and known issues.
2 Updated today
jckeen