uv-requesting-code-review

Triggers code review of your latest GitLab/GitHub project via a specified URL.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/uv-xiao/pkbllm --skill uv-requesting-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uv-requesting-code-review
Source: https://github.com/uv-xiao/pkbllm/tree/main/productivity/requesting-code-review
Command: npx skills add https://github.com/uv-xiao/pkbllm --skill uv-requesting-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure code quality and adherence to requirements by facilitating a structured code review process before merging changes. It aims to catch issues early, reducing the likelihood of bugs and improving overall code health.

Core Features & Use Cases

  • Structured Review Dispatch: Guides the user to dispatch a code-reviewer subagent with specific context.
  • Clear Review Criteria: Outlines essential checks for code quality, architecture, testing, and requirements.
  • Severity-Based Issue Tracking: Categorizes feedback into Critical, Important, and Minor issues.
  • Use Case: After implementing a new feature, you can use this skill to automatically generate a review request for a designated reviewer, ensuring all aspects of the implementation are checked against the original plan.

Quick Start

Use the uv-requesting-code-review skill to initiate a code review for your latest changes.

Frequently Asked Questions about uv-requesting-code-review

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

FAQPage Schema
How do I automate code review before merging a new feature?

Automate code review before merging by dispatching a subagent to assess code changes against requirements and quality standards. This structured process categorizes issues by severity to catch critical bugs early and improve code health.

What is a structured code review process using git SHAs?

A structured code review process using git SHAs defines a specific commit range for assessment. A subagent evaluates the changes within those SHAs against a predefined template to identify critical, important, and minor issues.

How do I categorize code review feedback by severity?

Categorize code review feedback by severity using a predefined template that separates issues into Critical, Important, and Minor classifications. This ensures reviewers prioritize architectural and testing flaws before minor styling details.

Does dispatching a code review subagent work for development workflow testing checks?

Dispatching a code review subagent works for development workflow testing checks by evaluating implementation against original plans and quality standards. It ensures testing and architecture requirements are met before merging.

When do I need to initiate a subagent code review?

Initiate a subagent code review after task completion, feature implementation, or before merging changes. It is used to automatically generate a review request ensuring all implementation aspects are checked against the original plan.