claude-session-dashboard: Skill for Claude Code

.claude/skills/quality-check/SKILL.md

quality-check is a skill for Claude Code from dlupiak/claude-session-dashboard. It costs 15 tokens per session (252 once invoked), scanned A, original, MIT.

A quality-check procedure that runs the web application's type checking, linting, tests, and production build. These checks catch type errors, style problems, failing behavior, and build failures.

In plain words
What is it for?
It is for validating a web project before handoff or release and reporting which checks passed or failed.
Why use it?
It gives a consistent view of whether the project passes its main development checks.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is dlupiak/claude-session-dashboard's own configuration. It tells Claude Code how to work on claude-session-dashboard itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-session-dashboard configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dlupiak/claude-session-dashboard. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dlupiak/claude-session-dashboard/main/.claude/skills/quality-check/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dlupiak/claude-session-dashboard

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 quality-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/quality-check/github.svg)](https://agentmods.dev/skills/dlupiak/claude-session-dashboard/quality-check)
Your own site
<a href="https://agentmods.dev/skills/dlupiak/claude-session-dashboard/quality-check"><img src="https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/quality-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for quality-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/dlupiak/claude-session-dashboard/quality-check"><img src="https://agentmods.dev/badge/skills/dlupiak/claude-session-dashboard/quality-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 252 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00015 $0.00252
Opus 5 $0.00008 $0.00126
Sonnet 5 $0.00003 $0.00050
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

quality-check 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 7d 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/skills/quality-check/SKILL.md · 51 lines

What it actually says

Quality Check

Run the full quality suite for the project.

Steps

Run each check sequentially from apps/web/. Report pass/fail for each:

1. TypeScript

cd apps/web && npm run typecheck

2. ESLint

cd apps/web && npm run lint

3. Vitest

cd apps/web && npm run test

4. Build

cd apps/web && npm run build

Report

After all checks complete, output a summary table:

Check Status
typecheck PASS/FAIL
lint PASS/FAIL
test PASS/FAIL
build PASS/FAIL

If any check fails, show the first 20 lines of errors and suggest fixes.

Notes

  • The "close timed out" warning after Vitest is a known nitro issue — ignore it
  • Pre-existing type errors in src/routes/demo/ should be ignored
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. 7d ago First seen · 51 lines · 15 tokens per session scan A a7d505f48dd0

Subscribe to this mod's changes

quality-check is a skill published in the GitHub repository dlupiak/claude-session-dashboard (67 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 252 once invoked, about $0.0001 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-09-01.