code_quality_analyze_project
Scan and analyze all files in a git repository using unified code quality inspections, supporting custom file extensions and deduplication. Use for full project analysis.
Instructions
Scan all files in the git repository under project_root (default: all .py files, tracked + untracked, .gitignore-respected) and analyze them with the unified backend strategy. Use this when you want the whole repo rather than just git changes. Pass extensions to scan other file types. Subject to the same 200-file limit and deduplication options as code_quality_analyze_files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extensions | No | ||
| errors_only | No | ||
| backend_mode | No | auto | |
| project_root | Yes | ||
| include_untracked | No | ||
| deduplication_mode | No | balanced |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||