PR Description
SkillAI & modelsGenerate a PR description for the current branch against your base branch.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the PR Description skill
What this skill tells your AI
The instructions your AI receives, as published by g2i-ai/agents in skills/pr-description/SKILL.md and read by ahel’s review.
Invocation
This skill defaults to running in the Developer persona. If you are not already running as Developer (for example, the user invoked /pr-description directly or you are the parent agent), delegate execution to a Developer subagent and stop. If you are already running as Developer, continue with the steps below.
Objective
Generate a copyable PR description for the current branch relative to your base branch.
Instructions
- Analyze the branch diff with
git diff <base-branch>...HEAD. - Read recent commits with
git log <base-branch>...HEAD --oneline. - If there are no branch changes relative to your base branch, stop and report that clearly.
- Read
templates/pr-description-template.md. - Fill the template with a concise title, summary, change list, testing notes, and related specs or briefs when present.
- Output the final description inside a single fenced
markdownblock for easy copy-paste. - Suggest
/draft-pras the next step.
Signals
- GitHub stars
- 52
- Forks
- 2
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
pr-description-g2i-ai- Source
- github.com/g2i-ai/agents