Resolve Review Findings

Resolve review findings by applying fixes and creating tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rghsoftware/context-engine --skill resolve-review-findings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Resolve Review Findings
Source: https://github.com/rghsoftware/context-engine/tree/main/context-engine/skills/review-resolve
Command: npx skills add https://github.com/rghsoftware/context-engine --skill resolve-review-findings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing feedback from code reviews, ensuring that findings are systematically resolved, tracked, and that necessary artifacts like tasks and architectural decisions are created.

Core Features & Use Cases

  • Automated Finding Resolution: Processes findings categorized as FIX, TASK, ADR, and RULE.
  • Artifact Generation: Creates new tasks in Steps.md, initiates ADR creation, and updates convention rules.
  • Status Tracking: Updates the review file with resolution statuses and generates a summary.
  • Use Case: After a code review generates a review-capture file with several findings, use this Skill to automatically fix simple issues, create new tasks for complex ones, and prompt for decisions on architectural concerns, updating the review file as it progresses.

Quick Start

Use the review-resolve skill to process the most recent unresolved review file.

Frequently Asked Questions about Resolve Review Findings

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

FAQPage Schema
How do I automate code review resolution and track finding statuses?

Automate code review resolution by systematically processing findings in priority order, applying fixes, creating tasks, and updating the review file with statuses to generate a final summary report.

What is the best way to generate tasks and architectural decision records from review feedback?

Generating tasks and architectural decision records from review feedback involves categorizing findings as TASK or ADR, then automatically creating entries in project documentation like Steps.md.

Do I need existing project documentation to resolve review findings?

Yes, resolving review findings requires an existing review file and associated project documentation such as Spec.md, Steps.md, and Tech.md to provide necessary context for systematic processing.

How do I update convention rules based on code review findings?

Update convention rules by categorizing relevant review findings as RULE types, which triggers the automated workflow to apply updates to your project's convention documentation.

Can I process a review capture file to automatically fix simple code issues?

Yes, you can process a review capture file to automatically apply fixes for simple issues categorized as FIX, while complex findings generate new tasks or architectural decisions.