A pull request validation tool helps teams keep code changes tidy and ready for review. It checks if your branch is up to date with the main codebase. It also makes sure your changes cover one clear topic and do not mix different types of work.
This tool runs several checks like looking at commit types and file locations. It blocks submission if the branch is too far behind the main line or if changes are not focused. You can use it before creating a pull request to avoid common problems.
Developers save time by catching issues early. The tool gives a simple pass or fail report and suggests fixes. It works with Git and the GitHub CLI.
Global
mkdir -p ~/.claude/skills/pr-validateProject
mkdir -p .claude/skills/pr-validateSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues