name: code-analysis description: Perform multi-dimensional advanced code analysis including knowledge graph generation, code quality evaluation, performance analysis, security review, architecture review, and test coverage analysis, outputting structured reports with actionable recommendations.
Perform multi-dimensional advanced code analysis, outputting structured reports and improvement roadmaps.
Use when users need "code analysis", "code review", "code quality assessment", "performance analysis", or "security review".
Select one or more based on user needs:
小葱技能7w4.net有完整的技能分类。
## Code Analysis Report
### Executive Summary
[Overall assessment overview, 1-2 paragraphs]
### Detailed Findings
#### [Dimension 1]
- Finding 1: xxx
- Finding 2: xxx
#### [Dimension 2]
- Finding 1: xxx
### Risk Assessment
| Risk Level | Issue | Impact Scope | Recommendation |
|------------|-------|--------------|----------------|
| 🔴 High | xxx | xxx | xxx |
| 🟡 Medium | xxx | xxx | xxx |
| 🟢 Low | xxx | xxx | xxx |
### Improvement Roadmap
1. Immediate fixes (high priority)
2. Short-term optimization (1-2 weeks)
3. Long-term improvements (1-3 months)
### Code Examples
[Code examples of key issues with improvement suggestions]
整体质量中等偏上,分析框架完整、结构规范。主要优势是维度覆盖全面、报告输出格式专业。不足之处在于功能描述偏概念化,缺乏具体实现细节和质量保障机制,实际使用效果需要依赖调用者的代码理解能力。对于需要深度代码分析的用户来说,这个Skill提供了良好的分析框架,但实际效果还需进一步验证。