π¦ ClawHub
GitHub Code Analyzer
by @woaim65
Clone and analyze GitHub project code quality using DeepSeek AI
TERMINAL
clawhub install github-code-analyzerπ About This Skill
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
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-passwallUse specific model
analyze https://github.com/facebook/react --model deepseek-coder
Supported Models
deepseek - General purpose analysisdeepseek-coder - Optimized for code analysisOutput
The analyzer provides: 1. Project structure overview 2. Code quality assessment 3. Bug and security issue identification 4. Improvement suggestions
Technical Details
License
MIT
π‘ Examples
# Analyze a repository
analyze https://github.com/Openwrt-Passwall/openwrt-passwallUse specific model
analyze https://github.com/facebook/react --model deepseek-coder