Qt Qml Review
Qt Qml Review combines deterministic linting with parallel agent-driven analysis to audit Qt6 QML code across six focused domains: bindings, layout, component loading, delegates, states, and performance. The skill reports only high-confidence issues with structured mitigations and never modifies code.
Qt Qml Review analyzes Qt6 QML code using 47+ linting rules and six parallel agents to identify quality and correctness issues.
AI-generated summary based on this skill's SKILL.md
Install
TheQtCompanyRnD/agent-skills/qt-qml-review · repository language: QML
git clone https://github.com/TheQtCompanyRnD/agent-skills
cp -r agent-skills ~/.claude/skills/qt-qml-reviewgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is Qt Qml Review and what does it do?
Qt Qml Review combines deterministic linting with parallel agent-driven analysis to audit Qt6 QML code across six focused domains: bindings, layout, component loading, delegates, states, and performance. The skill reports only high-confidence issues with structured mitigations and never modifies code.
Can Qt Qml Review lint and validate QML syntax and structure?
Yes. Qt Qml Review performs linting and validation of QML syntax and structure as a core capability, checking QML files for syntactic correctness and structural conformance to Qt standards.
What is a qml code review tool and how does Qt Qml Review function as one?
Qt Qml Review functions as a QML code review tool by combining deterministic linting with parallel agent-driven analysis to review and analyze Qt QML code for quality and correctness across bindings, layout, component loading, delegates, states, and performance domains.
Does Qt Qml Review perform static analysis on Qt Quick code?
Yes. Qt Qml Review performs static analysis on Qt Quick declarative code, examining it for issues without executing it, and reports only high-confidence findings with structured mitigations.
How does Qt Qml Review check QML against best practices?
Qt Qml Review checks QML files against best practices and standards by auditing code across six focused domains: bindings, layout, component loading, delegates, states, and performance, ensuring alignment with Qt quality guidelines.
Does Qt Qml Review modify the code it reviews?
No. Qt Qml Review never modifies code. It reports only high-confidence issues with structured mitigations, leaving all code changes to the developer.