docs-updater

Review git diffs and issue data to plan documentation updates.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/langadventurellc/claude-marketplace --skill docs-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-updater
Source: https://github.com/langadventurellc/claude-marketplace/tree/main/plugins/task-trellis/skills/docs-updater
Command: npx skills add https://github.com/langadventurellc/claude-marketplace --skill docs-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures documentation stays aligned with implemented changes by reviewing feature work and updating CLAUDE.md, README.md, and docs/ as needed.

Core Features & Use Cases

  • Automatically assess code changes from a feature implementation and identify documentation impact.
  • Update CLAUDE.md, README.md, and docs/** with accurate summaries, usage notes, and new references.
  • Use case: after implementing a new feature, run this skill to refresh the documentation and surface gaps for human review.

Quick Start

Run the docs-updater after a feature is merged to refresh project docs and ensure documentation accuracy.

Frequently Asked Questions about docs-updater

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

FAQPage Schema
How do I keep my project documentation updated after implementing a new feature?

You can update project documentation after implementing a feature by automatically analyzing code changes and git diffs to identify documentation impact. This process scans recent feature work to generate a concise plan for refreshing your project docs and surfacing gaps for human review.

How do I update CLAUDE.md and README.md based on recent git diffs?

You can update CLAUDE.md and README.md by applying a documentation review process that analyzes git diffs from merged features. This automatically assesses code changes and outputs accurate summaries, usage notes, and new references directly into your project documentation files.

What is the best way to review documentation impact after a code merge?

The best way to review documentation impact after a code merge is to run an automated documentation maintenance process that evaluates feature changes. It uses issue data and git diffs to determine what needs updating, then outputs a concise plan for CLAUDE.md, README.md, and docs/.

Does this documentation review process work with my existing docs directory structure?

Yes, this documentation review process works with codebases that contain CLAUDE.md, README.md, and a docs/ directory. It applies to your existing project structure to ensure documentation reflects recent work across features and epics without requiring a new setup.

When should I run documentation updates for feature implementations?

You should run documentation updates for feature implementations immediately after a feature is merged. Running the process at this stage refreshes project docs by capturing the latest code changes and ensuring documentation accuracy before gaps can accumulate.

Are there limitations to automating documentation maintenance with git diffs?

A limitation of automating documentation maintenance with git diffs is that it outputs a concise plan for human review rather than fully autonomous updates. It surfaces documentation gaps and generates summaries, but users must review the proposed changes for CLAUDE.md, README.md, and docs/.