score_rubric
Compute a weighted rubric scorecard from agent scores to evaluate code quality across dimensions like architecture, security, and testing, returning pass/fail result.
Instructions
Compute a weighted multi-dimensional rubric scorecard from per-agent advisory scores (0-100). Each agent represents one dimension (Architecture, Security, Testing, etc.) with a default weight; weights can be overridden per-repo via .squad.yaml. Returns weighted_score, per-dimension breakdown, pass/fail vs threshold (default 75), and a pre-formatted ASCII scorecard. Renormalises across agents that actually scored, so a partial advisory pass produces a meaningful score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scores | Yes | ||
| weights | No | ||
| threshold | No |