Arch Review banner
dgriffith dgriffith

Arch Review

Development community

Description

--- name: arch-review description: Analyze architectural patterns and create an architecture improvement plan pattern: /arch-review(?:\s+(.+))? --- Using @agent-architect prepare an architectural review report. You must analyze the codebase architecture and create a comprehensive improvement plan WITHOUT making any changes. ## Input Parsing The user invoked: /arch-review {optional_scope} Valid scopes: - **No argument**: Analyze the entire project - **File/directory path**: Scope analysis to t

Installation

Installs to ~/.claude/skills/dgriffith-bad-daves-robot-army-arch-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dgriffith-bad-daves-robot-army-arch-review && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/commands/arch-review.md -o ~/.claude/skills/dgriffith-bad-daves-robot-army-arch-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository