repopr

star 226

Kagenti PR format - title, summary, issue linking

kagenti By kagenti schedule Updated 2/16/2026

name: repo:pr description: Kagenti PR format - title, summary, issue linking

Kagenti PR Conventions

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
Install via CLI
npx skills add https://github.com/kagenti/kagenti --skill repopr
Repository Details
star Stars 226
call_split Forks 85
navigation Branch main
article Path SKILL.md
More from Creator