Github Pr Edit

🌐Community
by yiyousiow000814 · vlatest · Repository

Helps with GitHub, editing as part of agent workflows workflows.

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 github-pr-edit npx -- -y @trustedskills/github-pr-edit
2

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

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

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

About This Skill

What it does

This skill enables AI agents to directly edit and modify existing Pull Requests within a GitHub repository. It allows for seamless integration of code changes, descriptions, or comments without requiring manual intervention via the web interface.

When to use it

  • Automatically correcting syntax errors or logic bugs identified during an automated code review process.
  • Updating PR descriptions with new test results or performance metrics generated by the agent.
  • Refactoring code snippets within a draft PR based on evolving project requirements.
  • Adding specific commit messages or changelog entries to align with team standards before merging.

Key capabilities

  • Direct modification of Pull Request content and metadata.
  • Integration with GitHub's repository workflow systems.
  • Execution of edits without manual browser interaction.

Example prompts

  • "Edit the description of pull request #42 to include the latest benchmark results."
  • "Modify the code in the open PR for the authentication module to use the new security library."
  • "Update the title and summary of the pending feature branch merge request."

Tips & gotchas

Ensure the AI agent has appropriate write permissions on the target GitHub repository before attempting edits. Verify that the specific Pull Request ID is correct, as editing the wrong PR can disrupt the development workflow.

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
yiyousiow000814
Installs
29

🌐 Community

Passed automated security scans.