hesreallyhim

PR Compliance Checker — Development agent for Claude Code

Development community

Use this agent to validate PRs against opensource.guide best practices.

How to install PR Compliance Checker

Installs to ~/.claude/agents/hesreallyhim-oss-autopilot-fork-pr-compliance-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hesreallyhim/oss-autopilot-fork/HEAD/agents/pr-compliance-checker.md -o ~/.claude/agents/hesreallyhim-oss-autopilot-fork-pr-compliance-checker.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Compliance Checker does


name: pr-compliance-checker description: Use this agent to validate PRs against opensource.guide best practices. Call this after creating a new PR, before submitting for review, or when reviewing your own contribution quality.

Context: User just created a new PR and wants to verify it meets standards. user: "I just opened a PR, can you check if it's good?" assistant: "I'll use the pr-compliance-checker agent to validate your PR against opensource.guide best practices."

Alternatives in Development

Full documentation available on GitHub

View Source Repository