From Dev Process
Analyzes codebase health by checking code quality, architecture, security, and performance metrics. Outputs a health score (0-100), critical issues, and prioritized recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/dev-process:analyze путь к проекту или директорииThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 📊 Analyze: $ARGUMENTS Проанализируй **$ARGUMENTS** и дай recommendations ## Checks: ### Code Quality - Lines of code - Cyclomatic complexity - Code duplication - Documentation coverage - Type hints coverage (Python) - ESLint issues (JS/TS) ### Architecture - File structure - Dependencies - Circular imports - Unused files - Missing tests ### Security - Known vulnerabilities (npm audit, safety) - Hardcoded secrets - SQL injection risks - XSS vulnerabilities ### Performance - N+1 queries - Inefficient loops - Memory leaks potential - Bundle size (frontend) ### Best Practices - Error ...
Проанализируй $ARGUMENTS и дай recommendations
Запускай анализ! 📊
npx claudepluginhub jhamidun/claude-code-config-pack --plugin dev-process/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/analyzeAnalyzes repository code health via complexity metrics, git churn, and test coverage. Generates report with overview, critical issues, warnings, recommendations.
/analyzeGuides through an interactive analysis of marketing campaign performance, collecting scope, period, type, and metrics focus to produce insights and recommendations.
/analyzeScans codebase for features, components, APIs, and models; interviews user for business context; generates and saves product inventory and architecture reports to .pm/.
/analyzeAnalyzes Rails codebase or directory for layered architecture adherence, mapping layers, assessing services, detecting model violations, god objects, and abstraction opportunities.
/analyzeAnalyzes a WebGPU Inspector capture for performance and correctness issues, producing a prioritized list of findings with severity, explanation, and concrete fixes.