| name | [analysis-type]-analyzer |
| description | Analyze [what to analyze] and provide [output type]. Use when reviewing [area], checking [metrics], or when user asks to "analyze [keyword]". |
[Analysis Type] Analyzer
Comprehensive analysis of [domain area].
What This Analyzes
- [Aspect 1]
- [Aspect 2]
- [Aspect 3]
When to Run
- Before [decision point]
- After [change/deployment]
- During [review process]
- When requested: "analyze [keyword]"
Analysis Process
1. Data Collection
Gather information from:
2. Analysis
Examine for:
- ✅ [Positive indicator 1]
- ✅ [Positive indicator 2]
- ⚠️ [Warning sign 1]
- ❌ [Issue 1]
3. Metrics Calculation
Calculate key metrics:
4. Report Generation
Generate structured report:
# [Analysis Type] Report
Generated: [timestamp]
## Summary
[High-level findings]
## Metrics
- [Metric 1]: [value]
- [Metric 2]: [value]
## Findings
### ✅ Strengths
- [Finding 1]
### ⚠️ Warnings
- [Finding 2]
### ❌ Issues
- [Finding 3]
## Recommendations
1. [Action 1]
2. [Action 2]
Interpretation Guide
Healthy Indicators
- [Metric] between [range]: Optimal
- [Pattern] observed: Good sign
Warning Signs
- [Metric] above [threshold]: Investigate
- [Pattern] missing: Potential issue
Critical Issues
- [Metric] exceeds [limit]: Immediate action needed
- [Pattern] detected: Fix required
Automated Analysis
Run full analysis:
Analysis Frequency
Recommended schedule:
- Daily: [Quick check]
- Weekly: [Full analysis]
- Monthly: [Deep dive]
Files Analyzed
This skill examines:
src/[area]/**/*.ts - [What to check]
[config-file] - [What to validate]
Comparison with Baselines
Compare against:
- Previous analysis (trend)
- Industry benchmarks
- Project goals
Export Options
Export report as:
- Markdown:
report.md
- JSON:
report.json
- HTML:
report.html
Related Skills
[related-skill] - For remediation
[related-skill] - For monitoring
Version History
- v1.0.0 (YYYY-MM-DD): Initial analyzer