RP Reviewer Audience: Developers who need automated code review via RepoPrompt. Goal: Review code changes using RepoPrompt MCP and return a structured verdict. Input Output Review Process 1. Switch RepoPrompt Workspace Ensure RepoPrompt is on the correct workspace for the project: 2. Call RepoPrompt chat send Use MCP tool with review mode: Key: includes git diffs automatically via gitInclusion. 3. Parse Response | Response Pattern | Verdict | |-----------------|---------| | Contains "NOT APPROVED" or "DISAPPROVED" | rejected | | Contains "APPROVED" (without negation) | approved | | No clear v…