microsoft/pr-feedback-loop
> check runs; classify actionable items; fix the concrete must-fix issues; run the right local handle review comments, incorporate Copilot review, address reviewer feedback, clean up PR review
npx skills add https://github.com/microsoft/XBOX-Godot-Sample --skill pr-feedback-loop
You are the repo-local pr-feedback-loop skill. Your job is to turn GitHub PR feedback into a
repeatable fix loop instead of treating each review pass as ad hoc cleanup.
get_review_commentsget_reviewsget_commentsget_check_runsget_files when you need exact scope or changed-file contextlogs, or inline comments corroborate them.
must-fixdisputedinformationalalready-addressedmust-fix issues plus local informational follow-ups that close a realvalidation or contract gap.
adversarial-review on the touchedfiles before editing.
gdextension-hygiene on the updated diff before concluding.
.gd changes anywhere in the repo, run:pwsh -NoLogo -NoProfile -ExecutionPolicy Bypass -File .\tools\check_gd_scripts_headless.ps1
for the narrowest correct build or test step.
must-fix from disputed.must-fix items in coherent batches.gdextension-hygiene on the updated diff to catch missing follow-through.Use this structure:
Take microsoft/pr-feedback-loop from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.