What problem does it solve? Quantitative model changes need automated risk evaluation in CI pipelines, but risk results are often missing, mocked, or blocked behind manual approval gates. This Skill consumes a structured ModelSpec, runs risk calculations, produces a validated RiskProfile, and writes the real pass/fail verdict into the CI report. ## Core Features & Use Cases - Deterministic ReAct workflow: Reads the blackboard for ModelSpec references, calls the risk calculation adapter, generates and schema-validates a RiskProfile, and returns verdict, breached flags, and reasons. - CI report writing: Writes a real PR comment report for both pass and fail outcomes, preserving source, version, and degraded-status information. - No risk-based human gates: Risk limit breaches are domain fail/warning results, never HumanGate approvals, keeping CI flows unblocked. - Use Case: A GitHub Actions pipeline runs scripts/run_risk_ci_tool.py after a model change; the Skill computes risk metrics, emits a schema-valid RiskProfile, and posts the verdict to the PR without waiting for human approval. ## Quick Start Run the risk CI flow on the current ModelSpec and write the verdict and breached reasons into the pull request report.