wait-and-fix

Wait for Copilot code review checks on a pull request before fixing comments.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/poitch/skills --skill wait-and-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wait-and-fix
Source: https://github.com/poitch/skills/tree/main/wait-and-fix
Command: npx skills add https://github.com/poitch/skills --skill wait-and-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process by automatically waiting for automated checks like Copilot's review to complete and then addressing any identified issues, reducing manual follow-up.

Core Features & Use Cases

  • Automated Review Handling: Waits for specific CI checks to finish before proceeding.
  • Comment Resolution: Integrates with other skills to automatically fix review comments.
  • Use Case: After pushing a feature branch, you can use this skill to ensure the Copilot code review passes and then automatically fix any comments it raises, allowing you to merge faster.

Quick Start

Use the wait-and-fix skill to automatically address review comments on the current pull request.

Frequently Asked Questions about wait-and-fix

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

FAQPage Schema
How do I automatically wait for Copilot code review to finish on a pull request?

To automatically wait for Copilot code review on a pull request, you can use automation skills that poll GitHub Actions CI checks. This skill specifically waits for the Copilot review workflow to complete before proceeding to address comments.

Can I automatically fix GitHub PR review comments after CI checks pass?

Yes, you can automatically fix GitHub PR review comments after CI checks pass by using a skill that handles workflow polling. Once CI checks like Copilot code review finish, it triggers a comment-fixing skill to resolve the identified issues.

Do I need GitHub CLI to automate waiting for CI checks on a pull request?

Yes, you need GitHub CLI and API access to automate waiting for CI checks on a pull request. These tools are required for interacting with GitHub Actions workflows and polling the status of PR checks like Copilot code review.

What is the best way to handle automated code review comments on GitHub Actions?

The best way to handle automated code review comments on GitHub Actions is using a skill that waits for CI completion and then invokes comment-fixing automation. This reduces manual follow-up by streamlining the review resolution process.

How does a script automate PR identification and workflow polling for code reviews?

A script automates PR identification and workflow polling for code reviews by interacting with the GitHub API. It identifies the target pull request, continuously checks the status of GitHub Actions workflows, and then triggers fixes once the Copilot review is complete.

Are there limitations to automating pull request comment resolution with GitHub Actions?

Limitations to automating pull request comment resolution include depending on GitHub CLI and API access for interacting with GitHub Actions. Additionally, it requires a separate comment-fixing skill to actually resolve the issues raised by the Copilot code review.