What problem does it solve? JetBrains IDE inspections catch framework and language issues that tests miss, but driving them from an agent requires safe worktree routing, IDE lifecycle management, and reliable verdict interpretation. This Skill wraps the local inspection plugin HTTP API in a deterministic helper so agents can inspect the exact worktree, classify results as GREEN, RED, or UNKNOWN, and avoid unsafe direct HTTP calls. ## Core Features & Use Cases - Route-safe inspection helper: The jb-inspect.py script resolves the exact worktree route, opens and claims projects under a lease-bound lifecycle, runs inspections, and cleans up only helper-owned projects. - Readiness and closeout flows: Commands like agent-inspect and inspect-closeout produce compact verdict envelopes with retry policy, proof failures, and next actions for PR, push, and hand-off validation. - Repository preparation and configuration: Reads qualityGate.inspection settings from .github/github.json, supports multi-IDE lanes, structured Python project preparation, and durable preparation receipts. - Use Case: Before telling a user their Kotlin or Python change is ready to merge, run the helper against the current worktree to confirm a GREEN inspection verdict or surface actionable IDE findings with file and line details. ## Quick Start Ask the agent to run the JetBrains inspection helper with agent-inspect against the current repository using the changed_files scope and report the verdict.