What problem does it solve?
Contributor documentation drifts out of sync with code as repositories evolve, leaving new contributors blocked by missing guides or misled by stale commands. This Skill audits CONTRIBUTING.md, docs/contributing/, and docs/architecture/ to find what is missing or outdated, and assesses whether a given code change requires doc updates.
Core Features & Use Cases
- Gap Analysis: Inventories existing contributor docs, cross-references them against actual repository workflows (build, test, CLI, release), and produces a prioritized gap table with proposed doc titles and locations.
- Code Review Doc Impact Assessment: Categorizes a code change (new CLI flag, Makefile change, schema update, CI workflow) and returns a yes/no verdict on doc impact with specific target docs and sections.
- Doc Review: Verifies proposed doc changes against the codebase, checking commands, paths, prerequisites, and consistency with writing guidelines.
- Use Case: During review of a pull request that adds a new Make target, ask the Skill whether contributor docs need updating; it identifies the affected build guide and routes the fix to the radius-update-doc skill.
Quick Start
Ask the Skill to audit the contributor docs for gaps in TypeSpec workflows, or to assess whether your code change requires documentation updates.