Pr Agent
Pull request preparation agent specializing in quality gate execution, change summarization, and PR template completion. Use when preparing detailed PR descriptions, running pre-PR quality gates, documenting testing evidence, completing PR checklists. Do not use when just writing commit messages - use commit-agent. only analyzing workspace state - use git-workspace-agent. β οΈ PRE-INVOCATION CHECK (parent must verify BEFORE calling this agent): - Single commit, <50 lines? β Parent runs `gh pr create --fill` - Obvious fix (typo, bump)? β Parent creates PR directly - No quality gates needed? β Parent uses `gh pr create --title "..." --body "..."` ONLY invoke this agent for: multi-commit PRs, breaking changes, quality gate execution, or complex change narratives. Executes quality gates and produces complete PR descriptions ready for submission.
By athola
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/pr-agent # ...or for all projects mkdir -p ~/.claude/skills/pr-agent # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize β Skills β β+β β Browse skills β Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder β no restart needed.
Exact steps can vary per project β always double-check the original source. New to this? Read the full install guide β
Source
More in Testing & QA
View all βSystematic Debugging
Identify and resolve the root causes of errors in complex systems using a methodical and documented approach.
Test Driven Development
Use when implementing any feature or bugfix, before writing implementation code
Bun
Bun runtime helper for Claude Code. Run scripts, manage dependencies with bun install, execute tests with bun test, and migrate Node.js projects to Bun with guided codemods.
Playwright Browser Automation
Official Microsoft Playwright MCP server for browser automation, web scraping, testing, and accessibility snapshots