Consolidates findings from security-scan and code-review into a structured GitHub PR comment and a findings.json handoff for the fact-checker approver agent.
Consolidate all findings from the security-scan and code-review skills into a human-readable PR comment and a machine-readable JSON handoff for the fact-checker approver agent.
## 🤖 Reva's PR Review
**PR Health Score: {score}/100** | {critical} 🔴 Critical · {high} 🟠 High · {medium} 🟡 Medium · {low} 🔵 Low
### Summary
{2-3 sentence plain-English summary of what was found and overall assessment}
### Required Before Merge
- [ ] {each CRITICAL and HIGH finding listed as an actionable checkbox}
### Suggestions (Non-blocking)
- {each MEDIUM and LOW finding as a bullet point}
---
*Review by [Reva](.) · Powered by [gitagent](https://gitagent.sh) · Approval by: fact-checker (SOD enforced)*
{
"pr_health_score": 72,
"merge_blocked": false,
"critical_count": 0,
"high_count": 2,
"medium_count": 3,
"low_count": 1,
"all_findings": []
}
memory/runtime/dailylog.mdfindings.json to workspace root for fact-checker