doc-updates

Solid

Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification.

AI & Automation 294 stars 26 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [When to Use](#when-to-use) - [Required TodoWrite Items](#required-todowrite-items) - [Step 1: Collect Context](#step-1-collect-context-context-collected) - [Step 2: Identify Targets](#step-2-identify-targets-targets-identified) - [Step 2.5: Check for Consolidation](#step-25-check-for-consolidation-consolidation-checked) - [Step 3: Apply Edits](#step-3-apply-edits-edits-applied) - [Step 4: Enforce Guidelines](#step-4-enforce-guidelines-guidelines-verified) - [Step 4.25: AI Slop Detection](#step-425-ai-slop-detection-slop-scanned) - [Step 4.75: Sync Capabilities Documentation](#step-475-sync-capabilities-documentation-capabilities-synced) - [Step 5: Verify Accuracy](#step-5-verify-accuracy-accuracy-verified) - [Step 6: Preview Changes](#step-6-preview-changes-preview) - [Exit Criteria](#exit-criteria) - [Flags](#flags) # Documentation Update Workflow ## When To Use Use this skill when code changes require updates to the README, plans, wikis, or docstrings. Run `Skill(sanctum:git-workspace-review)` first to capture the change context. ### System Capabilities The documentation update workflow includes several specialized functions. It identifies redundancy through consolidation detection and enforces directory-specific style rules, with strict limits for `docs/` and more lenient ones for the `book/` directory. The system also verifies the accuracy of version numbers and component counts and integrates with the LSP for semantic documentation verifica...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

docs-updater

Provides automated documentation updates by analyzing git changes between the current branch and the last release tag. Performs git diff analysis to identify modifications, then updates README.md, CHANGELOG.md following Keep a Changelog standard, and discovers documentation folders for contextual updates. Use when preparing a release, maintaining documentation sync, or before creating a pull request. Triggers on "update docs", "update changelog", "sync documentation", "update readme", "prepare release documentation".

261 Updated 1 weeks ago
giuseppe-trisciuoglio
AI & Automation Listed

docs

Update documentation to match implementation

10 Updated 5 days ago
jmylchreest
AI & Automation Solid

version-updates

Bump versions, update changelogs, and coordinate version changes across files for releases

294 Updated today
athola
AI & Automation Solid

skillshare-update-docs

Update website docs to match recent code changes, cross-validating every flag against source. Use this skill whenever the user asks to: update documentation, sync docs with code, document a new flag or command, fix stale docs, or update the README. This skill covers all website/docs/ categories (commands, reference, understand, how-to, troubleshooting, getting-started) plus the built-in skill description and README. If you just implemented a feature and need to update docs, this is the skill to use. Never manually edit website docs without cross-validating flags against Go source first.

2,072 Updated today
runkids
Data & Documents Listed

post-impl-docs

Update repository documentation after code implementation. Maintains README, CHANGELOG, docs/ folder, and inline docstrings based on changes made. Triggered by lane-executor after task completion.

335 Updated today
aiskillstore