Help us improve
Share bugs, ideas, or general feedback.
Auto-discovered marketplace from fanioz/claude-code-pr-automation
npx claudepluginhub fanioz/claude-code-pr-automationAutomate your entire pull request review workflow with AI-powered agents. Review, fix, and iterate until merge-ready in minutes.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Share bugs, ideas, or general feedback.
Automate your entire pull request review workflow with AI-powered agents
Features • Installation • Usage • Examples • Contributing
Claude Code PR Automation is a custom skill for Claude Code that automates the entire pull request review workflow. It uses specialized AI agents to comprehensively review your code, post reviews to GitHub, fix issues with your approval, and iterate until your PR is ready to merge.
| Agent | Purpose | Confidence |
|---|---|---|
| code-reviewer | General code quality, security, performance | 90-100% |
| silent-failure-hunter | Error handling, edge cases, fallback behavior | 90-100% |
| type-design-analyzer | Type safety, encapsulation, invariants | 80-89% |
| pr-test-analyzer | Test coverage, edge cases, test quality | 80-89% |
| comment-analyzer | Documentation accuracy, completeness | 70-79% |
Easy installation and updates via plugin system!
# Add marketplace (one-time setup)
/plugin marketplace add https://github.com/fanioz/claude-code-pr-automation
# Install the plugin
/plugin install pr-automation
# Or install directly from GitHub
/plugin install https://github.com/fanioz/claude-code-pr-automation
# Verify installation
/plugin list
# Should show: pr-automation
Benefits of plugin installation:
/plugin marketplace update/plugin uninstall pr-automation# Clone the repository
git clone https://github.com/fanioz/claude-code-pr-automation.git
cd claude-code-pr-automation
# Copy skill to your Claude skills directory
cp -r skills/pr-automation ~/.claude/skills/
# Verify installation
ls ~/.claude/skills/pr-automation/
# Should show: SKILL.md, reference.md, templates/
# In your project directory
mkdir -p .claude/skills
cp -r skills/pr-automation .claude/skills/
# Commit to your repo
git add .claude/skills/pr-automation
git commit -m "Add PR automation skill"
gh) installed and authenticated# Start Claude Code
claude
# Trigger the skill with natural language
You: Review PR 28
You: Check PR 123 for issues
You: Review this PR and fix any problems
You: Iterate on PR 45 until it's ready to merge
The skill automatically activates when you use phrases like: