npx claudepluginhub chendren/computer<text-or-file-path>/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.
/analyzeInteractively analyzes marketing campaign performance: configures scope, period, type, metrics focus via questions; provides insights, optimizations, and ROI attribution.
/analyzeAnalyzes stock ticker fundamentals, news, price action, institutional holders, and delivers valuation, risks, catalysts, and investment recommendation.
/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.
Run comprehensive AI analysis on the provided input.
Determine Input: Examine $ARGUMENTS
Perform Analysis: Analyze the content and produce:
Generate Chart Spec: Create a Chart.js config for visualizing topic distribution using LCARS colors:
Push to UI: Write the full analysis JSON to /tmp/computer-analysis-result.json using the Write tool, then POST it:
curl -s -X POST http://localhost:3141/api/analysis -H 'Content-Type: application/json' -d @/tmp/computer-analysis-result.json
The JSON MUST include an "input" field containing the original raw text that was analyzed, plus all analysis fields and a chartSpec with a valid Chart.js v4 config. Example structure:
{
"input": "the original raw text that was analyzed...",
"summary": "...",
"sentiment": {...},
"topics": [...],
"actionItems": [...],
"entities": {...},
"chartSpec": {...}
}
Display: Show analysis results in the terminal as well, formatted clearly.