pr-description-writer

Solid

Writes clear, thorough pull request descriptions from a diff or list of changes.

AI & Automation 9 stars 1 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# PR Description Writer ## What this skill does This skill directs the agent to read a diff or a plain summary of changes and produce a complete, well-structured pull request description. It covers what changed, why it changed, how reviewers can test it, and what edge cases or risks to be aware of — so reviewers can do their job without having to chase you for context. Use this when you're about to open a PR and want a description that will actually get reviewed instead of skipped, or when you need to document a large change for future reference. ## How to use ### Claude Code / Cline Copy this file to `.agents/skills/pr-description-writer/SKILL.md` in your project root. Then ask: - *"Write a PR description for these changes using the PR Description Writer skill."* - *"Use the PR Description Writer skill. Here's the diff."* You can provide: - A `git diff main...HEAD` or `git diff` output - A bullet list of what changed (if the diff is too large to paste) - The GitHub issue number this PR closes (optional) - Any context about why the change was needed ### Cursor / Codex Paste the instructions from the section below into your session, then provide your diff or change summary. ## The Prompt / Instructions for the Agent When asked to write a pull request description, follow these steps: ### 1. Understand the change Read the diff or change list and identify: - What files / modules were touched? - Is this a new feature, a bug fix, a refactor, a performance improvement,...

Details

Author
Notysoty
Repository
Notysoty/openagentskills
Created
5 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

create-pr-description

Author a comprehensive, reviewer-ready pull request or GitLab merge request description from the current branch's changes and the working session's context, saved to an isolated temp file. Use this whenever someone is wrapping up a piece of work and needs the writeup — phrasings like "write the PR description", "draft the PR/MR", "create a pull request description", "describe these changes for review", or finishing a branch before opening a merge request. The skill's edge is that it carries the reasoning the diff can't show — why this approach, the root cause behind a bug, the decisions and rejected alternatives, scope and follow-ups, related tickets, and how this PR fits a multi-PR effort.

1 Updated 1 months ago
FarzamMohammadi
AI & Automation Featured

write-pr-description

Write or revise the pull request description in PR_AGENTDESC.md, as a forked agent that reads the branch itself. Fills the frontmatter properties, a Conventional Commits title, and every section the repository's template declares, then clears the mechanical validator before returning. The pr skill calls this to draft, fix-pr calls it after remediation commits arrive, and merge-pr calls it for a final pass. Every call pairs with review-pr-description afterwards.

73 Updated 2 days ago
tbhb
Code & Development Listed

da-pr-describe

Write or update the current branch's PR title and description. Use when preparing a PR for review, or when the description is stale. Produces something a reviewer can read before opening the diff. Touches only the PR, never repository files.

0 Updated today
bwkw