DocumentationPROPRO REQUIREDFC-DOC-016
Changelog Doc Claw
changelog-doc-claw
Changelog automation: conventional commits, version grouping, and release note generation.
Changelog Doc Claw automates changelog generation from conventional commits with version grouping, breaking change highlights, and release notes.
PRIMARY ACTION
Unlock with ProCOMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
OpenClaw is the default target. Cursor example below.
When 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 explicit gate list for this agent in the current dataset.
4 GATES DEFINED
Expected Outputs
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/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 Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/changelog-doc-claw/SKILL.mdclaude-code/.claude/skills/changelog-doc-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/changelog-doc-claw/codex.mdcodex/.flickclaw/agents/changelog-doc-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-changelog-doc-claw.mdccursor/.cursor/rules/flickclaw-changelog-doc-claw-workflow.mdccursor/.cursor/rules/flickclaw-changelog-doc-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-changelog-doc-claw.mdwindsurf/.windsurf/rules/flickclaw-changelog-doc-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-changelog-doc-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/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
OpenClaw
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 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-05-26 ## 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 - [✓] no_fake_claims - [✓] conventional_commits_parsed - [✓] breaking_changes_highlighted ## Outputs Generated ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 0 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*