code-review-phase-3-sweep-for-gaps

Perform a final code review sweep to identify defects missed in earlier stages.

7|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mkusaka/ccskills --skill code-review-phase-3-sweep-for-gaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-phase-3-sweep-for-gaps
Source: https://github.com/mkusaka/ccskills/tree/main/skills/code-review-phase-3-sweep-for-gaps
Command: npx skills add https://github.com/mkusaka/ccskills --skill code-review-phase-3-sweep-for-gaps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers catch defects that were missed during earlier stages of code review, ensuring a thorough and accurate assessment.

Core Features & Use Cases

  • Final Code Review Sweep: A reviewer re-reads the diff to identify any gaps in the earlier review process.
  • Surface Additional Candidates: Up to 8 additional defects may be identified, contributing to a more comprehensive code review.
  • Use Case: For a project that has undergone multiple review phases, this Skill can serve as the final quality check before deployment.

Quick Start

Run the code-review-phase-3-sweep-for-gaps skill to perform a final review on the latest commit.

Frequently Asked Questions about code-review-phase-3-sweep-for-gaps

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

FAQPage Schema
How do I catch missed defects in a code review before deployment?

A final code review sweep re-reads the latest code diff with a clean-slate perspective to identify up to eight additional defects missed during earlier review stages. This ensures thorough defect detection before deployment.

What is a phase three code review sweep?

A phase three code review sweep is a final quality check where a reviewer re-reads the code diff with a clean-slate perspective to identify gaps missed in earlier review phases. It can surface up to eight additional candidates for defect detection.

How do I perform a final sweep on a code diff?

Run the code-review-phase-3-sweep script on your latest commit to perform a final sweep on the code diff. The script analyzes the changes to surface up to eight additional missed defects for a more comprehensive review.

Do I need a clean-slate reviewer to detect code review gaps?

Yes, detecting code review gaps requires a clean-slate reviewer who re-reads the code diff without prior biases. This fresh perspective is essential for identifying up to eight additional defects missed during earlier review stages.

When should I run a final code review sweep?

You should run a final code review sweep after a project has undergone multiple review phases and before deployment. It serves as the final quality check to ensure comprehensive defect detection on the latest commit.

What's the best way to identify gaps in a previous code review?

The best way to identify gaps in a previous code review is to perform a final sweep on the code diff using a clean-slate reviewer. This approach surfaces up to eight additional missed defect candidates for improved software quality.