Review Documentation banner
RemiAsselin42 RemiAsselin42

Review Documentation

Documentation community

Description

--- description: 'Checks consistency between documentation and code.' argument-hint: '[specific sections or files to check, or empty to audit everything]' allowed-tools: Read, Bash, Grep, Glob context: fork agent: agent --- ## Verification scope "$ARGUMENTS" ## Objective Identify inconsistencies between what the documentation says and what the code actually does, then propose corrections. ## Process ### 1. Documentation inventory List all documentation files: ```bash find . -type f -name

Installation

Installs to ~/.claude/skills/remiasselin42-claude-config-review-documentation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/remiasselin42-claude-config-review-documentation && curl -fsSL https://raw.githubusercontent.com/RemiAsselin42/claude-config/HEAD/commands/review-documentation.md -o ~/.claude/skills/remiasselin42-claude-config-review-documentation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository