arch-review

Compare architecture documents against code implementation to identify mismatches.

60|13|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/leogodin217/leos_claude_starter --skill arch-review-leogodin217
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arch-review
Source: https://github.com/leogodin217/leos_claude_starter/tree/main/.claude/skills/arch-review
Command: npx skills add https://github.com/leogodin217/leos_claude_starter --skill arch-review-leogodin217

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that your architecture documentation accurately reflects the current state of your codebase, preventing drift and maintaining clarity.

Core Features & Use Cases

  • Code-to-Doc Alignment: Compares architecture documents against implementation code to identify discrepancies.
  • Issue Identification: Detects mismatches, missing specifications, and inconsistencies between design and reality.
  • Use Case: After implementing a new feature, use this Skill to verify that the docs/architecture/new-feature.md file correctly describes how the src/fabulexa/new_feature.py code actually works.

Quick Start

Review the architecture documents for the simulation and actors modules.

Frequently Asked Questions about arch-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync architecture documentation with source code?

Architecture documentation drift occurs when design docs become outdated relative to source code implementation. Reviewing architecture documents against code identifies these mismatches, missing specifications, and inconsistencies, ensuring your documentation accurately reflects the current codebase state.

How do I check for inconsistencies between design documents and code implementation?

You can detect missing specifications in architecture docs by comparing them against the actual code implementation. This review process identifies gaps where design documents fail to describe how the source code actually works, ensuring specifications are complete and accurate.

Do I need LSP tools to review architecture documents against code?

Yes, you need LSP tools to review architecture documents against code implementation. Code navigation via LSP tools is required to accurately traverse the source codebase and compare its structure and logic against the architecture documentation for mismatches.

When should I review architecture docs for code-to-doc alignment?

You should review architecture docs for code-to-doc alignment after implementing a new feature. Verifying that the architecture documentation correctly describes how the new source code actually works prevents documentation drift and maintains clarity before further changes are made.