Pr Workflow

🌐Community
by tursodatabase · vlatest · Repository

Automates PR creation, review assignment, and status updates within your GitHub repository based on defined rules.

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

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

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

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

About This Skill

What it does

The pr-workflow skill automates and streamlines pull request (PR) management tasks, such as creating, reviewing, and merging PRs. It integrates with version control systems to ensure efficient collaboration and code quality during the development process.

When to use it

  • Automating repetitive PR creation tasks for feature branches.
  • Enforcing code review policies before merging changes into main.
  • Generating standardized PR templates for consistent documentation across teams.

Key capabilities

  • Automated PR creation from branch commits.
  • Integration with version control systems like Git.
  • Enforcement of review and approval workflows.

Example prompts

  • "Create a pull request for the feature/user-auth branch."
  • "Check if all required reviews are completed before merging this PR."
  • "Generate a PR template based on the latest commit message."

Tips & gotchas

  • Ensure your version control system is properly configured and accessible to the AI agent.
  • Review automated PRs carefully, as they may not account for nuanced code changes or team-specific rules.

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
tursodatabase
Installs
319

🌐 Community

Passed automated security scans.