Rossoctl PR format - title, summary, issue linking
Scanned 9/20/2026
Install to Claude Code
npx -y skills add rossoctl/rossoctl --skill repo:pr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Repo:Pr?
Add the live security badge to your README โ it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rossoctl-repo-pr)More formats (shields.io, HTML) on the badges page.
---
name: repo:pr
description: Rossoctl PR format - title, summary, issue linking
---
# Rossoctl PR Conventions
## PR Title
```
<emoji> <Short descriptive title>
```
Same emoji prefixes as commits (see `git:commit`).
## PR Body
```markdown
## Summary
<Clear description of what the PR does>
Key changes:
- <Bullet point 1>
- <Bullet point 2>
## Related issue(s)
Fixes #<number>
```
## Creating a PR
```bash
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!