ce-code-review

Automate code review with confidence-gated findings and autofix capabilities.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-code-review-santiagoisper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-code-review
Source: https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA/tree/main/.agents/skills/compound-engineering/ce-code-review
Command: npx skills add https://github.com/Santiagoisper/BOPE_VERSION_DEFINITIVA --skill ce-code-review-santiagoisper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates and streamlines the code review process by providing structured analysis, confidence-gated findings, and a merge/dedup pipeline. It saves time and reduces manual effort, ensuring code quality and consistency.

Core Features & Use Cases

  • Structured Code Review: Utilizes tiered persona agents for a comprehensive review, including correctness, testing, maintainability, and security.
  • Confidence-Gated Findings: Ensures findings are accurate and actionable with confidence ratings.
  • Autofix Capabilities: Applies safe auto fixes to code issues automatically, reducing manual work.
  • Use Case: Before creating a pull request, use this Skill to review code changes, apply fixes, and generate a comprehensive report.

Quick Start

Run the ce-code-review skill with the following command: ce-code-review mode:autofix base:origin/main.

Frequently Asked Questions about ce-code-review

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

FAQPage Schema
How do I automate code review before creating a pull request?

Automate code review before a pull request by running a structured analysis with tiered persona agents that evaluate correctness, testing, maintainability, and security. The process applies safe autofixes and generates a comprehensive report to ensure software quality.

What is the best way to streamline code analysis for CI/CD pipelines?

Streamline code analysis for CI/CD pipelines by using a merge and dedup pipeline that provides structured analysis and confidence-gated findings. This ensures accurate, actionable results optimized for pull request workflows without overwhelming the automated system.

Does automated code review work with multiple programming languages?

Automated code review handles various programming languages by applying structured analysis across different codebases. It applies autofixes where possible and flags complex issues requiring manual intervention to maintain software quality.

How do I run an automated code review with autofix against my main branch?

Run an automated code review with autofix using the command `ce-code-review mode:autofix base:origin/main`. This executes structured analysis, applies safe fixes to code issues automatically, and outputs a comprehensive review report.

What are the limitations of automated code review and autofix capabilities?

Automated code review limitations include the inability to resolve complex code issues automatically. While the system applies safe autofixes and deduplicates findings, it requires manual intervention for intricate problems to ensure accurate and actionable corrections.