review-and-fix

Reviews code, consolidates a roadmap into docs/ROADMAP-date.md, and executes fixes in series.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dbbuilder-org/claude-skills --skill review-and-fix-dbbuilder-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-and-fix
Source: https://github.com/dbbuilder-org/claude-skills/tree/main/review-and-fix
Command: npx skills add https://github.com/dbbuilder-org/claude-skills --skill review-and-fix-dbbuilder-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end project health checks by performing a comprehensive code review, reconciling planning documents into a single go-forward roadmap, and executing fixes in strict serial order to reduce context switching and ensure traceability.

Core Features & Use Cases

  • End-to-end workflow combining code review, roadmap reconciliation, and serial fix execution.
  • Generates a structured workspace with code-review documents under code-review/<date>/ and a consolidated roadmap at docs/ROADMAP-<date>.md.
  • Supports phased execution with clear audit trails, validation, and rollback guidance for safe deployments.

Quick Start

Trigger the full end-to-end review-and-fix workflow on the current project.

Frequently Asked Questions about review-and-fix

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

FAQPage Schema
How do I automate end-to-end code review and apply fixes in series?

Automate end-to-end code review and apply fixes in series by triggering a workflow that assesses project health, reconciles planning documents into a consolidated roadmap, and executes fixes sequentially. It generates review documents and a go-forward plan.

What's the best way to reconcile technical debt and test coverage gaps into a single roadmap?

Reconcile technical debt and test coverage gaps into a single roadmap by running an automated project health check. The workflow analyzes repository structure, validates type-safety and feature completeness, then outputs a consolidated docs/ROADMAP-<date>.md plan.

Does the automated code review workflow check UI completeness and type-safety?

The automated code review workflow checks UI completeness and type-safety across multiple modules. It performs a comprehensive assessment that includes feature completeness validation, debt reconciliation, and test coverage review.

How do I generate structured code-review documents with clear audit trails for my repository?

Generate structured code-review documents with clear audit trails by running an automated review process. It reads configuration files, analyzes the repository structure, and produces dated code-review documents under the code-review/<YYYY-MM-DD>/ directory.

Why execute repository fixes in strict serial order rather than parallel batches?

Execute repository fixes in strict serial order to reduce context switching and ensure traceability across modules. This phased execution approach provides clear audit trails, validation, and rollback guidance for safe deployments.

Can I get rollback guidance and validation when automating project health checks?

You get rollback guidance and validation when automating project health checks through phased execution. The workflow ensures safe deployments by applying serial fixes with strict audit trails and clear validation steps.