corvus-review-r5

Post GitHub PR reviews with inline comments and completion summaries.

3|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/NachoFLizaur/corvus --skill corvus-review-r5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corvus-review-r5
Source: https://github.com/NachoFLizaur/corvus/tree/main/skill/corvus-review-r5
Command: npx skills add https://github.com/NachoFLizaur/corvus --skill corvus-review-r5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the finalization of PR reviews by posting to GitHub and presenting a completion summary to users.

Core Features & Use Cases

  • Automated PR posting: posts the final review to GitHub, including inline comments via atomic API calls.
  • Multi-pass workflow: coordinates R0–R5 phases, handles local-only and post modes, and provides a final completion summary.
  • Robust error handling: includes fallback strategies for permissions, network issues, and unmergeable PRs.

Quick Start

Run the corvus-review-r5 workflow to post the PR review to GitHub and display the final completion summary.

Frequently Asked Questions about corvus-review-r5

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

FAQPage Schema
How do I automate posting pull request reviews with inline comments to GitHub?

Automated PR review posting uses atomic GitHub API calls to submit reviews with inline comments. This workflow orchestrates multi-pass review phases and generates a final completion summary with a status dashboard for the pull request.

What is the best way to summarize multiple code review rounds on a GitHub pull request?

Summarizing multiple code review rounds involves coordinating R0–R5 phases and posting a final completion summary to GitHub. The workflow handles both local-only and post modes, generating a status dashboard that reflects the multi-pass review results.

How does error handling work when GitHub PR review posting fails due to permissions or network issues?

Error handling for failed GitHub review posting includes fallback strategies for permissions, network issues, and unmergeable PRs. The workflow applies robust recovery from API errors during the structured payload construction and inline comment transformation processes.

Can I use an automated workflow to map review events and transform inline comments before posting to GitHub?

Automated workflows can map review events and transform inline comments before posting to GitHub. The process satisfies requirements for structured payload construction and event mapping, ensuring inline comments are correctly formatted for the GitHub API.

Do I need any external dependencies to run the automated GitHub PR review and completion summary workflow?

No external dependencies are required to run the GitHub PR review and completion summary workflow. The Skill operates independently to orchestrate review posting, inline comment transformation, and final status dashboard generation without additional component libraries.

Why does my automated PR review post fail when the pull request is unmergeable?

Automated PR review posting fails on unmergeable pull requests due to GitHub API constraints. The workflow includes fallback strategies for unmergeable PRs and other API errors, ensuring robust recovery and accurate completion reporting during multi-pass review phases.