code-review

Automate code reviews across CI/CD pipelines with builds, tests, and linting.

438|11|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/ziggy42/epsilon --skill code-review-ziggy42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ziggy42/epsilon/tree/main/.skills/code-review
Command: npx skills add https://github.com/ziggy42/epsilon --skill code-review-ziggy42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review can be time-consuming and error-prone. This skill automates a comprehensive review process for the current branch, ensuring builds and tests run, diffs are analyzed for bugs and improvements, and standards are enforced across the project.

Core Features & Use Cases

  • Verifies that the code builds and passes tests across multiple platforms and environments.
  • Performs diff analysis to identify bugs, potential improvements, and adherence to project standards.
  • Orchestrates preparation, build, test, lint, and license-header checks, then reports findings for CI/CD workflows.

Quick Start

Run a guided code-review pass on the current branch to validate quality and compliance with project standards.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews and quality checks in CI/CD pipelines?

Automated code reviews enforce builds, tests, linting, and diff analysis directly in CI/CD pipelines. This automates comprehensive quality checks across platforms and languages to improve repository consistency without manual intervention.

How does diff analysis identify bugs and improvements during a branch review?

Diff analysis compares branch changes against project standards to identify bugs and potential improvements. It automates diff evaluation to ensure adherence to project standards and maintain quality during pull request reviews.

Can I enforce cross-platform builds and linting across multiple programming languages?

Yes, automated quality checks verify cross-platform builds and enforce linting across multiple platforms and languages. This ensures environment consistency and validates builds during branch and pull request reviews.

What is the best way to automate license-header compliance and dependency checks?

Automated code review orchestrates license-header compliance and dependency checks alongside build and test preparation. This reports findings for CI/CD workflows, ensuring continuous repository quality and compliance validation.

Does performance benchmarking work with automated branch quality checks?

Yes, performance benchmarks are orchestrated as part of automated branch quality checks. Alongside tests and linting, benchmarks validate performance standards and report findings for CI/CD workflows.