Smart Pr banner
kooleklabs kooleklabs

Smart Pr

Testing community

Description

--- description: Generate a structured PR description from the current branch diff. Run after /self-review passes. Produces title, summary, test plan, and risk notes ready to paste into GitHub/GitLab. --- Generate a pull request description for the current branch: ## Step 1 — Gather diff data ```bash git diff main...HEAD --stat git diff main...HEAD git log main...HEAD --oneline ``` ## Step 2 — Classify changes Group changed files into categories: - **Features**: new capabilities added - **Fix

Installation

Installs to ~/.claude/commands/kooleklabs-agentic-setup-smart-pr.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kooleklabs/agentic-setup/HEAD/.claude/commands/smart-pr.md -o ~/.claude/commands/kooleklabs-agentic-setup-smart-pr.md

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

Full documentation available on GitHub

View Source Repository