review-findings

Automate triage and remediation of QA findings from review reports.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dr-code/beacon --skill review-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-findings
Source: https://github.com/dr-code/beacon/tree/main/plugins/agent-triforce/skills/review-findings
Command: npx skills add https://github.com/dr-code/beacon --skill review-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA reviews generate findings that block progress; this skill automates reading the review report, prioritizing fixes, and driving re-verification by ensuring critical issues are addressed first and warnings are resolved or justified.

Core Features & Use Cases

  • Reads QA review reports and understands each finding's root cause
  • Plans fix order (Critical first, then Warnings) and applies changes with updated tests
  • Generates a fix-completion and re-verification package for QA

Quick Start

Run the skill against the latest review by issuing /review-findings with a docs/reviews/ file to start remediation.

Frequently Asked Questions about review-findings

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

FAQPage Schema
How do I automate fixing code review findings from a QA report?

To automate fixing code review findings, the skill reads QA review documents, prioritizes critical issues first, applies code changes with tests, and generates a re-verification package for validation.

What is the best way to prioritize and fix critical bugs from a software review?

The best way to prioritize and fix critical bugs is to automate triage by ordering fixes from critical to warnings, implementing changes, and validating them with updated tests before generating a completion report.

Can I automatically generate a re-verification report after applying bug fixes?

Yes, you can automatically generate a re-verification report after applying bug fixes. The skill validates applied changes with tests and outputs a fix-completion package for QA workflows.

How do I handle non-critical warnings found during QA code review automation?

To handle non-critical warnings during QA code review automation, the skill processes them after critical issues, ensuring warnings are either resolved through targeted code changes or formally justified in the re-verification package.

Does this automated QA remediation process update tests when applying code fixes?

Yes, automated QA remediation updates tests when applying code fixes. The workflow plans the fix order, implements the necessary code changes, and validates them by running and updating the corresponding test suite.

What do I need to start automating triage for QA review findings?

To start automating triage for QA review findings, you need a review document located in a docs/reviews/ directory. The skill reads this file to understand root causes and plan the remediation sequence.