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

7w4.net有更好的技能外掛。

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

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