review-researcher

Verify code review findings and issue verdicts with root-cause analyses and fixes.

11|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/ylxmf2005/AgentCorp --skill review-researcher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-researcher
Source: https://github.com/ylxmf2005/AgentCorp/tree/main/agentcorp/review-researcher
Command: npx skills add https://github.com/ylxmf2005/AgentCorp --skill review-researcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Act as the AgentCorp Review Researcher: the circuit breaker between code review and fix — independently re-investigate each finding, issue a verdict (confirmed / false-positive / partial / needs-human), propose the correct fix, and explain it so a human can decide.

Core Features & Use Cases

  • Independently verify findings from code reviews and trace root causes
  • Issue verdicts (confirmed / false-positive / partial / needs-human) with evidence
  • Propose minimal, root-cause fixes and explain them for human decision

Quick Start

Analyze a set of review findings and produce per-issue research notes with verdicts, root-cause explanations, and recommended fixes.

Frequently Asked Questions about review-researcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify if code review findings are true or false positives?▼

Code review findings are independently re-investigated to verify their validity, trace root causes, and issue verdicts like confirmed, false-positive, partial, or needs-human with supporting evidence.

What is the best way to automate root cause analysis for code review findings?▼

Root cause analysis for code review findings is automated by independently re-investigating each issue, tracing the underlying cause, and proposing minimal fixes with explanations for human decision.

Can I get fix suggestions for code review issues before applying changes?▼

Yes, fix suggestions are generated per issue after verification, providing minimal root-cause fixes with explanations so a human can decide whether to proceed with the correction.

How do I perform a truth check on automated code review results?▼

Automated code review results undergo a truth check by dispatching a review-research phase that independently verifies each finding and outputs research notes with verdicts and recommended fixes.

Does code review verification work for partial findings?▼

Code review verification handles partial findings by issuing a partial verdict, identifying the true aspects of the issue, tracing the root cause, and proposing the appropriate fix.

When should I not use automated code review verification?▼

Automated code review verification should not be used when findings do not require truth verification before a fix, or when the review-research phase is not explicitly dispatched for the task.