Back to skills

iterate-pr

development

Automates the feedback-fix-push cycle on a pull request. Fetches CI check failures, reads log snippets to find root causes, applies fixes, and polls until all checks pass. Also handles PR review comme

Setup & Installation

npx skills add https://github.com/getsentry/iterate-pr --skill iterate-pr
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/iterate-pr
View on GitHub

What This Skill Does

Automates the feedback-fix-push cycle on a pull request. Fetches CI check failures, reads log snippets to find root causes, applies fixes, and polls until all checks pass. Also handles PR review comments, categorizing them by priority and replying on each thread after acting. Instead of manually opening CI logs, reading failures, editing code, pushing, and refreshing the checks page in a loop, this skill handles the full cycle autonomously, including tracking which review comments have already been replied to.

When to use it

  • Working with iterate pr functionality
  • Implementing iterate pr features
  • Debugging iterate pr related issues