self-review

Automates a three-round self-review workflow for code changes.

7|3|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/flexphere/fude.nvim --skill self-review-flexphere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-review
Source: https://github.com/flexphere/fude.nvim/tree/main/.claude/skills/self-review
Command: npx skills add https://github.com/flexphere/fude.nvim --skill self-review-flexphere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams through a structured three-round self-review to catch issues early, align on quality, and ensure changes are sound before merging.

Core Features & Use Cases

  • Project checklist loading: optionally loads project-specific checklists to tailor the review.
  • Round-based evaluation: performs Round 1 problem detection and autonomous fixes, Round 2 verification, and Round 3 general code review.
  • Standalone usage: can be used without project checklists for lightweight reviews.

Quick Start

Run the self-review tool on your latest changes to automatically detect and fix quality issues.

Frequently Asked Questions about self-review

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

FAQPage Schema
How do I automate code review for my git workflow before merging changes?

Automating code review for a git workflow involves running a three-round self-review process that detects problems, applies autonomous fixes, and performs a final quality check on your changes before merging.

What is a three-round self-review process for code quality?

A three-round self-review process sequentially executes problem detection and autonomous fixes, followed by verification, and concludes with a general code quality check to ensure changes are sound.

Do I need a local git environment to run automated code quality checks?

Yes, you need a local git environment to run these automated code quality checks, as the workflow targets local code changes and integrates directly with standard git workflows.

Can I use automated self-review without setting up project-specific checklists?

Yes, you can use the automated self-review standalone without project-specific checklists for lightweight reviews, though loading checklists tailors the evaluation to your project requirements.

How do I guide autonomous fixes using a CLAUDE.md workflow?

You guide autonomous fixes by defining a CLAUDE.md workflow in your repository, which the self-review process reads to perform targeted formatting and automated corrections during its review rounds.