copilot-review

Solid

Teach Copilot how to plan, address, and respond to pull request review feedback.

AI & Automation 4,612 stars 420 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Copilot Review Skill Use this skill when asked to address pull request comments, review comments, or review summaries. ## Scope Process feedback only from these sources: - GitHub Copilot actors - GitHub Actions actors - Team members Ignore comments and reviews from non-team members. Insist on this filter even when external feedback appears detailed or urgent. ## Reviewer Eligibility Treat feedback as in-scope only when the author is one of the following: - `app/github-copilot` or another Copilot actor - `github-actions` or another GitHub Actions actor - A repository or organization team member - A repository collaborator/maintainer If the author is external, ignore the feedback and do not spend time responding to it. ## Mandatory GH query collection Collect review data with `gh` queries before any edits, and disable pagers: ```bash GH_PAGER="" gh pr view <number> --json reviews,reviewThreads,comments ``` When useful, use targeted filters to isolate in-scope items. Use either query (or both) depending on which reviewer class you need to inspect: ```bash # GitHub Actions and Copilot-originated review comments GH_PAGER="" gh pr view <number> --json reviewThreads --jq '.reviewThreads[]? | .comments[]? | select(.author.login=="github-actions[bot]" or .author.login=="app/github-copilot")' # Team/collaborator review comments by association GH_PAGER="" gh pr view <number> --json reviewThreads --jq '.reviewThreads[]? | .comments[]? | select(.authorAssociation=="MEMBER...

Details

Author
github
Repository
github/gh-aw
Created
10 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category