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 配置方式存在安全隱患,二是模型選擇功能形同虛設。分析深度受限於取樣數量,對於大型專案可能不夠全面。如果能解決這些不足會是一個不錯的程式碼分析工具。