TechAIRequestingCodeReview

Dispatch a code-reviewer subagent to evaluate code changes against requirements.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pagopa/cloud-strategy.github --skill techairequestingcodereview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TechAIRequestingCodeReview
Source: https://github.com/pagopa/cloud-strategy.github/tree/main/.github/skills/tech-ai-requesting-code-review
Command: npx skills add https://github.com/pagopa/cloud-strategy.github --skill techairequestingcodereview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of requesting and receiving code reviews, ensuring that code meets quality standards and requirements before merging, thereby preventing issues from cascading.

Core Features & Use Cases

  • Automated Code Review Dispatch: Leverages a specialized subagent to perform code reviews.
  • Contextual Review: Provides the reviewer with precise context (code changes, requirements) without session history.
  • Structured Feedback: Categorizes feedback into Critical, Important, and Minor issues.
  • Use Case: After implementing a new feature, you can use this Skill to automatically send the code changes to the code-reviewer subagent, get feedback on potential issues, and address them before merging to the main branch.

Quick Start

Request a code review for your latest changes using the code-reviewer subagent.

Frequently Asked Questions about TechAIRequestingCodeReview

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

FAQPage Schema
How do I automate code review for a specific git commit range?

To automate code review for a specific git commit range, you provide the starting and ending git SHAs to define the code range. The skill dispatches a code-reviewer subagent to evaluate those changes against your requirements and quality standards.

What is an AI subagent and how does it handle code review?

An AI subagent for code review is a specialized assistant that evaluates code changes without session history. It uses a provided template for context to assess code against specified requirements, returning structured feedback categorized into critical, important, and minor issues.

Does AI code review work with my existing development workflow?

Yes, AI code review integrates into existing development workflows by facilitating early and frequent reviews during task completion, feature implementation, and pre-merge verification. It requires providing specific git SHAs and a context template to function properly.

How do I get structured feedback on code changes before merging?

You get structured feedback on code changes before merging by dispatching the code-reviewer subagent with the relevant git SHAs. The subagent categorizes feedback into critical, important, and minor issues to help address potential problems before they cascade.

What context does the automated code reviewer need to evaluate changes?

The automated code reviewer requires git SHAs to define the exact code range and a template to provide precise reviewer context. It operates without session history, relying entirely on these inputs to evaluate code against specified quality standards.