review

Coordinate multiple analysis skills to produce a consolidated code review report.

4|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/doodledood/codex-workflow --skill review-doodledood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/doodledood/codex-workflow/tree/main/skills/review
Command: npx skills add https://github.com/doodledood/codex-workflow --skill review-doodledood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates comprehensive code reviews by coordinating multiple focused analysis skills.

Core Features & Use Cases

  • Orchestrates bugs review, type safety, maintainability, simplicity, testability, coverage, docs, and AGENTS.md adherence by invoking specialized review skills.
  • Typical use cases include performing reviews before PRs or after implementation to consolidate findings into a single report for stakeholders.

Quick Start

Run the full review workflow on the current changes to generate a consolidated report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate comprehensive code reviews before a pull request?

You can coordinate end-to-end code reviews by orchestrating specialized analysis skills that evaluate bugs, type safety, maintainability, and testability, producing a single consolidated report for stakeholders.

What is the best way to consolidate static analysis findings across a codebase?

The best way is to orchestrate multiple focused analysis skills that evaluate bugs, type safety, and coverage, collecting all findings into a single consolidated, actionable report.

Can I run quality assurance checks on feature branches instead of just pull requests?

Yes, comprehensive code reviews can be applied to pull requests, feature branches, and changes across codebases to surface issues early by orchestrating specialized analysis skills.

How does an automated code review workflow handle maintainability and testability checks?

It orchestrates specialized analysis skills focused on maintainability, testability, coverage, and simplicity, collecting their findings to produce a consolidated, actionable report for stakeholders.

Do I need to configure individual static analysis tools to get a full code review report?

No, you do not need to configure individual tools manually; this orchestrates multiple specialized review skills covering bugs, type safety, and docs adherence automatically to generate a consolidated report.