dashclaw-quality

dashclaw-quality is a command for Claude Code from ucsandman/DashClaw. It costs 53 tokens per session (1,236 once invoked), scanned A, original, MIT.

A recurring quality-check workflow for a DashClaw web app. It checks pages in a browser and runs code checks, then finds, fixes, and verifies problems.

In plain words
What is it for?
Use it to test a DashClaw app, sort reported problems, apply fixes in parallel worktrees, rerun checks, and leave verified changes ready to ship.
Why use it?
It removes the need to manually click through every page and manage each fix yourself. It keeps checking until the app works and the checks pass, or reports what remains stuck.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/ucsandman/dashclaw/dashclaw-quality
Clone the repo
git clone --depth 1 https://github.com/ucsandman/DashClaw

Made for: Claude Code.

Wrote 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.

agentmods badge for dashclaw-quality

README.md
[![agentmods](https://agentmods.dev/badge/commands/ucsandman/dashclaw/dashclaw-quality.svg)](https://agentmods.dev/commands/ucsandman/dashclaw/dashclaw-quality)
Your own site
<a href="https://agentmods.dev/commands/ucsandman/dashclaw/dashclaw-quality"><img src="https://agentmods.dev/badge/commands/ucsandman/dashclaw/dashclaw-quality.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,236 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.01236
Opus 5 $0.00026 $0.00618
Sonnet 5 $0.00011 $0.00247
Haiku 4.5 $0.00005 $0.00124

Measured 4d ago against content hash ac37af3ab352, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dashclaw-quality 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 4d 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.

.claude/commands/dashclaw-quality.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Goal: make the DashClaw site actually work, without me clicking through it

You are running a recurring find-and-fix quality loop on this repo. The goal is a clean app: every page renders, every code gate is green, and the fixes are in the working tree ready to ship. Drive it to that state autonomously — do not hand me a checklist of things for me to do.

This command explicitly authorizes you to call the Workflow tool (the dashclaw-find-and-fix script in .claude/workflows/). That is the engine; you are the driver.

Stop condition

Loop until the workflow reports stillBroken: [] and a full gate run is green, OR until two consecutive rounds land nothing new (then stop and report what's stuck — do not spin). Hard cap: 3 rounds. If $ARGUMENTS names a focus area, scope triage/fixes to it. To go deeper, include a token target like +500k in your message — the workflow's fan-out (finder count and number of issues fixed) auto-scales to the turn's budget.total; it's read from the harness, not passed as an arg.

Each round

  1. Boot the browser layer (this session owns the dev server). Check http://localhost:3000. If it isn't up, start npm run dev in the background and wait until it answers. The dev server must be started here, not inside the workflow — background processes started by a sub-agent don't reliably survive.

    • If a stale .next/dev cache makes every route 500 while npm run build passes, clear it and restart dev before trusting the smoke results.
  2. Browser smoke with frontend-verify. Invoke the frontend-verify skill across the routes (it's the token-cheap verifier — reads console errors + failed network requests first, writes full page state to disk; this is not the Chrome DevTools MCP, which stays banned). Collect its findings as a list of {source:"browser", severity, summary, location, evidence}.

  3. Run the workflow. Call Workflow with name: "dashclaw-find-and-fix" and args: { baseUrl: "http://localhost:3000", browserFindings: [...the list from step 2...] }. It will: discover routes → HTTP-smoke + run lint/vitest/build/contract gates in parallel → triage everything (your browser findings included) into atomic issues → fix the top ones in isolated worktrees in parallel → integrate the green diffs sequentially onto the working tree.

Read the full file on GitHub · 80 lines

Changes

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.

  1. 4d ago First seen · 80 lines · 53 tokens per session scan A ac37af3ab352

Subscribe to this mod's changes

dashclaw-quality is a command published in the GitHub repository ucsandman/DashClaw (296 stars, last pushed 5d ago), licensed MIT. It adds 53 tokens to every session and 1,236 once invoked, about $0.0003 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-30.