skills/base/bill-unit-test-value-check/SKILL.md
Use when reviewing unit tests in a file, current changes, or a commit to flag low-value, tautological, or coverage-only tests that do not validate real behavior. Use when user mentions check test quality, review tests, tautological tests, weak tests, or coverage-padding.
npx skillsauth add sermilion/mobile-development-plugin bill-unit-test-value-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If .agents/skill-overrides.md exists in the project root and contains a ## bill-unit-test-value-check section, read that section and apply it as the highest-priority instruction for this skill. The matching section may refine or replace parts of the default workflow below.
If an AGENTS.md file exists in the project root, apply it as project-wide guidance.
Precedence for this skill: matching .agents/skill-overrides.md section > AGENTS.md > built-in defaults.
Review unit tests with one goal: confirm they validate real business logic and would catch meaningful regressions. Reject tests that only exist to inflate coverage or test counts.
If the caller does not specify a scope, review the current staged and unstaged changes.
If the chosen scope contains no unit tests, say so clearly and stop.
Valuable, Weak, or Useless.not null, true, false, or collection size without tying that assertion to meaningful behaviorfile:line evidence for every finding.Provide:
Overall verdict: Strong | Mixed | WeakScope reviewedThen include a table:
| Test or Area | Verdict | Confidence | Evidence | Why it adds or lacks value | Better test or action | |--------------|---------|------------|----------|----------------------------|-----------------------|
Rules for output:
Keep: strongest tests worth keepingRewrite/Delete: specific low-value testsMissing high-value cases: only concrete business behaviors that are not covereddevelopment
Use when running a governed editorial assignment desk from Readian recommendations through candidate selection and source-backed story packs.
testing
Use when reviewing unit tests in a file, current changes, or a commit to flag low-value, tautological, or coverage-only tests that do not validate real behavior. Use when user mentions check test quality, review tests, tautological tests, weak tests, or coverage-padding.
data-ai
Use when removing an existing skill or platform skill set and cleaning up agent installs, manifests, and supporting links.
development
Use when you want a generic quality-check entry point that detects the dominant stack in scope and delegates to the matching stack-specific quality-check skill. Use when user mentions run checks, validate, lint, format, quality check, or run quality.