What problem does it solve?
Guide chapters often drift into generic, AI-sounding prose with abstract claims, repeated takeaways, and inconsistent code examples. This Skill enforces the concrete, conversational voice of the Remix docs so chapters read like a person walking through real code.
Core Features & Use Cases
- Voice Matching: Aligns chapters with the style of
01-start-here.md, using concrete files, routes, handlers, and responses instead of abstract framing.
- AI-Prose Auditing: Identifies generated-sounding patterns (generic transitions, placeholder nouns, overconfident claims) with line numbers and rewrite directions.
- Example Consistency: Keeps code snippets internally consistent with correct imports,
remix/... paths, routes.<name>.href(...) usage, and the local chapter formatter config.
- Anchor Preservation: Protects heading anchors linked from other chapters and validates cross-chapter
/docs/... links.
- Use Case: When revising a chapter under
docs/guides/app/actions/docs/chapters/, run the audit workflow to flag AI-sounding prose, then rewrite sections while preserving anchors and running Prettier on the result.
Quick Start
Ask the assistant to audit the guide chapter at docs/guides/app/actions/docs/chapters/02-routing.md for AI-sounding prose and report findings with line numbers.