review

Automate GitHub pull request reviews with inline comments and verdicts.

298|70|Updated Nov 4, 2020
One-click install
npx skills add https://github.com/microsoft/powerplatform-build-tools --skill review-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/microsoft/powerplatform-build-tools/tree/main/.claude/skills/review
Command: npx skills add https://github.com/microsoft/powerplatform-build-tools --skill review-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual PR reviews are time-consuming and prone to inconsistency. This Skill automates PR reviews by reading diffs, cross-referencing the knowledge base, posting inline comments on issues, and delivering an overall verdict with minimal user input.

Core Features & Use Cases

  • Reads PR diffs and identifies line-level issues, file-level concerns, and overall security or governance gaps.
  • Cross-references a knowledge base to inform decisions and maintain consistency across reviews.
  • Posts inline comments directly on changed lines or files and provides an aggregated verdict to guide developers.

Quick Start

Invoke /review <pr-number-or-url> to review a specific PR or /review to review the open PR on the current branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for GitHub pull requests in CI workflows?

Automate code review for GitHub pull requests by invoking the review Skill in your CI workflows. It reads PR diffs, cross-references a knowledge base, posts inline comments on changed lines, and delivers an overall verdict.

What is the best way to add inline comments to a PR during automated code review?

The best way to add inline comments during automated code review is using an AI assistant that reads line-level diffs. It identifies issues and posts comments directly on specific changed lines or files in GitHub pull requests.

How do I review a specific GitHub pull request by URL or number?

Review a specific GitHub pull request by invoking the command followed by the PR number or URL. The AI assistant reads the diff, classifies the PR, and posts inline comments with an aggregated verdict.

Does automated PR review work with a knowledge base to ensure consistency?

Yes, automated PR review works with a knowledge base to ensure consistency. It cross-references your knowledge base during the review process to inform decisions and identify security or governance gaps.

What levels of assessment does an autonomous PR review AI assistant perform?

An autonomous PR review AI assistant performs line-level, file-level, and overall verdict assessments. It evaluates code diffs to identify issues, concerns, and governance gaps before posting comments.

Can I classify and resolve GitHub pull requests automatically?

Yes, you can classify and resolve GitHub pull requests automatically. The review Skill implements PR resolution and classification workflows alongside its automated comment and verdict capabilities.