fix-findings

Cluster verified code-review findings and apply approved fixes interactively.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tvishwanadha/skills --skill fix-findings-tvishwanadha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-findings
Source: https://github.com/tvishwanadha/skills/tree/main/plugins/reviewer/skills/fix-findings
Command: npx skills add https://github.com/tvishwanadha/skills --skill fix-findings-tvishwanadha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly address verified review findings by clustering issues and guiding interactive fixes, with optional background execution.

Core Features & Use Cases

  • Interactive fix workflow: cluster findings and step through fixes, validating changes before applying.
  • Background execution: run safe fixes asynchronously when possible to reduce turnaround time.
  • Guardrails: only act on findings after confirmation and within non-destructive safe paths.

Quick Start

Cluster verified findings from the self-review and apply approved fixes interactively.

Frequently Asked Questions about fix-findings

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

FAQPage Schema
How do I cluster code review findings and apply approved fixes interactively?

To cluster review findings and apply fixes interactively, the skill groups verified findings into clusters and guides you through per-cluster decision prompts, validating changes before applying them. It operates within non-destructive safe paths with interactive gating.

Can I run automated review fixes in the background to reduce turnaround time?

Yes, you can run automated review fixes in the background. The skill supports a background fixer workflow that executes safe fixes asynchronously, reducing turnaround time when interactive gating is not required for specific verified findings.

What is clustering in the context of resolving verified code review findings?

Clustering in code review resolution groups verified findings logically so they can be addressed together. The skill uses clustering logic to batch related issues, enabling per-cluster decision prompts and guided interactive fixes for more efficient resolution.

Does the interactive fix workflow require confirmation before applying changes?

Yes, the interactive fix workflow requires confirmation before applying changes. The skill uses interactive gating and per-cluster decision prompts, ensuring it only acts on verified findings after explicit approval and within non-destructive safe paths.

What are the limitations of automating code review finding resolution?

The primary limitation is that automation is gated by interactive confirmation and restricted to non-destructive safe paths. Background execution is only applied to safe fixes asynchronously, meaning destructive or unverified findings cannot be automatically resolved without guided approval.

How do I start fixing verified findings gathered from a self-review context?

To start fixing verified findings from a self-review, the skill gathers findings from context, applies clustering logic to group them, and steps you through interactive fixes. You validate changes through per-cluster decision prompts before they are applied.