vercel/eve · Official

gh-pr-description

Drafts and reviews GitHub pull request descriptions for the eve repository. Use when opening, updating, or reviewing a PR, or when summarizing a branch for reviewers.

Trending #5820 Hot #1628 First seen Aug 4, 2026

Installation

$ npx skills add vercel/eve --skill gh-pr-description

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from vercel/eve.

npx skills add vercel/eve

Browse all from vercel/eve

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5.0K
License LICENSE
Default branch main
Open issues 317
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,531 B
  • docs SUMMARY.md 191 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 616 installs

SKILL.md

GitHub PR description

Inspect the branch diff, commits, related issue or discussion, tests, docs, and changesets. When updating a PR, read its current body first.

Write

Fill in .github/pullrequesttemplate.md. Write for a reviewer, not a changelog:

  • Keep the Summary to one short paragraph: usually 2–4 sentences and about

100 words or fewer.

  • Lead with the concrete problem, user need, or decision behind the change;

follow with the solution and meaningful behavior. Prefer short sentences; split independent points rather than combining them into a long sentence.

  • Do not list files or narrate commits. Include implementation detail only when

it is necessary to assess behavior or risk.

  • Mention breaking changes, preserved behavior, tradeoffs, scope boundaries,

follow-ups, or stacked PRs only when they matter to review.

  • Link an existing issue or discussion with Closes #N, Related to #N, or an

equivalent when one exists. Do not create an issue solely for a PR.

  • State only validation that actually ran, including limitations or failures.

Preserve the checklist and check only verified items.

Publish

Before publishing, confirm the Summary leads with why the change is needed. Write the body to a file, then pass it to gh pr create or gh pr edit with --body-file.