docs-sync

Map branch diffs to affected documentation using configured doc schemas.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/jackneil/claude-jacked --skill docs-sync-jackneil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-sync
Source: https://github.com/jackneil/claude-jacked/tree/main/jacked/data/skills/docs-sync
Command: npx skills add https://github.com/jackneil/claude-jacked --skill docs-sync-jackneil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation drift occurs when code changes outpace docs; this skill helps ensure docs stay accurate by mapping code diffs to affected docs during PRs.

Core Features & Use Cases

  • Diffs the current branch against base and maps changes to the affected documentation.
  • Applies during feature completion, before PRs, or after code refactors to keep docs in sync across the project.
  • Use case: when updating a module, automatically align corresponding docs with code changes.

Quick Start

Run the docs-sync skill on your feature branch to generate a diff-aligned set of documentation updates.

Frequently Asked Questions about docs-sync

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

FAQPage Schema
How do I keep documentation aligned with code changes automatically?

To keep documentation aligned with code changes, you can diff your current branch against the base and map the changes to affected docs. This ensures docs stay accurate by associating code diffs with the correct documents during feature completion or PRs.

When should I sync docs with code refactoring updates?

You should sync docs with code refactoring updates ahead of PRs or immediately after the refactor completes. Mapping repository diffs to configured doc schemas during these stages prevents documentation drift across the project.

How does mapping code diffs to documentation work?

Mapping code diffs to documentation works by comparing the current branch against the base branch and relying on configured doc schemas. It associates the detected code changes with the right documents to generate a diff-aligned set of documentation updates.

Can I use docs-sync for PR workflow documentation maintenance?

Yes, you can use it for PR workflow documentation maintenance by running it on your feature branch. It applies during feature completion to automatically align corresponding docs with code changes before submitting a pull request.

What is the best way to update module docs after a code change?

The best way to update module docs after a code change is to run a diff against the base branch. This automatically aligns corresponding documentation with the module changes by mapping repository diffs to the configured doc schemas.