PR Resolve

Automate pull request comment triage and CI failure resolution via GitHub API.

8|3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/lbruton/StakTrakr --skill pr-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Resolve
Source: https://github.com/lbruton/StakTrakr/tree/main/.claude/skills/pr-resolve
Command: npx skills add https://github.com/lbruton/StakTrakr --skill pr-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing, replying to, and resolving comments and CI check failures on pull requests, significantly speeding up the code review cycle.

Core Features & Use Cases

  • Unified Issue Triage: Consolidates review threads (Copilot, human) and CI findings (Codacy) into a single workflow.
  • Automated Classification: Helps classify issues as 'Resolved', 'Fix now', 'Deferred', 'False positive', etc.
  • Guided Execution: Provides step-by-step guidance for fixing code, committing changes, and replying to comments.
  • Use Case: After pushing a feature branch, this Skill can automatically identify all review comments and Codacy issues, suggest classifications, and even draft replies and commits for your approval.

Quick Start

Use the pr resolve skill to review and fix all comments on the current pull request.

Frequently Asked Questions about PR Resolve

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

FAQPage Schema
How do I automate pull request review comment resolution and CI fixes?

Automating pull request review resolution involves consolidating threads from Copilot, human reviewers, and Codacy, classifying issues, and generating code commits via GitHub API. This Skill manages that entire lifecycle from discovery to communication.

Can I consolidate Codacy findings and human review threads into a single triage workflow?

Consolidating Codacy findings and human review threads into a single workflow is supported. This Skill unifies multiple CI and review sources, automatically classifying issues as resolved, deferred, or false positive to streamline triage.

What is the best way to automatically classify and reply to GitHub pull request comments?

Automated classification and replying to GitHub comments is handled by triaging review threads and drafting responses. This Skill evaluates issues, suggests classifications, and drafts replies for your approval before executing via GitHub API.

Does this PR automation tool require specific CI/CD platform integrations to function?

Specific CI/CD platform integrations are not required as dependencies. This Skill operates by interacting directly with GitHub API and processing outputs from tools like Codacy and Copilot without strict platform prerequisites.

How does automated pull request resolution handle false positives from code review tools?

Automated resolution handles false positives by classifying issues during the triage phase. This Skill evaluates comments from Codacy and human reviewers, allowing you to categorize findings as false positives before generating commits or replies.

What are the limitations of automating pull request triage and code modifications?

Automating triage and code modification requires user approval before finalizing commits and replies. This Skill provides guided execution and suggestions, meaning human oversight is necessary to verify automated code changes and GitHub API interactions.