review

Orchestrate local code-review workflows with mode switching for detailed, quick, and CI reviews.

6|1|Updated Dec 8, 2009
One-click install
npx skills add https://github.com/jey3dayo/dotfiles --skill review-jey3dayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/jey3dayo/dotfiles/tree/main/agents/skills-internal/review
Command: npx skills add https://github.com/jey3dayo/dotfiles --skill review-jey3dayo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive, local code review automation that improves consistency and speeds up feedback loops for software projects.

Core Features & Use Cases

  • Detailed mode: thorough quality assessment with multi-criteria scoring and actionable improvements.
  • Simple/CI modes: fast issue detection, CI failure diagnosis, and PR comment automation.
  • Project-type aware: auto-detects codebase type and integrates relevant validation checks.

Quick Start

Run a local review on the current repo to generate a full quality report and recommended fixes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate local code reviews for my software project?

You can automate local code reviews by running a workflow that performs detailed quality assessments, generates multi-criteria scoring, and recommends actionable fixes for your current repository.

Can I diagnose CI failures and automate PR comments locally?

Yes, CI diagnosis and PR comment automation are supported through simple and CI modes, which provide fast issue detection and automated feedback directly on your local codebase state.

How does project type detection work for code review automation?

Project type detection works by automatically identifying the codebase type and integrating relevant validation checks to ensure the local code review matches your software project's specific language and framework requirements.

What is the best way to run a quick code review before pushing changes?

The best way to run a quick code review is using the simple mode, which performs fast issue detection on your local repository to identify potential problems before integration.

Does local code review support projects of varying sizes and languages?

Local code review supports projects of varying sizes and languages by orchestrating a detailed review workflow that adapts its validation checks based on the auto-detected project type.

What is the difference between detailed and quick code review modes?

Detailed code review mode provides thorough quality assessment with multi-criteria scoring, while quick mode focuses on fast issue detection for immediate feedback during local development.