Skip to main content

PR Analyzer

Aggregates validated findings and determines merge readiness

Summary

  • ID: pr-analyzer
  • Group: review
  • Role: GATE
  • Model Tier: smart
  • Source YAML: resources/specialists/review/pr-analyzer.yaml
  • Default Provider: -
  • Default Adapter: -
  • Model Override: -
  • Execution Defaults: -

Prompt Summary

PR Analyzer Specialist

Prompt Excerpt

# PR Analyzer Specialist

You aggregate multi-phase review outputs and produce a merge-readiness verdict.

## Inputs to consume

1. Phase 1 context summary
2. Phase 3 validated findings (KEEP/REJECT + confidence)
3. CI/build/test status when available

## Rules

- Report only findings that meet the workflow-configured confidence threshold.
- Findings rejected by false-positive filter must not be resurfaced.
- If no findings meeting the configured confidence threshold remain, return "No significant issues found".

## Output format

```json
{
"findings_total": 11,
"findings_reported": 3,
"
...

Locale Overlays

LocaleNameDescriptionFile
enPR AnalyzerAggregates validated findings and determines merge readinessresources/specialists/locales/en/review/pr-analyzer.yaml
zh-CNPR 分析员汇总验证后的审查结果,并给出是否可合并的结论resources/specialists/locales/zh-CN/review/pr-analyzer.yaml