pipeline-code-reviewer

Automates code review for plan, architecture, security, and quality compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/daniyarseifolla/agent-skills --skill pipeline-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-code-reviewer
Source: https://github.com/daniyarseifolla/agent-skills/tree/main/v2.2/pipeline/code-reviewer
Command: npx skills add https://github.com/daniyarseifolla/agent-skills --skill pipeline-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and error-prone. This Skill automates the multi-angle review of code changes against plan, architecture, security, and quality guidelines to ensure consistency and faster feedback.

Core Features & Use Cases

  • Plan compliance checks comparing implemented changes to the approved plan.
  • Architecture and security pattern verification with automated quality gates.
  • Standalone or pipeline-integrated reviews across multiple repositories.

Quick Start

Run the code-review workflow on the current feature branch to perform plan compliance, architecture, security, and quality checks.

Frequently Asked Questions about pipeline-code-reviewer

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

FAQPage Schema
How do I automate code review for pipeline branches?

Automate code review for pipelines by running a workflow that applies plan compliance, architecture, security, and quality checks to generate a structured review file. This automated process replaces manual checks and accelerates feedback across pipeline branches.

What does automated architecture and security verification check in a codebase?

Automated architecture and security verification checks implemented code changes against approved architectural patterns and core security guidelines. It runs pre-checks to identify deviations, ensuring the codebase maintains required structural standards and security compliance.

Can I run automated code reviews on standalone branches outside of a pipeline?

Yes, you can run automated code reviews on standalone branches outside of a pipeline. The review workflow functions independently across multiple repositories, applying the same multi-angle checks to standalone branches as it does to pipeline-integrated changes.

How do I verify plan compliance for new feature branches?

Verify plan compliance by running the code review workflow on your feature branch to compare implemented changes directly against the approved plan. This process produces a structured review detailing verdicts and findings regarding alignment with the original plan.

What format do automated code review findings and verdicts produce?

Automated code review findings and verdicts produce a structured code-review.md file. This document details the review iterations, specific findings across all checked angles, and the final verdicts for plan, architecture, security, and quality compliance.