Risk Assessment
Installation
SKILL.md
Risk Assessment
Purpose
Use this skill to classify risk before editing code. The goal is to keep changes small, reversible, testable, and aligned with the user's actual request.
When to Use
Use this skill when:
- The change touches architecture, state management, routing, bootstrap, build, dependencies, public APIs, generated code, or shared libraries.
- The user asks for a broad refactor.
- The implementation may affect many files.
- Tests are missing or unclear.
- The task could introduce behavior changes.
- The agent is tempted to modernize unrelated code.