resolve-review

Validate code review findings, create GitHub issues, and set up worktrees.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/rosinbum/usopc-athlete-support-agent --skill resolve-review-rosinbum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-review
Source: https://github.com/rosinbum/usopc-athlete-support-agent/tree/main/.claude/skills/resolve-review
Command: npx skills add https://github.com/rosinbum/usopc-athlete-support-agent --skill resolve-review-rosinbum

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of addressing code review findings, from validation and issue creation to implementing fixes and running development workflows.

Core Features & Use Cases

  • Automated Finding Resolution: Validates if a code review finding still exists, creates a GitHub issue, sets up a dedicated worktree, and executes the fix.
  • Workflow Integration: Seamlessly integrates with development workflows to ensure findings are addressed systematically.
  • Use Case: When a critical security vulnerability (e.g., SEC-C2) is flagged in a code review, this Skill can automatically create a GitHub issue, prepare a development environment, and guide the developer through applying the necessary security patch.

Quick Start

Use the resolve-review skill to fix the code review finding SEC-C2.

Frequently Asked Questions about resolve-review

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

FAQPage Schema
How do I automate fixing code review findings end to end?

Automating code review findings involves validating the issue, creating a GitHub issue, setting up a dedicated worktree, and executing the fix implementation workflow. This Skill resolves findings by parsing finding IDs and mapping prefixes to extract detailed file paths and recommended fixes.

What is the process for mapping code review finding IDs to recommended fixes?

Mapping code review finding IDs involves parsing the ID, mapping its prefix to the corresponding review file, and extracting detailed finding information including title, severity, file paths, descriptions, and recommended fixes. This structured parsing ensures accurate identification of the code issue to address.

How do I create GitHub issues from code review findings automatically?

Creating GitHub issues from code review findings automatically requires integrating with the GitHub API. This Skill validates that a finding still exists, extracts its title and severity, and uses the GitHub API to create a corresponding issue before setting up a worktree to implement the fix.

Does this code review resolution workflow require manual worktree setup?

No manual worktree setup is required. The workflow integrates with project-specific scripts to automatically set up a dedicated worktree for implementing the fix after creating a GitHub issue, ensuring the development environment is prepared systematically without manual intervention.

Can I use this automation to fix security vulnerabilities flagged in code reviews?

Yes, you can use this automation to fix security vulnerabilities flagged in code reviews. When a critical security finding like SEC-C2 is flagged, the Skill creates a GitHub issue, prepares a development environment via worktree setup, and guides the developer through applying the necessary security patch.

What are the limitations of automating code review fixes with this workflow?

The workflow relies on parsing specific finding IDs and mapping prefixes to review files, meaning findings must follow a structured format to be extracted correctly. It also depends on GitHub API integration and project-specific scripts for worktree setup and fix implementation to function properly.