deepreview

Launch and monitor DeepReview for automated code analysis on local Git repositories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/olliecrow/codex --skill deepreview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepreview
Source: https://github.com/olliecrow/codex/tree/main/skills/deepreview
Command: npx skills add https://github.com/olliecrow/codex --skill deepreview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of running and monitoring DeepReview, a tool for in-depth code analysis and review, directly against your local Git repository. It streamlines the workflow for identifying issues, ensuring code quality, and managing the review process.

Core Features & Use Cases

  • Monitored Code Reviews: Launch and observe DeepReview runs in a non-interactive mode, capturing detailed logs and artifacts.
  • Preflight Checks: Ensure your repository is in a clean, synchronized state before initiating a review.
  • Automated Monitoring & Alerting: Receive alerts for potential stalls, recovery conditions, or critical failures during the review process.
  • Use Case: When you need to perform a thorough code review on a feature branch before merging, this Skill can be invoked to run DeepReview, monitor its progress, and report on the findings or any issues encountered.

Quick Start

Use the deepreview skill to run a monitored deepreview pass on the current repo.

Frequently Asked Questions about deepreview

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

FAQPage Schema
How do I automate code reviews on my local Git repository?

To automate code reviews on a local Git repository, this Skill launches DeepReview in a monitored, non-interactive mode that captures detailed logs and artifacts while tracking progress in real time.

What preflight checks are needed before running automated code analysis?

Before running automated code analysis, preflight checks ensure your local repository is in a clean, synchronized state to prevent conflicts during the review process.

Can I use this automated code review tool with GitHub for branch synchronization?

Yes, the automated code review tool integrates with Git and GitHub to support branch synchronization and pull request creation directly after analyzing your local repository.

How does automated monitoring handle stalls during a code review process?

Automated monitoring during the code review process actively tracks the run and sends alerts when it detects potential stalls, recovery conditions, or critical failures.

Are there limitations to running non-interactive code analysis on feature branches?

Running non-interactive code analysis on feature branches requires a clean repository state; preflight checks will fail if local changes are not synchronized, preventing the review from starting.