review

Automate adversarial code reviews and orchestrate built-in verification for pull requests.

20|5|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/tale-project/tale --skill review-tale-project
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/tale-project/tale/tree/main/.claude/skills/review
Command: npx skills add https://github.com/tale-project/tale --skill review-tale-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates adversarial code reviews and orchestrates built-in verification steps for diffs and PRs.

Core Features & Use Cases

  • Self-review as a skeptical initial pass, then automated reviewers to enforce quality and security checks.
  • Orchestrates the built-in reviewers (code-review, simplify, coderabbit, react-doctor, security-review) to ensure consistent, thorough feedback across changes.
  • Enables triage and remediation of findings before shipping by guiding teams through required fixes and verification steps.

Quick Start

Open a pull request and run the built-in review workflow to perform automated checks before shipping.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate pull request code review for quality and security?▼

Automated code review orchestrates built-in verification steps for pull requests by running a skeptical self-review first, then applying automated checks to enforce quality and security before shipping.

What is an adversarial code review and how does it work for diffs?▼

Adversarial code review is an automated process that applies a skeptical initial pass to code diffs, then orchestrates built-in verification tools to ensure consistent, thorough feedback and triage findings before merging.

Can I use automated code review for corporate repositories?▼

Yes, automated code review applies to pull requests and code changes across both open-source and corporate repositories, enabling pre-merge reviews and post-change assessments.

How do I orchestrate built-in code review tools for pre-merge verification?▼

You orchestrate built-in code review tools by running a self-review first, then coordinating automated checks like code-review, simplify, coderabbit, react-doctor, and security-review to address findings before shipping.

Does automated security review work with general code quality checks?▼

Yes, automated security review coordinates with general code quality checks by running self-review first, then orchestrating built-in tools like security-review, code-review, and simplify to ensure comprehensive pre-merge verification.