document-changes

Document codebase changes into a structured Markdown report with commit history.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sequenzia/agent-tools --skill document-changes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-changes
Source: https://github.com/sequenzia/agent-tools/tree/main/plugins/core/skills/document-changes
Command: npx skills add https://github.com/sequenzia/agent-tools --skill document-changes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Document codebase changes from the current session into a structured Markdown report.

Core Features & Use Cases

  • Automatically capture files added, modified, and deleted in the current session.
  • Include commit history and a concise summary suitable for handoffs and audits.
  • Produce a readable, shareable report for team reviews and documentation.

Quick Start

Ask this skill to generate a changes report for your latest session, including files changed and commit history.

Frequently Asked Questions about document-changes

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

FAQPage Schema
How do I generate a Markdown report of codebase changes from my current git session?

Generating a Markdown report of codebase changes requires a tool that reads your current git session, captures added, modified, and deleted files, and formats them with commit history into a structured document for team reviews.

What is the best way to document git commit history and changed files for a development handoff?

The best way to document git commit history and changed files for a development handoff is by compiling session change data into a concise Markdown summary covering file modifications, deletions, and additions alongside the commit log.

Does generating a session change report require a git repository?

Yes, generating a session change report requires a git repository because the tool relies on git to gather change data, track added, modified, and deleted files, and extract the commit history needed for the formatted output.

Can I automatically track added, modified, and deleted files for release auditing?

Yes, you can automatically track added, modified, and deleted files for release auditing by processing your current development session through git, which captures the necessary change data and commit history for an archival report.

What should a structured codebase change report include for a team review?

A structured codebase change report for a team review should include a concise summary, lists of added, modified, and deleted files, and the commit history from the current session to provide clear context and documentation.