janjaszczak/cursor

high-risk-review

Apply enhanced verification (CoVe-like review, security/arch/perf checks, targeted web research) for high-risk tasks or uncertainty. Use for security, infra, data loss risk, major refactors, or when facts may be outdated.

First seen Feb 21, 2026

Installation

$ npx skills add janjaszczak/cursor --skill high-risk-review

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from janjaszczak/cursor · top by installs.

npx skills add janjaszczak/cursor

Browse all from janjaszczak/cursor

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

CompatibilityRequires web access for research and ability to run lightweight checks.
Allowed toolsBash(*) Read WebSearch(*)
More metadata
intent
Avoid meta-process on trivial answers; focus on risk triggers.

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,167 B
  • docs SUMMARY.md 245 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

high-risk-review

Activation gate (anti-noise)

Activate if:

  • Security/auth/crypto, infra, permissions, data loss, performance hot paths.
  • Uncertain or time-sensitive facts.
  • User asks to “zweryfikuj / upewnij się”.

Procedure

  1. Draft solution.
  2. Identify 3–5 highest-impact claims/assumptions.
  3. Verify independently:

- Repo evidence (if applicable) - Minimal test commands - Web research (authoritative sources) - For code security patterns: apply the checklist in agents/security-auditor.md (or invoke the security-auditor subagent).

  1. Revise solution and mark remaining uncertainties.

Output

  • Final recommendation + explicit verification steps.