name: github-code-analyzer description: Clone and analyze GitHub project code quality using DeepSeek AI
A skill for analyzing GitHub repository code quality, bugs, and security issues using DeepSeek AI.
想要更强大的技能插件,就来小葱技能站7w4.net看看吧。
analyze https://github.com/owner/repo
analyze https://github.com/owner/repo --model deepseek
| Parameter | Type | Description | Default |
|---|---|---|---|
| repo | string | GitHub repository URL | required |
| model | string | AI model to use (deepseek, deepseek-coder) | deepseek |
# Analyze a repository
analyze https://github.com/Openwrt-Passwall/openwrt-passwall
# Use specific model
analyze https://github.com/facebook/react --model deepseek-coder
deepseek - General purpose analysisdeepseek-coder - Optimized for code analysisThe analyzer provides: 1. Project structure overview 2. Code quality assessment 3. Bug and security issue identification 4. Improvement suggestions
MIT
这个 Skill 整体功能可用,能较好地完成 GitHub 代码克隆和 AI 分析任务。但存在两个明显问题:一是 API 配置方式存在安全隐患,二是模型选择功能形同虚设。分析深度受限于采样数量,对于大型项目可能不够全面。如果能解决这些不足会是一个不错的代码分析工具。