skillshare-update-docs

Synchronize website documentation with recent Go source code changes.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill skillshare-update-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillshare-update-docs
Source: https://github.com/JetBrains/skills/tree/main/update-docs
Command: npx skills add https://github.com/JetBrains/skills --skill skillshare-update-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This process helps teams keep website/docs synchronized with evolving code, ensuring consistency across commands, reference materials, understand/how-to guides, and README notes.

Core Features & Use Cases

  • Automated mapping of code changes to affected documentation pages (commands, concepts, and references).
  • Cross-validation of flags, arguments, and examples against the Go source to prevent drift.
  • Documentation refresh by suggesting updates and validating build-time consistency across the docs suite.
  • Use Case: When a command changes, automatically update the related docs pages and surface discrepancies for review.

Quick Start

Run the update-docs skill to synchronize website/docs with recent code changes and produce validated documentation updates.

Frequently Asked Questions about skillshare-update-docs

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

FAQPage Schema
How do I keep website documentation synchronized with recent code changes?

Website documentation synchronization maps code updates to affected docs pages, cross-validates flags against Go source, and produces a validated documentation set ensuring consistency.

How do I cross-validate command flags and arguments against Go source code?

Cross-validating command flags against Go source code ensures documentation accuracy by checking flags, arguments, and examples directly during the documentation refresh process to prevent drift.

What is the best way to update reference and how-to guides when commands change?

Updating reference and how-to guides when commands change involves automatically mapping modifications to affected documentation pages and surfacing discrepancies for review to ensure alignment.

Does docs synchronization work for troubleshooting and getting-started guides?

Docs synchronization applies to commands, references, understand, how-to, troubleshooting, and getting-started docs, enabling cross-validation and updates across the entire skillbase.

Why does my documentation drift after updating flags in the codebase?

Documentation drift occurs when code flags are updated without reflecting changes in website docs; cross-validation against the Go source surfaces these discrepancies for review.