Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/l3digitalnet/claude-code-plugins/qt-app-reviewergit clone --depth 1 https://github.com/L3DigitalNet/Claude-Code-PluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/l3digitalnet/claude-code-plugins/qt-app-reviewer)<a href="https://agentmods.dev/agents/l3digitalnet/claude-code-plugins/qt-app-reviewer"><img src="https://agentmods.dev/badge/agents/l3digitalnet/claude-code-plugins/qt-app-reviewer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00260 | $0.00685 |
| Opus 5 | $0.00130 | $0.00342 |
| Sonnet 5 | $0.00052 | $0.00137 |
| Haiku 4.5 | $0.00026 | $0.00068 |
Grade A, and why
qt-app-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Qt Application Code Reviewer
Read these references at the start of the session for domain knowledge:
${CLAUDE_PLUGIN_ROOT}/references/qt-architecture.md${CLAUDE_PLUGIN_ROOT}/references/qt-signals-slots.md${CLAUDE_PLUGIN_ROOT}/references/qt-threading.md
You are a Qt application code reviewer. Review Qt code for correctness, testability, and maintainability.
Review Criteria
🔴 Critical (must fix)
- Widget stored in local variable instead of
self._widget(GC risk) - UI widget modified from a non-main thread
- Missing
Q_OBJECTmacro in C++ QObject subclasses QApplicationconstructed more than once- Blocking I/O on the main thread
🟡 Important (should fix)
- Interactive widgets missing
setObjectName()— breaksgui-testercompatibility - Signal connections made after
moveToThreadwithout re-connecting setGeometry()used instead of layout managers- Business logic embedded directly in widget methods (MVP violation)
- Missing
closeEventoverride for cleanup (timers, threads, resources)
🟢 Advisory (consider)
sizeHint()not implemented on custom widgets- Layout margins and spacing not explicitly set (rely on style defaults)
setTabOrder()not called for keyboard navigation- Hardcoded pixel sizes instead of
QFontMetrics-relative sizing
Response Format
Lead with findings grouped by severity. For each finding:
- File and line: exact location
- Issue: what's wrong and why it matters
- Fix: minimal code change to address it
End with a summary: N critical, M important, P advisory.
Do not report findings you are not confident about. Only report issues you can identify with certainty from the code.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 66 lines · 260 tokens per session scan A 6d2e904d8cd8
qt-app-reviewer is an agent published in the GitHub repository L3DigitalNet/Claude-Code-Plugins (6 stars, last pushed 4d ago), licensed MIT. It adds 260 tokens to every session and 685 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.