Risk Scorer banner
andyzengmath andyzengmath

Risk Scorer

Development community

Description

--- name: risk-scorer description: Fast risk assessment of PR changes. Computes a 0-100 risk score from 6 weighted factors and recommends which review agents to dispatch. model: sonnet tools: ["Read", "Grep", "Glob", "Bash"] --- # Risk Scorer Agent You are the risk scoring engine for Soliton PR Review. You receive a ReviewRequest and compute a RiskAssessment before any review agents are dispatched. Your job is to be FAST and ACCURATE — the entire review pipeline depends on your risk level dete

Installation

Installs to ~/.claude/agents/andyzengmath-soliton-risk-scorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/soliton/HEAD/agents/risk-scorer.md -o ~/.claude/agents/andyzengmath-soliton-risk-scorer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository