一键导入
pipeline-scorer
Score PR review findings using a quantitative rubric. Outputs a 1-10 composite score across 6 dimensions to inform auto-fix vs human-review routing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Score PR review findings using a quantitative rubric. Outputs a 1-10 composite score across 6 dimensions to inform auto-fix vs human-review routing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Validate all LLM-accelerated GitHub issues through systematic QA testing via Circuit Electron.
Human-in-the-loop QA loop for verifying a large feature or refactor against the locally-running app before merge/release. Use when automated tests (e2e, web-e2e) don't cover the behavioral/UX surface and you need a structured, interactive "you drive / I observe" verification pass with in-session bug fixes. Complements qa-pr (automated, Circuit) and qa-web (Playwright).
Automated QA testing for Prose PRs using Circuit Electron. Use when testing pull requests before merge.
Implement one solo-ist/prose GitHub issue end-to-end and open a PR ready for review. Use when an Oz child agent is assigned exactly one issue to fix or build in this repo.
Reference and checklist for building and maintaining CI/CD workflows, inter-workflow communication, dispatch scripts, and cloud agent infrastructure. Use when modifying any workflow YAML, dispatch script, or sentinel-based communication.
Merge scorer and PE signals to route PRs. Applies routing matrix (hitl-light / hitl-full) based on score thresholds and risk levels.
| name | pipeline-scorer |
| description | Score PR review findings using a quantitative rubric. Outputs a 1-10 composite score across 6 dimensions to inform auto-fix vs human-review routing. |
Quantitative assessment of PR review findings to drive triage routing.
/pipeline-scorer <pr-number>
Scores each dimension 1-5, then computes a composite score (average x 2, range 1-10):
| Dimension | 1 (Low) | 5 (High) |
|---|---|---|
| Scope | 1-2 files changed | Cross-cutting changes |
| Severity mix | Style/nitpicks only | Security/data-loss issues |
| Change type | Config/docs | Core architecture |
| Test impact | No test impact | Untested critical paths |
| API surface | Internal only | Breaking public API |
| Dependency risk | No dep changes | Major dep overhaul |
| Score | Route | What it means downstream |
|---|---|---|
| 1-3 | hitl-light | Issues are low complexity — human or Oz agent reviews and decides on a fix |
| 4-6 | review | Needs human verification — routes hitl-light or hitl-full depending on PE risk |
| 7-10 | complex | Full human review required — always routes hitl-full |
Note: the scorer's threshold label is an input to the orchestrator, which applies its own routing matrix combining it with the PE risk level. The scorer does not directly dispatch anything.
auto-fixreviewcomplexvalidatePath() in 5 handlers), that's one concern with wide scope — not 5 high-severity findings.tsconfig.json, package.json scripts, or CI workflow YAML is almost always scope=1, severity=1 unless it introduces a new dependency or changes build behavior.The output includes a machine-readable sentinel:
<!-- scorer-output: {"score":N,"dimensions":{...},"threshold":"..."} -->
And a human-readable breakdown table with rationale for each dimension score.