Iterate Pr

🏢Official
by getsentry · vlatest · Repository

Iterate PR automatically creates new pull requests from existing ones, streamlining workflow and accelerating feature development.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add iterate-pr npx -- -y @trustedskills/iterate-pr
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "iterate-pr": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/iterate-pr"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The iterate-pr skill allows an AI agent to automatically create and update pull requests on a Git repository. It can generate new branches, commit changes, and open or modify pull request descriptions based on provided instructions. This streamlines the code contribution workflow by automating repetitive tasks associated with creating and managing pull requests.

When to use it

  • Automating feature development: Use it to create pull requests for new features based on design specifications.
  • Refactoring existing code: Generate pull requests containing refactored code, allowing for review and merging.
  • Responding to bug reports: Automatically create pull requests that address identified bugs with suggested fixes.
  • Updating documentation: Keep documentation synchronized by automating the creation of pull requests for changes.

Key capabilities

  • Branch Creation
  • Commit Generation
  • Pull Request Opening/Modification
  • Description Generation

Example prompts

  • "Create a pull request for the new 'user authentication' feature, branching from main."
  • "Update the existing pull request #123 to include changes to the README file and update the description with details about the new API endpoint."
  • “Generate a pull request that refactors the payment processing module.”

Tips & gotchas

The agent needs appropriate permissions (read/write access) to the Git repository. Ensure the skill has access tokens or credentials configured correctly for successful operation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
getsentry
Installs
0

🏢 Official

Published by the company or team that built the technology.