AgentSkillsCN

high-risk-review

针对高风险任务或不确定性,采用增强型验证(类似 CoVe 的评审、安全/架构/性能检查、定向网络研究)。适用于安全、基础设施、数据丢失风险、重大重构,或当事实可能已过时的情况。

SKILL.md
--- frontmatter
name: high-risk-review
description: 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.
compatibility: Requires web access for research and ability to run lightweight checks.
allowed-tools: Bash(*) Read WebSearch(*)
metadata:
  intent: Avoid meta-process on trivial answers; focus on risk triggers.

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)
  4. Revise solution and mark remaining uncertainties.

Output

  • Final recommendation + explicit verification steps.