update-docs

Synchronize project documentation with code changes using git diffs since a watermark.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Bolivar1234/qwntik-fabro --skill update-docs-bolivar1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/Bolivar1234/qwntik-fabro/tree/main/.claude/skills/docs
Command: npx skills add https://github.com/Bolivar1234/qwntik-fabro --skill update-docs-bolivar1234

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Update documentation in docs/public/ based on recent code changes by reading git history since a watermark commit, mapping changed files to doc pages, and making surgical edits to keep docs in sync with code.

Core Features & Use Cases

  • Read the watermark to determine the starting point for doc updates.
  • Map changed files to documentation pages using the code-to-doc mapping.
  • Update doc pages with surgical edits while preserving style and structure.

Quick Start

Run the update-docs skill to scan the repository for changes since the watermark and update affected docs.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I automatically update documentation to match code changes in git?

To automatically update documentation to match code changes, this skill reads git history since a watermark commit and applies surgical edits to docs. It maps changed files to doc pages using a reference file, keeping documentation synchronized with recent code updates.

What is a git watermark commit for tracking documentation updates?

A git watermark commit for tracking documentation updates is the starting point used to compute code diffs. This skill reads the watermark to determine which repository changes occurred, mapping those modified files to the appropriate documentation pages for subsequent updates.

How do I map changed code files to specific documentation pages?

To map changed code files to specific documentation pages, this skill uses a code-to-doc mapping reference. It applies this mapping to files detected via git diffs, identifying exactly which pages in the docs/public directory require updates based on recent code changes.

Can I use this documentation automation tool for repositories with docs in docs/public?

Yes, you can use this documentation automation tool for repositories with docs in docs/public. It is specifically designed to scan this directory, read the mapping reference, and make surgical edits to affected pages, preserving the original style and structure of your documentation.

How do I keep documentation in sync with code without manual edits?

To keep documentation in sync with code without manual edits, this skill automates the synchronization process by detecting git diffs and applying surgical edits to affected pages. It reads a watermark, maps changed files to doc pages, and writes a new watermark after updating.

What are the limitations of automating documentation updates with git history?

A limitation of automating documentation updates with git history is that this skill relies on a mapping reference file and a watermark commit. It only updates docs in the docs/public directory, making it unsuitable for unmapped code changes or repositories without this specific structure.