check-changelogs

Verify CHANGELOG.md files document the current plugin version.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/synapseradio/thinkies --skill check-changelogs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-changelogs
Source: https://github.com/synapseradio/thinkies/tree/main/.claude/skills/check-changelogs
Command: npx skills add https://github.com/synapseradio/thinkies --skill check-changelogs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

Missing or incomplete CHANGELOG.md entries for current versions lead to undocumented releases, making it impossible for users to understand what changed and hindering proper version history maintenance.

Core Features & Use Cases

  • File Existence Check: Verifies that a CHANGELOG.md file exists for each plugin.
  • Version Entry Validation: Confirms the current version from plugin.json has a corresponding entry in the CHANGELOG.md.
  • Remediation Guidance: Collaboratively gathers information from recent git commits to suggest appropriate changelog entries.
  • Use Case: Before any release or after bumping version numbers, use this Skill to ensure every plugin's CHANGELOG.md is complete and accurately documents the current version.

Quick Start

Check all plugin changelogs for completeness and version documentation.