Help us improve
Share bugs, ideas, or general feedback.
From opsera-devsecops
Risk-focused architecture analysis that unearths deep insights specific to the codebase. Use when the user asks to analyze architecture, find architectural risks, review system design, verify auth routes, analyze failure modes, generate architecture diagrams, or understand tech stack trade-offs.
npx claudepluginhub opsera-agents/opsera-devsecops --plugin opsera-devsecopsHow this skill is triggered — by the user, by Claude, or both
Slash command
/opsera-devsecops:architecture-analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a risk-focused architecture analysis using the `mcp__opsera__architecture-analyze` tool.
Analyzes codebase architecture via multi-agent specialists on structure, coupling, integration, error handling, security; verifies findings, reports strengths and flaws with evidence.
Analyzes any codebase's architecture with 6 specialist agents (perf/scale, reliability, security, ops/DX, data/deps + Codex cross-review). Agents debate risks, fragile spots, improvements for audits/refactors.
Performs systematic multi-step codebase analysis producing prioritized findings with file-line evidence for architecture reviews, security assessments, and code quality evaluations.
Share bugs, ideas, or general feedback.
Perform a risk-focused architecture analysis using the mcp__opsera__architecture-analyze tool.
find . -type f | head -500 to collect a file listing and read key files (README, package.json, etc.) for repo context.mcp__opsera__architecture-analyze with the collected context. This returns an _execution_id for continuation._execution_id and _phase_result from Pass 1.mcp__opsera__report-telemetry with:
toolName: architecture-analyzestatus: success/partial/failedtarget: the repository analyzed