reviewing-regulatory-prior-art-survey

Reviews regulatory prior-art survey artifacts against numbered conditions and emits an approve or revise verdict.

1|1|Updated May 24, 2026
One-click install
npx skills add https://github.com/bm629/agent-skills --skill reviewing-regulatory-prior-art-survey-bm629
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-regulatory-prior-art-survey
Source: https://github.com/bm629/agent-skills/tree/main/skills/reviewing-regulatory-prior-art-survey
Command: npx skills add https://github.com/bm629/agent-skills --skill reviewing-regulatory-prior-art-survey-bm629

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Regulatory prior-art surveys can contain fabricated citations, misclassified instruments, or quietly resolved conflicts that look plausible but are wrong. This Skill acts as the judgment half of a two-part quality gate, reviewing survey artifacts against a fixed set of numbered conditions so defects are caught before an architecture or compliance decision is built on them. ## Core Features & Use Cases - Condition-based review: Judges artifacts against 35 numbered conditions (C1-C35) covering scope maps, search outputs, extract records, and the regulatory register, defined in references/conditions.md. - Fabricated citation detection: Prioritizes catching obligations the instrument text does not carry, unresolved identifiers, and text_retrievable states the fetch never reached. - Structured verdict output: Emits findings each naming their condition, followed by exactly one terminal VERDICT line of approve or revise, with UPSTREAM labels for defects outside the artifact author's control. - Use Case: After a regulatory-prior-art-survey run produces a scope map and search output for a telehealth product, run this reviewer to verify per-angle verdicts, verbatim query recording, and claim-versus-quote boundaries before approving the survey. ## Quick Start Use reviewing-regulatory-prior-art-survey to review the search output artifact from my regulatory survey and give me the verdict with findings.

Frequently Asked Questions about reviewing-regulatory-prior-art-survey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a regulatory prior-art survey artifact?

Hand the artifact to this Skill along with the scope map and the classification the producer received. It judges the artifact against the numbered conditions in references/conditions.md and emits findings naming their condition followed by one VERDICT line of approve or revise.

What does the reviewing-regulatory-prior-art-survey skill check for?

It checks 35 conditions covering canonical corpus terms, per-angle verdicts in both directions, verbatim query recording, date separations, authority and binding-force honesty, and the claim-versus-quote boundary. Fabricated citations under C19 and C23 receive the highest scrutiny.

What is the difference between the validator and this review skill?

The deterministic validator script checks shape, enums, ranges, arithmetic, and reconciliation before review. This Skill handles only judgment calls the script cannot make, and it explicitly refuses to report findings the validator already covers.

When does this skill emit approve versus revise?

It emits revise only for findings naming a numbered condition that the artifact's author can actually fix. A thin-but-honest result gets approved, and a file whose every finding is an upstream defect in another file also gets approved.

What are the limitations of this regulatory survey review?

It cannot judge conditions whose evidence sources are unreachable, and it says so rather than downgrading silently. It also cannot escalate conflicts itself; escalation belongs to whoever dispatched the review, since the only outputs are approve or revise.