Handles the full cycle of building and running Qt Quick Test suites in QML projects, then spits out a structured Markdown report. The nice part is the opt-in wire-up mode: if your CMake project doesn't have test infrastructure yet, pass --wire-up and it'll scaffold tests/CMakeLists.txt and a main.cpp harness, then ask before touching your root CMakeLists.txt. Without that flag it just runs qmltestrunner directly, which works fine for simple cases but falls over when your QML modules are statically linked. Good for CI pipelines or local test runs where you want parseable output instead of staring at console spew. The 200-line detection logic for finding Qt installations across Linux, macOS, and Windows is thorough, maybe overly so.
npx -y skills add theqtcompanyrnd/agent-skills --skill qt-qml-test-run --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot