fixme-handle-plan-review

Classifies plan-review findings using a fixed taxonomy and codebase verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate and triage review findings against the actual codebase and decision context, ensuring findings map to consistent outcomes and plan decisions.

Core Features & Use Cases

  • Taxonomy-driven classification: Applies a unified taxonomy (FIX, FIX_UNCLEAR, ASK_USER, REJECT_FALSE_POSITIVE, REJECT_WONT_FIX, REJECT_ALREADY_FIXED) to each finding.
  • Codebase verification: Reads the repository to verify findings against reality and plan context.
  • Decision logging: Integrates with locked decisions and decision logs to enforce consistency and traceability.

Quick Start

Provide a set of findings and the plan context to classify them and receive structured outputs for routing and next steps.

Frequently Asked Questions about fixme-handle-plan-review

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

FAQPage Schema
How do I classify plan-review findings against a codebase automatically?

You can classify plan-review findings by applying a fixed taxonomy—such as FIX, REJECT_FALSE_POSITIVE, or ASK_USER—while reading the actual repository code and plan context to verify each finding. This ensures findings map to consistent outcomes.

What is taxonomy-driven finding classification in software quality automation?

Taxonomy-driven finding classification is the process of routing plan-review findings into structured categories like FIX_UNCLEAR, REJECT_WONT_FIX, or REJECT_ALREADY_FIXED. It compares findings against locked decisions to enforce consistency and traceability.

How does codebase verification work when triaging plan review findings?

Codebase verification reads the actual repository files and plan context to validate review findings against reality. It cross-references findings with locked decisions and decision logs to suggest an appropriate classification and generate routing instructions.

Can I use decision logging to enforce consistency for automated plan reviews?

Yes, decision logging integrates with locked decisions and decision logs to enforce consistency and traceability. It ensures that classified findings align with previously established plan decisions and outputs structured data for downstream routing.

What's the best way to route rejected false positives in automated code review?

The best way to route rejected false positives is to use a structured taxonomy that includes REJECT_FALSE_POSITIVE and REJECT_WONT_FIX classifications. The system verifies findings against the codebase, logs the decision, and outputs structured routing instructions for downstream planning.

When should I not use automated finding classification for plan reviews?

You should avoid automated finding classification when there are no locked decisions or decision logs available for cross-referencing, as the system relies on comparing findings against established plan context and repository code to generate accurate classifications.