requesting-code-review

Perform systematic code reviews and categorize feedback into critical, important, and minor issues.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill requesting-code-review-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill requesting-code-review-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates and enforces a structured code review process, preventing defects and ensuring quality before merging changes.

Core Features & Use Cases

  • Self‑review checklist guides developers to verify conventions, tests, and security before involving a reviewer.
  • Automatic gathering of changed files, diff summaries, and recent commits provides context for review.
  • Dispatches a reviewer subagent with a detailed checklist and standardized output format.
  • Categorizes feedback into critical, important, and minor issues and defines actions for each.

Quick Start

Ask the skill to perform a code review on the latest changes before merging.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate a peer code review before merging a pull request?

Automated code review is performed by dispatching a reviewer subagent to validate quality and compliance. It enforces a self-review checklist, gathers file diffs and recent commits, and categorizes feedback into critical, important, and minor issues before merging.

What is a systematic code review checklist for software quality?

A systematic code review checklist guides developers to verify conventions, tests, and security before involving a reviewer. It ensures structured peer review by standardizing the output format and validating code compliance before merging changes.

Does this code review automation work with my git workflow?

Code review automation integrates with git workflows by automatically gathering changed files, diff summaries, and recent commits. It applies to software development teams after bug fixes, feature completions, or any code modification requiring peer review.

How are code review findings categorized by severity?

Code review findings are categorized into critical, important, and minor issues, with defined actions for each category. This severity classification helps prioritize software quality fixes and ensures critical defects are addressed before merging.

When do I need to perform a structured peer review on my code changes?

A structured peer review is needed after tasks, major feature completions, bug fixes, or any code modification requiring validation. It prevents defects and enforces software quality by validating compliance before changes are merged.

Can I use this for self-review before requesting a pull request evaluation?

Yes, a self-review checklist guides developers to verify conventions, tests, and security independently. This pre-review step ensures code quality before dispatching a reviewer subagent for the final pull request evaluation.