jetbrains_inspect_git_changes
Analyze staged, unstaged, and untracked Git changes using JetBrains inspections to detect code quality issues in a specified project root.
Instructions
Collect changed files in the git repository under project_root (staged, unstaged, untracked; relative to base_ref) and inspect them with JetBrains inspections. Deleted files are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_ref | No | HEAD | |
| errors_only | No | ||
| project_root | Yes | ||
| include_staged | No | ||
| include_unstaged | No | ||
| include_untracked | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||