From irega-skills
Generate PR description from template and git changes. Use when creating a PR and want to auto-generate description based on .github template, commits, and diffs. Extracts Jira tickets from commit messages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/irega-skills:pr-descriptionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reads `.github/pull_request_template.md` (or uses sensible defaults), analyzes your branch changes vs main, and generates a PR description with:
Reads .github/pull_request_template.md (or uses sensible defaults), analyzes your branch changes vs main, and generates a PR description with:
Output goes directly to clipboard.
/pr-description
Analyzes current branch vs main, generates description, copies to clipboard.
To specify different base branch:
/pr-description --base develop
.github/pull_request_template.md in repo rootgit log <base>...HEAD
PROJ-123 or [PROJ-123])git diff <base>...HEAD to understand scope## Description
{summary}
## How to test
{placeholder}
## Ticket
{jira_ticket}
## Checklist
- [ ] Tests pass
- [ ] No breaking changes
- [ ] Docs updated (if needed)
.github/pull_request_template.md exists, it's used instead of defaultnpx claudepluginhub irega/skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.