Stats
Actions
Tags
From harness-audit
Draft a pull request title and description from the commits and diff on the current branch. Use when the user asks to open a PR, write a PR description, or summarize a branch's changes for review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness-audit:pr-descriptionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a reviewer-friendly pull request title and body for the current branch.
Produce a reviewer-friendly pull request title and body for the current branch.
main). Run
git log --oneline <base>..HEAD and git diff <base>...HEAD to gather the
full set of changes.## Summary
<1–3 sentences: what this PR does and why.>
## Changes
- <key change 1>
- <key change 2>
## Testing
<How it was verified — commands run, manual checks, or "not yet tested".>
## Notes for reviewers
<Anything risky, intentionally out of scope, or needing a decision. Omit if none.>
npx claudepluginhub contextosai/skills --plugin example-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.