fixme-review-plan

Verify fixme plan gaps against the codebase with structured findings.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/denis-pingin/fixme --skill fixme-review-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixme-review-plan
Source: https://github.com/denis-pingin/fixme/tree/main/.claude/skills/fixme-review-plan
Command: npx skills add https://github.com/denis-pingin/fixme --skill fixme-review-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that a proposed fixme plan aligns with the actual codebase, catching gaps before execution.

Core Features & Use Cases

  • Two-pass review pipeline: internal investigation and formal report generation.
  • Gate-based verification: applies the Pre-Review Gate and Dimension checks to ensure coverage and correctness.
  • Output-driven feedback: returns structured findings with evidence, severity, and remediation suggestions for plan+code alignment.

Quick Start

Provide the plan document and the target codebase for automated review.

Frequently Asked Questions about fixme-review-plan

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

FAQPage Schema
How do I verify a bug fix plan against my codebase before execution?

Verifying a bug fix plan against a codebase requires identifying gaps between proposed changes and actual code to ensure correct, complete, and safe bug fixes. This process applies gate-based verification checks to enforce factual claims and traceability.

What is a fixme plan review and when do I need it?

A fixme plan review is an evaluation workflow that audits proposed code changes for correctness and safety. You need it before executing bug fixes to catch alignment gaps, apply dimension checks, and ensure changes map directly to requirements.

How do I check if a proposed code change maps to project requirements?

Checking if a code change maps to requirements involves a two-pass review pipeline: internal investigation of the codebase followed by formal report generation. It returns structured findings with severity, evidence, and actionable remediation suggestions.

Can I get structured feedback with evidence for my code review plan?

Getting structured feedback for a code review plan involves running an automated audit that returns output-driven findings. The review provides evidence, severity levels, and remediation suggestions to validate plan and code alignment.

Does code plan review work across multiple phases like investigate and execute?

Code plan review works across multiple phases including investigate, plan, review, and execute. It applies pre-review gates and dimension checks during these phases to ensure traceability, coverage, and correctness before execution.

What are the limitations of automated fixme plan review?

Automated fixme plan review requires providing both the plan document and the target codebase for accurate analysis. It cannot validate plans in isolation and depends on repository access to enforce factual claims and check code alignment.