What problem does it solve? Reviewing Qt6 C++ code by hand is slow and error-prone: model contract violations, ownership leaks, thread-safety bugs, and deprecated API usage are easy to miss. This Skill automates the review with a deterministic 60+ rule linter plus six focused analysis agents, reporting only high-confidence findings with mitigations. ## Core Features & Use Cases - Deterministic Linting: A single-pass Python linter checks 60+ rules covering includes, deprecated classes, model contracts, error handling, lifecycle, naming, and performance in under a second. - Six Parallel Deep-Analysis Agents: Focused agents cover model contracts, ownership and lifecycle, thread safety, API correctness, error handling, and performance, reporting only findings above 80/100 confidence. - Framework Mode: Optional Qt module-development rules (binary compatibility, export macros, d-pointers, qdoc, QML versioning) activated via argument or auto-detection. - Use Case: Before committing changes to a Qt6 ground-station application, run the review on the staged diff to catch a missing deleteLater() on a QNetworkReply and an unbalanced beginInsertRows/endInsertRows pair, then receive a consolidated report with file paths, line numbers, traces, and mitigations. ## Quick Start Ask the assistant to review your Qt6 C++ changes before committing, for example by saying "review my staged Qt C++ changes".