resolve-review

Convert Cognito PR reviews and journey files into validated remediation plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jacobrocks1212/claude-config --skill resolve-review-jacobrocks1212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-review
Source: https://github.com/jacobrocks1212/claude-config/tree/main/repos/cognito-forms/.claude/skills/resolve-review
Command: npx skills add https://github.com/jacobrocks1212/claude-config --skill resolve-review-jacobrocks1212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of turning Cognito PR reviews (and their journey) into actionable remediation work by orchestrating validation, decision-making, and planning steps that tie directly into your feature PHASES and implementation plan.

Core Features & Use Cases

  • Parse the review and its journey: read the review body and the companion journey to surface objectives and concerns.
  • Validate critical/important findings with Sonnet subagents to ensure risk is real.
  • Gather resolution choices per finding, grouping into clusters for remediation planning.
  • Bridge choices into the feature direction by writing a remediation phase to PHASES.md via /add-phase and generating an implementation plan with /write-plan.
  • Interactive, read-only with writes limited to remediation artifacts.

Quick Start

Start by supplying a review path or PR number to trigger the resolve-review workflow and let it read the journey, validate findings, and produce a remediation plan.

Frequently Asked Questions about resolve-review

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

FAQPage Schema
How do I convert PR review findings into an actionable remediation plan?

To convert PR review findings into a remediation plan, you can automate parsing the review body and journey files to validate critical findings, group decisions into clusters, and generate a structured implementation plan.

How does validating critical PR review findings with Sonnet subagents work?

Validating critical PR review findings with Sonnet subagents works by deploying AI subagents to read the review and journey files, cross-reference the context, and ensure that flagged critical or important risks are real before planning remediation.

Can I use this remediation planning workflow for Cognito Forms repositories?

Yes, you can use this remediation planning workflow for Cognito Forms repositories by reading PR reviews and journey files directly from the local .claude.local/reviews/ directory to produce validated findings and implementation artifacts.

What is the best way to bridge PR review resolution choices into feature phases?

The best way to bridge PR review resolution choices into feature phases is to group validated findings into decision clusters, then write a remediation phase directly to PHASES.md and generate a corresponding implementation plan.

Does this PR review remediation workflow write changes directly to my codebase?

No, this PR review remediation workflow is interactive and read-only on your codebase, limiting all automated writes strictly to remediation artifacts like PHASES.md and the generated implementation plan.

Why do I need a journey file when planning remediation for a PR review?

You need a journey file when planning remediation for a PR review because it provides the companion context and development objectives required to accurately surface concerns and validate the severity of flagged findings.