review

Reviews MR diffs, staged files, and code quality using senior reviewer guidelines.

1|Updated Jul 18, 2025
One-click install
npx skills add https://github.com/AdelysAlberto/md-configs-and-agents --skill review-adelysalberto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/AdelysAlberto/md-configs-and-agents/tree/main/agents-antigravity/config/skills/review
Command: npx skills add https://github.com/AdelysAlberto/md-configs-and-agents --skill review-adelysalberto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a consistent, senior-level code review persona (Tio Bob, based on Robert C. Martin's principles) for evaluating merge requests, pull request diffs, and staged changes, so teams get structured feedback on code quality and evidence. ## Core Features & Use Cases - MR/PR Diff Review: Analyzes merge request and pull request diffs against clean code principles. - Staged Files Review: Inspects staged changes before commit to catch quality issues early. - Evidence and Quality Assessment: Evaluates supporting evidence and overall code quality standards. - Use Case: Before merging a feature branch, invoke this skill to have Tio Bob review the full MR diff and receive senior-level feedback on design, naming, and maintainability. ## Quick Start Ask the assistant to review the current merge request diff using the review skill and provide feedback on code quality.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review a merge request diff with AI?▼

Invoke the review skill and point it at your MR or PR diff. It applies the Tio Bob reviewer persona to analyze the changes and return feedback on code quality, design, and evidence.

How to review staged files before committing?▼

Ask the assistant to review your staged changes using this skill. It inspects the staged diff and flags quality concerns based on clean code principles before you commit.

What review criteria does this code reviewer use?▼

It follows the Tio Bob persona based on Robert C. Martin's clean code principles. The detailed review instructions live in the referenced tio-bob skill, which this skill delegates to.

Does the review skill work standalone?▼

No, it depends on an external tio-bob skill located at a specific local path. If that skill is not installed at the referenced location, the review instructions cannot be loaded.

What are the limitations of this code review skill?▼

It contains no review logic itself and only redirects to the tio-bob skill via a hardcoded local file path. It cannot function if that path is unavailable on the user's machine.