iterate

Apply user feedback to Pull Requests by committing and pushing changes.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/carllelandtaylor/facto --skill iterate-carllelandtaylor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterate
Source: https://github.com/carllelandtaylor/facto/tree/main/plugins/facto/skills/iterate
Command: npx skills add https://github.com/carllelandtaylor/facto --skill iterate-carllelandtaylor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of applying feedback to in-progress Pull Requests (PRs), automating the code changes, commits, and updates to PR descriptions.

Core Features & Use Cases

  • Automated Feedback Application: Apply user feedback to PRs with minimal manual intervention.
  • Commit and Push Automation: Automate the commit and push process to update the PR with changes.
  • PR Update: Optionally update the PR description based on the changes made.
  • Use Case: When a developer receives feedback on a PR, this Skill can automatically make the requested changes, commit them, push the updates, and optionally update the PR description.

Quick Start

Run the iterate skill on a branch with an open PR to apply feedback and update the PR.

Frequently Asked Questions about iterate

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

FAQPage Schema
How do I automate applying feedback to a pull request?

PR feedback automation works by processing user feedback, making code changes, committing them, and pushing updates to the PR branch automatically. This Skill also optionally updates the PR description based on the changes made.

Can I automate commits and PR description updates together?

Yes, you can automate commits and PR description updates together by running this Skill on a branch with an open PR. It applies feedback, commits changes, pushes updates, and optionally updates the PR description.

Does this PR automation tool support parallel execution of changes?

Yes, this PR automation tool supports parallel execution of independent changes. It integrates with PR management tools and requires subagent invocation for sub-skills to handle these operations.

What's the best way to handle iterative code changes in continuous integration workflows?

The best way to handle iterative code changes in continuous integration workflows is using this Skill to apply feedback, commit, and update PRs automatically. It streamlines the process by minimizing manual intervention.

Do I need subagent invocation to manage pull requests with this automation?

Yes, you need subagent invocation to manage pull requests with this automation. The Skill requires subagent invocation for sub-skills to support parallel execution of independent changes.