flow-changelog-audit

Audit Claude Code CHANGELOG.md entries and classify FLOW-relevant changes as Adopt, Remove, or Adapt.

25|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/benkruger/flow --skill flow-changelog-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-changelog-audit
Source: https://github.com/benkruger/flow/tree/main/.claude/skills/flow-changelog-audit
Command: npx skills add https://github.com/benkruger/flow --skill flow-changelog-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The CHANGELOG.md for Claude Code often contains items that impact FLOW's integration surface. This skill automates auditing those entries to surface only plugin-relevant changes, enabling proactive planning and issue tracking.

Core Features & Use Cases

  • Builds FLOW's integration surface model by analyzing new changelog entries and mapping them to Adopt/Remove/Adapt categories.
  • Filters for changes affecting hooks, skills, agents, or surface APIs used by FLOW, and suggests actionable follow-ups.
  • Files issues for approved items to align FLOW's repository with Claude Code updates.

Quick Start

Run the flow-changelog-audit skill to scan the latest Claude Code CHANGELOG and produce a categorized report with suggested issues.

Frequently Asked Questions about flow-changelog-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Claude Code changelog entries for plugin integration impacts?

The changelog audit scans the Claude Code CHANGELOG.md, builds an integration surface model, classifies entries as Adopt, Remove, or Adapt, and creates issues for approved items to track plugin integration impacts.

What is an integration surface model for tracking changelog updates?

An integration surface model maps changelog updates to plugin-relevant changes by analyzing hooks, skills, agents, and surface APIs, categorizing them into Adopt, Remove, or Adapt classifications to determine necessary follow-up actions.

How do I filter changelog items to only surface changes affecting hooks and skills?

Changelog filtering is handled by analyzing new entries and mapping them to the integration surface model, isolating changes that specifically affect hooks, skills, agents, or surface APIs used by your plugin.

Can I automatically create issues for approved changelog changes in my repository?

Yes, you can automatically create issues for approved items by running the audit, which files issues describing the change rationale and impact on the FLOW plugin directly within the source repository.

Does the changelog audit work without external dependencies?

Yes, the changelog audit operates without external dependencies, relying entirely on the internal FLOW source repository and the Claude Code CHANGELOG.md to build the surface model and classify integration impacts.