agentsclimarketplace

Generate pr description

Skill Flexonze/claude-init/.claude/skills/generate-pr-description

Generate PR title and descriptionFrom its SKILL.md

Install
npx -y skills add Flexonze/claude-init --skill generate-pr-description

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 2 commands, including `git diff <parent-branch>...HEAD` and 1 more.

SKILL.md

1.3 KB, 246 tokens by cl100k_base, as published. Nobody here has run it

Generate PR Description

Analyze the git diff between the parent branch and the current branch and create a pull request title and description.

Parent branch: Use "$1" if provided, otherwise default to "main"

Instructions

  1. Use git diff <parent-branch>...HEAD and git log <parent-branch>..HEAD to analyze changes
  2. Generate a concise, descriptive PR title
  3. Write a description summarizing what changed and why

Guidelines

  • Title should clearly describe what the PR accomplishes
  • Description should provide context for reviewers
  • List the key changes made
  • Mention any breaking changes, migrations, or deployment considerations
  • Be concise and direct

Output Format

Print the title and description in code blocks so they can be easily copied:


PR title:

Add user notification preferences

PR description:

## Summary

Users can now configure how and when they receive notifications.

## Changes

- Added notification preferences model and API endpoints
- Created settings UI for managing preferences
- Implemented email digest options (immediate, daily, weekly)

## Notes

- Requires database migration

What ships with it: 1 file

177 B alongside SKILL.md

templates/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.