The run-inspection skill automates the detection and resolution of code issues by integrating directly with your IDE via MCP. It intelligently determines the analysis scope—whether specific files, the entire project, or just recent git changes—and categorizes findings by severity (Error, Warning, Info). Instead of just listing problems, it delegates to specialized sub-agents to formulate actionable fix strategies, allowing users to choose between quick wins, high-priority fixes, or file-specific cleanups before any changes are applied.
主な機能
01Delegated sub-agent execution for complex architectural analysis
020 GitHub stars
03Configurable severity filtering from INFO to ERROR
04Deep integration with IntelliJ IDEA for project and file discovery
05Multi-strategy fix planning with prioritized options
06Automated scope resolution via git-scope-resolver
ユースケース
01Automating the cleanup of unused imports, variables, and style violations
02Analyzing recent git changes for potential bugs before submitting a pull request
03Identifying and planning the resolution of legacy technical debt across an entire project