changelog

Query YAML changelog entries to generate filtered change reports and statistics.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill changelog-insightflo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/changelog
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill changelog-insightflo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tracking and understanding how software evolves is time-consuming. This Skill lets teams quickly query and analyze project change history to surface recent activity, trends, and impact.

Core Features & Use Cases

  • Filter by date, domain, type, and file to generate focused change reports.
  • View per-file histories, summary statistics, and domain-level activity for audits and deployments.
  • Use cases include preparing for code reviews, release readiness, and domain impact analysis.

Quick Start

Run /changelog to view the latest change history for the current project.

Frequently Asked Questions about changelog

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

FAQPage Schema
How do I generate a project change history report for a code review?

To generate a project change history report, query and filter recent activity by date, domain, type, and file. This produces focused reports summarizing recent changes for code reviews, deployments, or audits.

What is the best way to audit per-file change history and statistics?

The best way to audit per-file change history is to query recorded YAML changelog entries. This returns per-file histories and summary statistics to help analyze domain-level activity and impact.

How does domain analysis of change history work for release readiness?

Domain analysis of change history works by filtering recorded changes by domain and type. It surfaces trends and domain-level activity from YAML entries, helping teams assess impact and prepare for release readiness.

Do I need a specific changelog format to query project change history?

Yes, you need YAML changelog entries produced by a changelog-recorder hook. The Skill reads these specific YAML entries to return change histories, statistics, and domain activity for your project.

Can I filter change history by date and file type for deployment reports?

Yes, you can filter change history by date, domain, type, and file. This allows you to generate focused reports tailored for specific deployments, code reviews, or audit requirements.