Pr Template banner
Cognigy Cognigy

Pr Template

Git community

Description

Generate a pull request description for the current branch by analyzing all commits and changes since diverging from main. ## Steps 1. Run these commands in parallel to gather context: - `git log main..HEAD --oneline` — list commits on this branch - `git diff main...HEAD --stat` — files changed summary - `git diff main...HEAD` — full diff for content analysis 2. Analyze the changes and determine: - What type of change this is (feature, fix, refactor, docs, chore, release) - Whi

Installation

Installs to ~/.claude/commands/cognigy-cognigy-plugin-pr-template.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Cognigy/cognigy-plugin/HEAD/.claude/commands/pr-template.md -o ~/.claude/commands/cognigy-cognigy-plugin-pr-template.md

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

Full documentation available on GitHub

View Source Repository