Gh Pr Check

🌐Community
by akiojin · vlatest · Repository

This skill automatically checks if a pull request contains a GitHub issue reference, ensuring proper context and linking.

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 gh-pr-check npx -- -y @trustedskills/gh-pr-check
2

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

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

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

About This Skill

What it does

The gh-pr-check skill allows AI agents to check a GitHub pull request's status and associated checks. It can determine if the pull request is ready for merging based on the results of configured workflows, providing valuable feedback during development cycles. The agent can also retrieve specific details about the checks, such as their names and statuses.

When to use it

  • Automated Pull Request Review: Use this skill when you need an AI agent to automatically assess a pull request's readiness for merging based on workflow check results.
  • CI/CD Pipeline Integration: Integrate with your CI/CD pipeline to provide real-time feedback on build and test statuses within pull requests.
  • Developer Assistance: Allow developers to quickly query the status of their pull requests without manually navigating GitHub.
  • Monitoring Pull Request Health: Track the overall health of a repository by monitoring the success rates of checks associated with open pull requests.

Key capabilities

  • Retrieves pull request status (ready, pending, failed).
  • Fetches check names and statuses.
  • Determines merge readiness based on workflow results.

Example prompts

  • "Check the status of pull request #123 in repository 'my-org/my-repo'."
  • "What are the current checks running on pull request #456?"
  • "Is pull request #789 ready to be merged based on its workflow check results?"

Tips & gotchas

The skill requires access to a GitHub API token with sufficient permissions to view pull requests and associated workflows. Ensure the agent has this token configured correctly for proper functionality.

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
akiojin
Installs
7

🌐 Community

Passed automated security scans.