Code Quality · Version 1.1.0 · Reviewed 2026-08-02
Finding Provenance Validator
Make a defensible decision about finding citation validation and rule provenance checking with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
4 diagnostic checks
7 quality gates
Verifies that review findings cite real rules, current code, and traceable evidence rather than fabricated or stale references. It grounds the decision in structured findings, cited code revisions, guideline identifiers, source documents, and current repository state and explicitly prevents a correct-sounding finding surviving because its cited rule, line, or evidence does not exist in the reviewed revision.
₹199 one-time
Get this skill archive
What it checks first
Finding Provenance Validator verifies that review findings cite real rules, current code, and traceable evidence rather than fabricated or stale references. It grounds the decision in structured findings, cited code revisions, guideline identifiers, source documents, and current repository state and explicitly prevents a correct-sounding finding surviving because its cited rule, line, or evidence does not exist in the reviewed revision. Use it when the work involves Finding citation validation, Rule provenance checking, Stale evidence rejection.
- Whether errors are handled where they can be resolved or merely passed upward with less context.
- Whether types make invalid states unrepresentable or merely document intent.
- Ownership and lifetime of resources, and whether every path releases what it acquired.
- Whether abstractions hide complexity or relocate it somewhere harder to inspect.