运行时依赖
安装命令
点击复制技能文档
GitHub Code 分析器
A 技能 for analyzing GitHub 仓库 代码质量, bugs, and security issues using DeepSeek AI.
Features Clone any public GitHub 仓库 Analyze project structure Identify code bugs and security vulnerabilities Provide improvement suggestions Support multiple AI 模型s Usage analyze https://github.com/owner/repo analyze https://github.com/owner/repo --模型 deepseek
Parameters Parameter Type Description Default repo string GitHub 仓库 URL required 模型 string AI 模型 to use (deepseek, deepseek-coder) deepseek Examples # Analyze a 仓库 analyze https://github.com/Openwrt-Passwall/openwrt-passwall
# Use specific 模型 analyze https://github.com/facebook/react --模型 deepseek-coder
Supported 模型s deepseek - General purpose analysis deepseek-coder - 优化d for code analysis 输出
The 分析器 provides:
Project structure overview 代码质量 assessment Bug and security issue identification Improvement suggestions Technical DetAIls Uses git clone with --depth 1 for fast cloning Samples code files from multiple languages Integrates with DeepSeek API for AI analysis Falls back to structure-only analysis if API fAIls License
MIT