Validate Pr Description banner
rjmurillo rjmurillo

Validate Pr Description

Git community

Description

--- description: Use when validating a PR title and description for conventional commit format, issue linking keywords, and template compliance before submission allowed-tools: - Bash(python3:*) - Bash(git:*) - Read - Glob - Grep --- # Validate PR Description Command ## Context - PR title: [User provides] - PR body: [User provides text or path to a file] ## Your task Validate the PR description against these standards: ### 1. Conventional Commit Title Title must match `<type>(<s

Installation

Installs to ~/.claude/commands/rjmurillo-ai-agents-validate-pr-description.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rjmurillo/ai-agents/HEAD/.claude/commands/validate-pr-description.md -o ~/.claude/commands/rjmurillo-ai-agents-validate-pr-description.md

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

Full documentation available on GitHub

View Source Repository