risk-scan

Compile an L1 risk brief from quality rules, incident logs, and skill guidelines.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/asochan-ai/claude-plugins --skill risk-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: risk-scan
Source: https://github.com/asochan-ai/claude-plugins/tree/main/plugins/risk-scan/skills/risk-scan
Command: npx skills add https://github.com/asochan-ai/claude-plugins --skill risk-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before starting work, this Skill helps identify the task’s potential impact, required quality criteria, and historical incidents to enable safe handoffs.

Core Features & Use Cases

  • Pre-task impact discovery: enumerate affected files/modules to guide planning and reviews.
  • Quality criteria loading: fetch global rules and relevant per-skill guidelines to set acceptance criteria.
  • Incident alignment: correlate past decisions and incidents to avoid repeating mistakes.
  • Output: a concise risk brief suitable for the L2 review stage and owner handoff.

Quick Start

Run the risk-scan to produce an impact list, applicable rules, and past incidents for the current task.

Frequently Asked Questions about risk-scan

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

FAQPage Schema
How do I identify potential task impact and historical incidents before starting development?

To identify potential task impact and historical incidents, run a pre-check risk scan that enumerates affected files and correlates past incident logs to produce an actionable risk brief for safe planning.

What is a pre-task risk brief and when do I need it for software engineering planning?

A pre-task risk brief is a concise summary of potential impact, applicable quality rules, and past incidents. You need it during planning for tasks touching multiple files or modules to ensure safe L2 handoffs.

How do I load quality criteria and affected file lists for multi-module tasks?

You can load quality criteria and affected file lists by executing a risk scan, which automatically fetches global quality rules, per-skill guidelines, and enumerates impacted modules to guide your planning.

Can I use a risk scan to prevent repeating past incidents during code changes?

Yes, you can use a risk scan to prevent repeating past incidents. It correlates historical incident logs with your current task's scope to align planning with previous decisions and avoid known mistakes.

Does the risk-scan pre-check work for tasks touching multiple files and modules?

Yes, the risk-scan pre-check works specifically for tasks touching multiple files or modules. It reads global quality rules and past incident logs to compile an actionable risk summary suitable for project teams.

What limitations should I expect when generating a risk brief for downstream handoffs?

When generating a risk brief for downstream handoffs, expect the output to be an L1 summary requiring an L2 review stage. It focuses on impact, quality rules, and incidents rather than executing the actual code changes.