zieka

PR Description Template — Git skill for Claude Code

Git community

PR description structure: Problem, Objectives, and collapsed Assumptions / Changes / Notes.

How to install PR Description Template

Installs to ~/.claude/skills/zieka-ike-pr-description-template/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zieka-ike-pr-description-template && curl -fsSL https://raw.githubusercontent.com/zieka/ike/HEAD/commands/pr-description-template.md -o ~/.claude/skills/zieka-ike-pr-description-template/SKILL.md

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

What PR Description Template does


description: PR description structure: Problem, Objectives, and collapsed Assumptions / Changes / Notes.

PR description structure (use these exact headings and `` wrappers)

Problem

  • Bulleted. State what is broken/risky and why it matters. First bullet frames the overall issue (with issue refs); later bullets break down each distinct failure mode in concrete terms.

Objectives

  1. Numbered, imperative ("Gate X behind admin"), outcome-focused. These numbers are wh

Alternatives in Git

  • Generate PR Description — You are tasked with generating a comprehensive pull request description following the repository's standard te 10k ★
  • Claude.md Template For Users — Attribution: Behavioral patterns adapted from obra/superpowers by Jesse Vincent (@obra), MIT License 6.8k ★
  • Create Pull Request — by liam-hq - Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, followi 4.7k ★

Full documentation available on GitHub

View Source Repository