Install
openclaw skills install github-code-analyzerClone and analyze GitHub project code quality using DeepSeek AI
openclaw skills install github-code-analyzerA skill for analyzing GitHub repository code quality, bugs, and security issues using DeepSeek AI.
analyze https://github.com/owner/repo
analyze https://github.com/owner/repo --model deepseek
| Parameter | Type | Description | Default |
|---|---|---|---|
| repo | string | GitHub repository URL | required |
| model | string | AI model to use (deepseek, deepseek-coder) | deepseek |
# Analyze a repository
analyze https://github.com/Openwrt-Passwall/openwrt-passwall
# Use specific model
analyze https://github.com/facebook/react --model deepseek-coder
deepseek - General purpose analysisdeepseek-coder - Optimized for code analysisThe analyzer provides:
MIT