copilot-review

Automate resolution of GitHub Copilot code review comments on pull requests.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/loomantix/codex-platform --skill copilot-review-loomantix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-review
Source: https://github.com/loomantix/codex-platform/tree/main/.codex/skills/copilot-review
Command: npx skills add https://github.com/loomantix/codex-platform --skill copilot-review-loomantix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq.

What problem does it solve?

This skill automates the tedious process of triaging, fixing, and verifying GitHub Copilot code review comments, ensuring that no valid feedback is missed while maintaining a clean PR history.

Core Features & Use Cases

  • Systematic Resolution: Fetches, categorizes, and tracks Copilot comments through a structured worktree-based workflow.
  • Intelligent Triage: Supports fixing valid findings, deferring large-scale refactors to GitHub issues, and dismissing false positives.
  • Automated Verification: Handles commit creation, push, and re-triggering of Copilot reviews to ensure all feedback is addressed.

Quick Start

Run the copilot-review skill by providing the pull request number to begin the automated resolution process for all pending Copilot comments.

Frequently Asked Questions about copilot-review

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

FAQPage Schema
How do I automate fixing GitHub Copilot code review comments on a pull request?

You can automate Copilot code review resolution by running a workflow that fetches, categorizes, and tracks comments within an isolated git worktree, then commits fixes or dismissals and pushes updates to the PR branch.

What is the best way to triage Copilot PR feedback into fixes and deferred issues?

Triage Copilot PR feedback by categorizing each comment: fix valid findings directly, defer large-scale refactors by creating GitHub issues, or dismiss false positives, ensuring all feedback is tracked and addressed.

Do I need GitHub CLI authentication to resolve Copilot review comments automatically?

Yes, GitHub CLI authentication and repository write access are required to manage PR comments, create issues, and push branch updates when resolving Copilot review comments through the automated workflow.

Can I defer large refactoring suggestions from Copilot to a GitHub issue?

Yes, you can defer large-scale refactoring suggestions by converting the Copilot review comment into a GitHub issue, keeping the current PR focused while ensuring the technical debt is tracked.

How does automated verification work after fixing Copilot pull request comments?

Automated verification handles commit creation and pushes the branch update, which re-triggers Copilot reviews to ensure all previously flagged feedback has been successfully resolved.

What are the limitations of using a worktree-based workflow for Copilot code review triage?

The worktree-based Copilot review workflow requires git, jq, and gh dependencies, and depends on repository write access to manage branch updates and PR comments, limiting use in restricted environments.