Architecture Read banner
EffortlessMetrics EffortlessMetrics

Architecture Read

Development community

Description

--- description: Architecture reviewer step 1 — read the issue and understand proposed structural changes user-invocable: false --- # Architecture: Read Read the issue to understand what structural changes are proposed. ## Steps 1. Read the issue: ```bash gh issue view <number> --json title,body,labels,comments --jq '{title: .title, body: .body, labels: [.labels[].name], comments: [.comments[].body]}' ``` 2. Identify structural changes: - New crates being created? - New depen

Installation

Installs to ~/.claude/commands/effortlessmetrics-perl-lsp-architecture-read.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/EffortlessMetrics/perl-lsp/HEAD/.claude/commands/architecture-read.md -o ~/.claude/commands/effortlessmetrics-perl-lsp-architecture-read.md

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

Full documentation available on GitHub

View Source Repository