| name | changelog |
| description | Maintain CHANGELOG.md before commits in tpb-stremio-addon. Update [Unreleased] for src/ changes, stage CHANGELOG with code. Use when committing, releasing, or when pre-commit fails on changelog check. |
SKILL SHIM — This file is a pointer only. The canonical source of truth lives at:
docs/agents/skills/changelog.md
Skill: Changelog (Shim)
Quick Reference
Before every commit that touches product code, add bullets under CHANGELOG.md → [Unreleased], then stage the changelog. Pre-commit fails if code changes land without a changelog diff.
git add CHANGELOG.md
sh scripts/install-hooks.sh
How to Use
Load the canonical skill for the full workflow:
docs/agents/skills/changelog.md
Global workflow (all repos): ~/.claude/skills/changelog/SKILL.md
This shim exists so that agent-specific directories (.claude, .opencode, .cursor) stay in sync. The canonical file is under docs/agents/skills/.