requesting-code-review

Automate structured code reviews with checklist templates and severity-tracked summaries.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill requesting-code-review-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill requesting-code-review-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures early detection of defects by enforcing a structured code-review process on changes before they are merged, reducing risk and rework.

Core Features & Use Cases

  • Checklist-driven review: Uses a template to evaluate code changes against requirements, architecture, and testing considerations.
  • Template-based diff analysis: Highlights gaps between implementation and acceptance criteria, guiding reviewers.
  • Actionable guidance: Produces clear next steps, ownership, and priorities for the team.

Quick Start

Provide a structured code review for the latest changes to ensure quality 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 structure a code review before merging to main?

Structure a code review by applying a checklist-based template to evaluate code changes against requirements, architecture, and testing considerations. This process highlights gaps between implementation and acceptance criteria, ensuring production readiness before merging.

What is template-based diff analysis in a pull request?

Template-based diff analysis evaluates pull request changes against predefined coding standards and acceptance criteria. It highlights discrepancies between the implementation and expected architecture or requirements, guiding reviewers to identify defects early.

How do I track code review issues by severity for my team?

Track code review issues by severity by categorizing defects found during the structured review process. This generates an actionable summary with clear next steps, ownership assignments, and priorities for the team to resolve.

When do I need to run an automated code review during task execution?

Run an automated code review after completing each task in single-flow execution, after finishing major features, and before merging to main. This timing ensures early detection of defects and reduces rework risk.

Does a checklist-driven review process work without external dependencies?

Yes, a checklist-driven review process works without external dependencies. It operates independently to enforce coding standards and quality assurance by applying internal templates to analyze diffs and track issues.

Why does code review automation reduce rework risk?

Code review automation reduces rework risk by enforcing a structured review process on changes before they are merged. Using templates to catch gaps between implementation and acceptance criteria ensures early defect detection.