request-reviews

Trigger Sourcery and Qodo AI reviews for pull requests.

5|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Disaster-Terminator/RewardsCore --skill request-reviews-disaster-terminator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: request-reviews
Source: https://github.com/Disaster-Terminator/RewardsCore/tree/main/.trae/skills/request-reviews
Command: npx skills add https://github.com/Disaster-Terminator/RewardsCore --skill request-reviews-disaster-terminator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of requesting AI-powered code reviews for your pull requests, streamlining the feedback loop and improving code quality.

Core Features & Use Cases

  • Automated Review Triggering: Initiates AI review tools like Sourcery and Qodo with a single command.
  • Intelligent PR Identification: Automatically detects the relevant Pull Request number from the git branch or via GitHub CLI.
  • Phased Execution: First processes pending reviews, then triggers AI tools, ensuring a clean state before new reviews are requested.
  • Use Case: After pushing a new feature branch, simply tell the AI to "request new reviews" and it will handle the technical steps of pinging the AI tools and notifying you of the progress.

Quick Start

Ask the AI to request new reviews for the current pull request.

Frequently Asked Questions about request-reviews

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

FAQPage Schema
How do I automate AI code reviews for my pull requests?

You can automate AI code reviews by asking the AI to request new reviews for your current pull request. The Skill detects the relevant PR number via git branch inference or GitHub CLI queries and triggers the review tools.

How does the system identify which pull request to review?

The system identifies the target pull request number through git branch inference or by executing GitHub CLI queries. This ensures it accurately locates the correct PR context before triggering AI code review tools like Sourcery and Qodo.

Can I trigger both Sourcery and Qodo reviews at the same time?

Yes, you can trigger both Sourcery and Qodo reviews. The Skill orchestrates this by first handling any pending reviews to ensure a clean state, and then automatically triggering these specific AI tools for your pull request.

What happens if there are pending AI code reviews before I request new ones?

If there are pending AI code reviews, the Skill processes them first during its phased execution. This ensures a clean state and resolves any outstanding review processes before triggering new AI tools like Sourcery and Qodo.

Do I need the GitHub CLI to request AI code reviews?

You do not strictly need the GitHub CLI if your git branch inference can identify the pull request number. However, the Skill utilizes GitHub CLI queries as a fallback mechanism to accurately detect the target PR when branch inference is insufficient.