validate-docs-implementation_skill

This skill analyzes code versus documentation to identify mismatches and generates a systematic, actionable report for fixes.
  • Python

2

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill abdullahbeam/nexus-design-abdullah --skill validate-docs-implementation

  • config.yaml4.7 KB
  • SKILL.md8.4 KB

Overview

This skill systematically compares implementation code against documentation to find and fix inconsistencies. It automates inspection of what the code actually creates or does, locates all doc references, applies precise updates, and produces a verification report. The result is documentation that matches the running implementation and reduces user confusion.

How this skill works

The skill reads the implementation files you point to and builds a ground-truth list of artifacts and behaviors (files, folders, counts, naming conventions). It then searches documentation for references to those entities, categorizes mismatches (file name, structure, count, deprecated references), and applies safe edits to update docs. Finally it verifies that old terms are gone and saves a report summarizing all fixes.

When to use it

  • Before a release or deployment to ensure docs reflect the shipped behavior
  • After major code changes or refactors that could affect outputs or structure
  • When users report docs that mention missing or renamed files/folders
  • During documentation audits or QA checks for consistency
  • When preparing public guides, tutorials, or onboarding materials

Best practices

  • Be systematic: analyze implementation first, then search docs exhaustively with pattern searches
  • Preserve context: update surrounding text and examples when changing names or structure
  • Prioritize fixes: address user-facing and core-system docs first
  • Verify edits: re-run searches for old terms and spot-check updated files
  • Record results: save validation reports to a configured location for traceability

Example use cases

  • A script now creates plan.md instead of design.md — update all docs to use plan.md and remove obsolete references
  • Project folder structure changed; update diagrams, README sections, and navigation maps to match new folders
  • A generator now creates additional resource files — update counts and example lists across docs
  • Pre-release sweep: verify no docs reference deprecated features or old file names before publishing
  • User flags mismatch in tutorial steps; run targeted validation and push corrections with a report

FAQ

I will ask you to choose a location the first time (recommended: a dedicated validation-reports folder). Once set, I'll save future reports to that configured location.

How do you ensure edits don’t break doc formatting?

Edits preserve surrounding context and formatting; common fix patterns are applied minimally and I run a verification pass to ensure consistency.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
validate-docs-implementation skill by abdullahbeam/nexus-design-abdullah | VeilStrat