← 返回
未分类 Key 中文

GitHub Code Analyzer

Clone and analyze GitHub project code quality using DeepSeek AI
克隆GitHub项目并使用DeepSeek AI分析代码质量
woaim65 woaim65 来源
未分类 clawhub v1.0.0 1 版本 99777.5 Key: 需要
★ 0
Stars
📥 897
下载
💾 0
安装
1
版本
#latest

概述

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

ParameterTypeDescriptionDefault
---------------------------------------
repostringGitHub repository URLrequired
modelstringAI 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-01 02:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Master Data Matching

woaim65
生产级主数据智能匹配系统。适用场景:供应商/客户/员工记录匹配、主数据去重、OCR提取结果解析等。
★ 0 📥 496
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 326,963
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,600