概要
This skill streamlines the integration of AI-powered code reviews by providing a programmatic workflow to fetch, categorize, and apply GitHub Copilot suggestions directly from the terminal. By utilizing the GitHub CLI (gh), it overcomes access limitations common in private repositories where web-fetching tools often fail. The skill guides developers through a systematic process of filtering bot-generated comments, tracking valid fixes in a structured format, and applying changes with incremental commits and syntax verification, making it ideal for managing high-volume feedback across multiple pull requests.