Agent skill
repo:pr
Kagenti PR format - title, summary, issue linking
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/repo-pr
SKILL.md
Kagenti PR Conventions
PR Title
<emoji> <Short descriptive title>
Same emoji prefixes as commits (see repo: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 #NorCloses #Nto auto-close issues - Keep title under 72 characters
Related Skills
repo:commit- Commit formatgit:rebase- Rebase before PRtdd:ci- TDD workflow that creates PRs
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?