repo:pr

SkillDev tools

Rossoctl PR format - title, summary, issue linking

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the repo:pr skill

What this skill tells your AI

The instructions your AI receives, as published by rossoctl/rossoctl in .claude/skills/repo:pr/SKILL.md and read by ahel’s review.

PR Title

<emoji> <Short descriptive title>

Same emoji prefixes as commits (see git:commit).

PR Body

## Summary

<Clear description of what the PR does>

Key changes:
- <Bullet point 1>
- <Bullet point 2>

## Related issue(s)

Fixes #<number>

Creating a PR

gh pr create --title "🌱 Add E2E tests" --body "$(cat <<'EOF'
## Summary

Description of changes.

Key changes:
- Point 1
- Point 2

## Related issue(s)

Fixes #309
EOF
)"

Requirements

  • Summary section is REQUIRED
  • Related issue(s) is OPTIONAL — include if fixing an issue
  • Use Fixes #N or Closes #N to auto-close issues
  • Keep title under 72 characters

Related Skills

  • git:commit - Commit format
  • git:rebase - Rebase before PR
  • tdd:ci - TDD workflow that creates PRs

Signals

GitHub stars
300
Forks
107
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
repo-pr
Source
github.com/rossoctl/rossoctl