ce:review

Review repository code with multi-agent analysis and git worktrees.

25|15|Updated Aug 2, 2021
One-click install
npx skills add https://github.com/JesusFilm/core --skill ce-review-jesusfilm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ce:review
Source: https://github.com/JesusFilm/core/tree/main/.claude/skills/ce-review
Command: npx skills add https://github.com/JesusFilm/core --skill ce-review-jesusfilm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill makes code reviews exhaustive and consistent by orchestrating multiple agents and isolated worktrees to analyze changes deeply.

Core Features & Use Cases

  • Multi-agent analysis: parallel agents review code for security, performance, and architecture.
  • Ultra-thinking synthesis: consolidates findings across perspectives for thorough insights.
  • Isolated worktrees: uses git-worktree to review PR branches without touching main.

Quick Start

Invoke ce-review with a PR number, GitHub URL, or branch to begin a thorough, multi-agent review.

Frequently Asked Questions about ce:review

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

FAQPage Schema
How do I run a multi-agent code review on a pull request branch without affecting my main branch?▼

You can run a multi-agent code review using git worktrees to isolate PR branches. This keeps your main branch clean while parallel agents analyze security, performance, and architecture changes.

What does multi-agent code review analysis cover when assessing pull requests?▼

Multi-agent code review covers security, performance, and architectural quality by running parallel agents. These agents consolidate their findings through synthesis to provide thorough, cross-perspective insights on PR changes.

Do I need the gh CLI to perform a multi-agent code review on GitHub pull requests?▼

Yes, you need the gh CLI to perform a multi-agent code review. The review process requires the gh CLI, a clean main branch, and the ability to create git worktrees to coordinate multiple analysis agents.

How do I start a thorough code review if I only have a GitHub PR number or URL?▼

To start a thorough code review, provide the PR number, GitHub URL, or branch name to initiate the process. The multi-agent review system will then isolate the branch in a worktree and analyze it deeply.

Can I use multi-agent code review tools on local branches instead of GitHub pull requests?▼

Yes, you can use multi-agent code review on local branches. The review system accepts a branch name directly, creates an isolated git worktree, and coordinates parallel agents to assess the changes without touching main.

What are the limitations of using git worktrees for isolated multi-agent code reviews?▼

A limitation of using git worktrees for multi-agent code reviews is the strict requirement for a clean main branch. You also need sufficient local resources to coordinate multiple parallel analysis agents simultaneously.