Install
$ agentstack add skill-mattdweigand-sketch-agent-skills-quality-check-eval ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Quality Check Eval
Use this when an AI workflow has quality checks, review notes, rubric items, or acceptance criteria, and you need to decide how each one should be handled.
The skill sorts each check into one of four buckets: automate in code, judge with an LLM, keep for human review, or remove.
This is useful when reviews are too manual, evals are vague, or a team is unsure which quality checks are worth automating.
Load references/eval-check-routing.md when auditing. That file owns the stable recommendation taxonomy, scoring fields, deterministic alternatives, and report template.
Use This When
Use this skill when the user asks to:
- audit
type: judge, manual, rubric, or subjective eval checks - decide whether to build an LLM-judge runner
- review skipped eval coverage
- rank eval checks by frequency, stakes, and automation value
- convert subjective checks into deterministic checks where possible
Contract
Produces: a markdown audit report in the current repo, plus a short chat summary.
Does not produce: runner implementation, schema migration, scheduler changes, or production writes unless the user explicitly asks after the audit.
Assumptions To State
Before acting, state:
- which repo/worktree you are auditing
- where eval checks live
- where eval logs or recent artifacts live
- what report path you will write
If any of these are unclear and not discoverable from local files, ask one concise question.
Audit Workflow
- Find eval checks.
Use rg and local file inspection. Look for terms such as type: judge, type: manual, success_criteria, rubric, judge, manual, criteria, and eval.
- Catalog eval checks.
Build a table with: check id, parent job/file, type, rubric/check text, expected evidence, and current evaluator path if any.
- Scan execution signal.
Read eval logs, run reports, or recent output artifacts. Count how often each check is skipped, manually reviewed, failed, or would have been relevant. Prefer actual logs over speculation.
- Check deterministic alternatives.
Use the deterministic alternatives in references/eval-check-routing.md.
- Spot-check real artifacts.
Inspect 2 to 5 recent representative outputs. Ask whether each check would have caught a real quality issue. If it would not have fired, call that out.
- Score each check.
Use the scoring fields in references/eval-check-routing.md.
- Recommend one action.
For each check, choose exactly one action from references/eval-check-routing.md.
- Write the report.
Save inside the audited repo. Prefer an existing eval/report folder. If none exists, use research/ or reports/. Use the report template in references/eval-check-routing.md.
Report Template
Use references/eval-check-routing.md.
Output Rules
- Be direct. Do not automate checks just because they exist.
- Prefer deterministic checks over LLM judges when the signal can be verified mechanically.
- Separate "valuable review question" from "worth automating."
- Include file paths and line references for important claims.
- End with a short summary: top promotions, auto-conversions, drops, and rough implementation effort.
- Provide a
computer://link to the saved report.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mattdweigand-sketch
- Source: mattdweigand-sketch/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.