deepsource

Retrieve DeepSource code review issues, vulnerabilities, report cards, and analysis status as JSON.

31|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill deepsource
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepsource
Source: https://github.com/kissrosecicd-hub/agents-evolution/tree/main/.agents/skills/deepsource-platform
Command: npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill deepsource

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve DeepSource code review results including issues, vulnerabilities, report cards, and analysis runs to help assess code quality and security.

Core Features & Use Cases

  • Get code review issues: deepsource issues --output json, with filtering by severity, category, path, and scope to PR or branch.
  • Get report card: deepsource report-card --output json, to view security, reliability, complexity, hygiene, and coverage scores.
  • Get vulnerabilities: deepsource vulnerabilities --output json, with optional severity filters; Check analysis status with deepsource repo status --output json.

Quick Start

Run deepsource issues --output json to retrieve issues for the current repository.

Frequently Asked Questions about deepsource

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get DeepSource code quality and security insights for my repository?

To get DeepSource code quality insights, you can retrieve report cards, issues, and vulnerabilities by running DeepSource commands with the JSON output flag for machine processing and automation.

How do I retrieve static analysis issues scoped to a specific pull request?

You can retrieve static analysis issues by running the DeepSource issues command, applying filters for severity, category, path, and scope to target specific pull requests or branches.

What is the best way to check repository health and analysis status using DeepSource?

The best way to check repository health and analysis status is to retrieve the DeepSource report card, which provides security, reliability, complexity, hygiene, and coverage scores.

Do I need the DeepSource CLI installed to review code vulnerabilities in my automation pipeline?

Yes, you need the DeepSource CLI installed and authenticated to review code vulnerabilities, as the Skill executes CLI commands to output vulnerability data in JSON format for pipeline automation.

Can I filter security vulnerabilities by severity when retrieving DeepSource analysis runs?

Yes, you can filter security vulnerabilities by severity when retrieving DeepSource analysis runs, allowing you to isolate critical findings and assess specific codebase risks efficiently.