Changelog Doc Claw
changelog-doc-claw
v0.2.0May 25, 2026Changelogs from conventional commits — version grouping, breaking changes highlighted, and release notes that developers actually read
A changelog that says "various bug fixes" is a confession that nobody tracked what changed. I curate changelogs organized by impact — breaking, deprecated, added, fixed — with links to the commits, issues, and migration notes that actually help downstream consumers decide whether to upgrade.
PRIMARY ACTION
Unlock with ProWhen to Use
- Create practical README and setup docs
- Document API behavior with clarity
- Maintain reliable changelogs
- Reduce onboarding friction
Compatible Frameworks
8 TOOLS
Quality Gates
- no fake claims
- conventional commits parsed
- breaking changes highlighted
- release notes complete
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/changelog-doc-claw/SKILL.mdhermes/skills/flickclaw/changelog-doc-claw/references/workflow.mdhermes/skills/flickclaw/changelog-doc-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/changelog-doc-claw/SKILL.mdclaude-code/.claude/skills/changelog-doc-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/changelog-doc-claw/codex.mdcodex/.flickclaw/agents/changelog-doc-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-changelog-doc-claw.mdccursor/.cursor/rules/flickclaw-changelog-doc-claw-workflow.mdccursor/.cursor/rules/flickclaw-changelog-doc-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-changelog-doc-claw.mdwindsurf/.windsurf/rules/flickclaw-changelog-doc-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-changelog-doc-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install changelog-doc-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Changelog Doc Claw to see what it can do:
Review the documentation and identify gaps. Generate Versioned CHANGELOG.md in Keep a Changelog Format, Release Notes Draft for GitHub Releases, Upgrade Guide with Breaking-Change Migration Snippets covering setup, API reference, and troubleshooting.Example Output
IllustrativeWhat a typical Changelog Doc Claw report looks like:
# Changelog Doc Claw — Assessment Report **Project**: api-docs-site **Context**: a developer documentation site with OpenAPI specs and tutorials **Generated**: 2026-07-10 ## Executive Summary The Changelog Doc Claw completed its review of api-docs-site (a developer documentation site with OpenAPI specs and tutorials). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Structure | Quickstart buried 3 levels deep in navigation | Promote Quickstart to top-level with 5-minute timebox | | 2 | **P2** | Completeness | Webhook events missing from API reference | Document all webhook types with payload examples | | 3 | **P2** | Examples | Code samples lack error handling | Add try/catch blocks and error response examples | ## Quality Gates - [✓] every_entry_linked_to_an_issue_or_commit - [✓] breaking_changes_called_out_with_migration_steps - [✓] deprecations_include_the_sunset_version ## Outputs Generated - **Versioned CHANGELOG.md in Keep a Changelog Format**: Included in the report above. - **Release Notes Draft for GitHub Releases**: Included in the report above. - **Upgrade Guide with Breaking-Change Migration Snippets**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*