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/analyzeScans codebase for quality, security, performance, and architecture issues, generating severity-rated findings, actionable recommendations, and a summary report. Supports focused analysis on specific domains and custom depth/format.
/analyzeAnalyzes repository health across complexity, churn, and test coverage dimensions, producing a prioritized report with actionable recommendations.
/analyzeAnalyzes marketing campaign performance with interactive parameter collection for scope, time period, type, and metrics focus. Produces a structured analysis configuration summary.
/analyzeScans codebase structure and interviews the user to generate a product inventory and architecture document, saved to .pm/ directory.
/analyzeAnalyzes a Rails codebase for layered architecture violations, god objects, and abstraction opportunities. Produces a structural assessment and violation report.
/analyzeAnalyzes a WebGPU Inspector capture for performance bottlenecks and correctness issues, producing a prioritized list of findings with concrete fixes.