Github Pr Issue

🌐Community
by dcjanus · vlatest · Repository

Automatically creates GitHub pull requests and issues based on provided descriptions and context.

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

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

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

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

About This Skill

What it does

This skill allows an AI agent to interact with GitHub pull requests and issues. It can retrieve information about a PR or issue, such as its title, description, status, and associated comments. The agent can also potentially create new issues or add comments to existing ones, streamlining development workflows.

When to use it

  • Automated Status Updates: Get the latest status of a pull request (e.g., "is this PR ready for review?").
  • Issue Triaging: Quickly understand the context and priority of newly created issues.
  • Code Review Assistance: Retrieve relevant information about a specific pull request to aid in code reviews.
  • Workflow Automation: Automatically add comments or create new issues based on certain triggers (e.g., failed tests).

Key capabilities

  • Retrieval of PR/Issue details
  • Access to associated comments
  • Potential for creating new issues
  • Ability to add comments

Example prompts

  • "What is the status of pull request #123?"
  • "Can you summarize issue #456 and its recent comments?"
  • "Create a new issue in the 'bug reports' repository with the title 'Broken login button'."

Tips & gotchas

The agent requires access to your GitHub repositories. Ensure appropriate permissions are granted for the skill to function correctly.

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
dcjanus
Installs
17

🌐 Community

Passed automated security scans.