An agent skill for the DeepSource CLI — analyze code quality, view issues, check metrics, find dependency vulnerabilities, and report test coverage, all from your AI coding agent.
npx skills add ajkolean/deepsource-skillGives your AI agent knowledge of the full DeepSource CLI so it can:
- View code issues — filter by severity, category, analyzer, file path, or source
- Check code metrics — coverage, complexity, and other quality measurements
- Find vulnerabilities — dependency security scanning with severity filters
- Generate report cards — overall code health assessment
- View analysis runs — history and details of past analyses
- Report test coverage — submit coverage artifacts from CI or locally
- Manage repos — check activation status and open the dashboard
Works with Claude Code, Cursor, Windsurf, Codex, and other agents that support the Agent Skills spec.
You need the DeepSource CLI installed and authenticated:
deepsource auth loginMIT