review

Analyzes project branches and generates review-report.md with categorized findings and verdicts.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/dpaola2/pipeline-skills --skill review-dpaola2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/dpaola2/pipeline-skills/tree/main/.claude/skills/review
Command: npx skills add https://github.com/dpaola2/pipeline-skills --skill review-dpaola2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the critical code review process, ensuring that implemented code adheres to project conventions, security requirements, and the approved specification, thereby improving code quality and reducing technical debt.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code against multiple dimensions including convention compliance, security vulnerabilities, spec adherence, cross-platform consistency, code quality, and test coverage.
  • Automated Reporting: Generates a detailed review-report.md with categorized findings and a clear verdict (APPROVED or CHANGES REQUESTED).
  • Use Case: After a developer completes a feature, this Skill can be run to automatically flag any deviations from coding standards, potential security risks, or missed requirements before the code is merged, ensuring a high level of quality and consistency across the codebase.

Quick Start

Run the review skill for the project identified by 'SN-3'.

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 convention compliance and spec adherence?

Automated code review for spec adherence is performed by analyzing project branch diffs against established conventions and security policies. This Skill generates a categorized findings report with a clear APPROVED or CHANGES REQUESTED verdict to flag deviations before merging.

What does an automated code review report include?

A code review report includes categorized findings across security vulnerabilities, convention compliance, spec adherence, cross-platform consistency, and test coverage. It culminates in a clear APPROVED or CHANGES REQUESTED verdict within a detailed markdown file.

Can I run a security and quality assurance review on multi-repo projects?

Yes, security and quality assurance reviews support multi-repo projects. This Skill analyzes code across multiple repositories and integrates with artifact management systems to gather inputs and export the final review report for comprehensive analysis.

How do I check code diffs against approved specifications before merging?

Checking code diffs against approved specifications before merging is done by running this Skill on your project branch. It identifies missed requirements and potential security risks by comparing the implementation directly against the approved project specifications.

What coding dimensions are checked during an automated code quality analysis?

Automated code quality analysis checks convention compliance, security vulnerabilities, spec adherence, cross-platform consistency, code quality, and test coverage. These dimensions ensure comprehensive technical debt reduction and high consistency across the codebase.