GitHub Code Analyzer

👤 woaim65 📦 v1.0.0 ⭐ 4.1 ⬇️ 1.2K 下载
💻 开发编程 免费 🔑 需 API Key

📖 技能介绍


name: github-code-analyzer description: Clone and analyze GitHub project code quality using DeepSeek AI


GitHub Code Analyzer

A skill for analyzing GitHub repository code quality, bugs, and security issues using DeepSeek AI.

Features

  • Clone any public GitHub repository
  • Analyze project structure
  • Identify code bugs and security vulnerabilities
  • Provide improvement suggestions
  • Support multiple AI models

Usage

analyze https://github.com/owner/repo
analyze https://github.com/owner/repo --model deepseek

Parameters

Parameter Type Description Default
repo string GitHub repository URL required
model string AI model to use (deepseek, deepseek-coder) deepseek

Examples

# Analyze a repository
analyze https://github.com/Openwrt-Passwall/openwrt-passwall

# Use specific model
analyze https://github.com/facebook/react --model deepseek-coder

Supported Models

  • deepseek - General purpose analysis
  • deepseek-coder - Optimized for code analysis

Output

The analyzer provides: 1. Project structure overview 2. Code quality assessment 3. Bug and security issue identification 4. 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

    7w4.net有更好的技能插件。

License

MIT

🤖 AI 评测

这个 Skill 整体功能可用,能较好地完成 GitHub 代码克隆和 AI 分析任务。但存在两个明显问题:一是 API 配置方式存在安全隐患,二是模型选择功能形同虚设。分析深度受限于采样数量,对于大型项目可能不够全面。如果能解决这些不足会是一个不错的代码分析工具。

📊 多维度评分

适应性4
规范性4
有效性3.9
可靠性4
可信度4.8

📁 包含文件 (3 个)

📄 SKILL.md 1.4 KB
📄 _meta.json 139 B
📄 index.js 4.4 KB