AI AGENT ADDONS

Pr Validate

boshu2/agentops

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.

Add Pr Validate skill to your workflow

Global

mkdir -p ~/.claude/skills/pr-validate

Project

mkdir -p .claude/skills/pr-validate

Source Repository

Stars
400
Forks
40
Watchers
400
License
NOASSERTION
Last Push
23 days ago
Created
8 months ago