Regulatory Review
Structured regulatory-landscape and compliance-risk research reports
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 23ec8b4
Ran a real US-to-EU telehealth regulatory review both ad hoc and skill-guided: the skill version added a compliance-cost table, an INC/DEC/CONST risk-trend matrix, and named monitoring sources the ad hoc answer never produced. But its 'Load trend indicator definitions from protocols/TREND-INDICATORS.md' points outside the skill folder into the shared sigint repo root, so a standalone copy silently loses the formal/extended notation (the basic INC/DEC/CONST format is luckily also inlined in SKILL.md itself, so core output isn't broken).
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Regulatory Review does
Produces a formatted regulatory review (frameworks table, compliance status with checkmarks, risk matrix with INC/DEC/CONST trend indicators, cost estimates, and monitoring indicators) for a product or market. Triggers on 'analyze regulations', 'regulatory landscape', 'compliance requirements', or 'regulatory risk' — one skill in the larger sigint market-research toolkit.
How to install Regulatory Review
git clone https://github.com/zircote/sigint
mkdir -p ~/.claude/skills
cp -r sigint/skills/regulatory-review ~/.claude/skills/regulatory-review
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Regulatory Review
-
/regulatory-reviewStructured regulatory-landscape and compliance-risk research reports
It also activates on plain-language prompts like these:
-
Give me a regulatory landscape report for launching telehealth in the EU -
Analyze HIPAA and GDPR compliance risk for our video-call health product -
Build a compliance risk matrix with trend indicators for this market
Frequently asked questions
- Is the Regulatory Review skill free?
- Yes. The skill itself is free from zircote/sigint. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Regulatory Review work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Ran a real US-to-EU telehealth regulatory review both ad hoc and skill-guided: the skill version added a compliance-cost table, an INC/DEC/CONST risk-trend matrix, and named monitoring sources the ad hoc answer never produced. But its 'Load trend indicator definitions from protocols/TREND-INDICATORS.md' points outside the skill folder into the shared sigint repo root, so a standalone copy silently loses the formal/extended notation (the basic INC/DEC/CONST format is luckily also inlined in SKILL.md itself, so core output isn't broken).
- What is the Regulatory Review SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Regulatory Review?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Regulatory Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.