Audit Components banner
opensesh opensesh

Audit Components

Security community

Description

# /audit-components — React Architecture Audit Scan all feature components against the 7 architecture principles in `.claude/reference/react-architecture.md`, produce a structured report with pass/fail per check, and output a prioritized fix plan. ## Usage ``` /audit-components ``` **This command is read-only and never modifies files.** ## Scope - All `.tsx` files under `app/` and `components/` - Excludes `components/uui/**` (vendor library code) - Excludes `lib/`, `hooks/`, `utils/`, `typ

Installation

Installs to ~/.claude/commands/opensesh-karimo-overview-audit-components.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/opensesh/karimo-overview/HEAD/.claude/commands/audit-components.md -o ~/.claude/commands/opensesh-karimo-overview-audit-components.md

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

Full documentation available on GitHub

View Source Repository