Check Pr

🌐Community
by greptileai · vlatest · Repository

Checks pull requests for specific content (e.g., mentions, links) to ensure they meet your criteria and avoid potential issues.

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

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

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

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

About This Skill

What it does

The check-pr skill automates checking pull requests (PRs) against a repository. It verifies that PRs adhere to defined rules and standards, providing feedback to contributors before merging. This includes validating commit message format and ensuring all required checks have passed.

When to use it

  • Code Review Automation: Automatically enforce coding style guidelines on incoming pull requests.
  • Pre-Merge Checks: Ensure that only compliant code is merged into the main branch, reducing errors.
  • Contributor Feedback: Provide immediate and actionable feedback to developers submitting PRs.
  • Repository Health: Maintain a consistent code quality across your project by consistently applying standards.

Key capabilities

  • Commit message validation
  • Check status verification
  • Automated rule enforcement

Example prompts

  • "Check this pull request against the repository's rules."
  • "Validate the commit messages in this PR."
  • "Verify that all checks have passed on this pull request before merging."

Tips & gotchas

The skill requires access to a Git repository and configuration of relevant rules. Ensure the AI agent has appropriate permissions to interact with the repository.

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
greptileai
Installs
21

🌐 Community

Passed automated security scans.