smithery.ai

add-changelog-entry

Add a changelog entry to UNRELEASED.md

First seen Mar 28, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,600 B
  • docs SUMMARY.md 65 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

/add-changelog-entry

Automatically add a changelog entry to PROJECT_ROOT/UNRELEASED.md.

Process

  1. Check git diff or recent file modifications
  2. Determine the area from the file path:

- core/**/rule.md → [RULES] - registry/ → [REGISTRY] - schemas/ → [SCHEMAS] - agents/ → [AGENTS] - docs/ → [DOCS] - CLAUDE.md, backbone.yml, .claude/, .reporails/ → [META]

  1. Determine the category:

- New files/content → Added - Modified existing → Changed - Marked as deprecated/obsolete → Deprecated - Removed content → Removed - Bug fixes → Fixed - Security-related changes → Security

  1. Write a concise description (3-7 words)
  2. Append to UNRELEASED.md under the correct category section
  3. Create the category section if it doesn't exist

Format

### [Category]
- [Area]: [Description]

Categories

Added, Changed, Deprecated, Removed, Fixed, Security

Areas

  • [RULES] – Rule definitions (structure, content, efficiency, maintenance, governance)
  • [REGISTRY] – Capabilities, levels, coordinate map, tombstones
  • [SCHEMAS] – Schema definitions
  • [AGENTS] – Agent configurations and agent-specific rules
  • [DOCS] – Documentation
  • [META] – CLAUDE.md, backbone.yml, repo structure

Example

### Added
- [RULES]: CORE:G:0001 rule for governance policy validation
- [REGISTRY]: Added new capability to L4

### Changed
- [SCHEMAS]: Updated rule schema to v0.1.0

Do not ask for confirmation. Just do it.