update-pr

Fetch PR review comments, apply code changes, and push updates.

80|49|Updated Mar 27, 2022
One-click install
npx skills add https://github.com/cartridge-gg/controller --skill update-pr-cartridge-gg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: update-pr
Source: https://github.com/cartridge-gg/controller/tree/main/.agents/skills/update-pr
Command: npx skills add https://github.com/cartridge-gg/controller --skill update-pr-cartridge-gg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Addressing PR feedback and updating code across reviews can be tedious and error-prone, requiring manual tracking of comments, changes, and re-submissions.

Core Features & Use Cases

  • Identify the PR, fetch review comments, and review feedback from collaborators.
  • Apply changes by editing code, staging, and committing with clear messages, then push updates to the PR.
  • Re-request reviews or respond to comments to keep the PR moving forward.

Quick Start

Identify the PR you want to update, implement the requested changes, commit with a descriptive message, and push to update the PR.

Frequently Asked Questions about update-pr

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

FAQPage Schema
How do I automate applying changes from pull request reviews?▼

To update pull requests based on review feedback, the skill fetches PR comments, applies the requested code modifications, stages the changes, commits with a clear message, and pushes the update directly to the PR.

What is the best way to address PR review comments without manual code tracking?▼

Addressing PR review comments involves identifying the PR, fetching collaborator feedback, editing the necessary files, and committing the changes with a descriptive message to push the update automatically.

How do I push updates to a PR and re-request reviews after making changes?▼

After you push updates to a PR, the skill can re-request reviews or respond directly to comments to finalize the PR, ensuring collaborators are notified of the applied changes and clear commit messages.

Can I use git automation to apply codebase changes across multiple PR files?▼

Yes, git automation applies changes across the codebase by modifying the required files, staging the updates, and committing with clear messages before pushing to update the PR.

Does updating a PR with automation handle both staging and committing changes?▼

Yes, updating a PR handles the full workflow by modifying files, staging changes, committing with clear descriptive messages, and pushing the updates to keep the pull request moving forward.