ワンクリックで
deepsource
DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | deepsource |
| description | DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues. |
| user-invocable | true |
| argument-hint | <review> [--analyzer <name>] [--limit <n>] [--run <url-or-id>] |
DeepSource code quality commands.
| Argument | Required | Description |
|---|---|---|
<review> | Yes | Operation to perform |
[--analyzer <name>] | No | Filter by analyzer (e.g., javascript, test-coverage) |
[--limit <n>] | No | Max issues to fetch (default: 30) |
[--run <url-or-id>] | No | Fetch issues from a specific analysis run (DeepSource URL or run UUID) |
/deepsource review # Review all issues
/deepsource review --analyzer javascript # Review JS issues only
/deepsource review --limit 10 # Review top 10 issues
/deepsource review --run https://app.deepsource.com/gh/.../run/d471ccad-.../test-coverage
/deepsource review --run d471ccad-9029-4751-a54f-c59cd6842132 --analyzer test-coverage
See rules.md — applies to ALL deepsource operations.
Read the command-specific instruction file and follow it exactly:
.claude/skills/deepsource/review.md and follow all stepsIf no command is provided, list the available commands and ask the user which one to run.
Feature implementation workflow. Use when developer wants to implement a feature or fix - creates branch, plans, implements, and validates.
Git commands for branching, committing, merging, rebasing, and squashing. Use when developer needs to create branches, commit changes, merge or rebase branches, or squash commits.
GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes.
Project management commands (init, skill-up, diagram)
Autonomous test writing agent. Use when developer wants tests written for changed files. Analyzes git diff, identifies components needing tests, writes unit tests following project conventions with Vitest.
Generate assets from source files (icons, etc.)