fix-findings

Read reviewer findings, prioritize by severity, apply fixes, and update the resolution log.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of addressing reviewer findings by reading findings from the active review session, prioritizing them by severity, applying the fixes, and updating the resolution log.

Core Features & Use Cases

  • Load findings from the active session and parse them by severity.
  • Apply fixes automatically or with confirmation, then update the session resolution log.
  • Deduplicate findings across reviewers and generate a consolidated resolution report.

Quick Start

Paste reviewer findings into the active session directory and run fix-findings to start applying prioritized fixes.

Frequently Asked Questions about fix-findings

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

FAQPage Schema
How do I automate fixing code review findings by severity priority?

Automating review findings fixes involves loading reviewer findings from an active session, parsing them by severity, and applying prioritized fixes automatically or with confirmation. This Skill handles the end-to-end workflow of loading, prioritizing, applying fixes, and updating the session resolution log.

What is the best way to deduplicate reviewer findings across multiple reviewers?

Deduplicating reviewer findings across multiple reviewers involves loading findings from an active session, identifying duplicates, and generating a consolidated resolution report. This Skill automatically deduplicates findings across reviewers and tracks progress in a session resolution log.

How do I track progress when applying fixes to code review findings?

Tracking progress when applying fixes to code review findings requires updating a session resolution log after each fix is applied. This Skill automatically updates the session resolution log after applying prioritized fixes, ensuring progress is tracked throughout the workflow.

Can I apply code review fixes automatically without manual confirmation?

Yes, you can apply code review fixes automatically without manual confirmation, or with confirmation if preferred. This Skill supports both automatic application and confirmation-based application of prioritized fixes from reviewer findings in an active review session.

Do I need a specific directory structure to automate review findings fixes?

Yes, you need a specific directory structure where reviewer findings are pasted into the active session directory, such as .chalk/reviews. This Skill reads findings from that directory, parses them by severity, applies fixes, and updates the resolution log.

What format should reviewer findings be in for automated fix prioritization?

Reviewer findings should be pasted as text into the active session directory for automated fix prioritization. This Skill reads the findings from the session directory, parses them by severity level, and applies prioritized fixes before updating the resolution log.