atlas-changelog

Featured

Maintain 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

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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