Create a Markdown pull request description file by directly analyzing git changes between the current branch and a user-provided target branch. Use when asked to generate PR description text/file from branch diffs without scripts.
Create a PR description Markdown file from git history and diff between HEAD and a target branch provided by the user.
main, develop, release/5.6.0, origin/release/5.6.0).Ask for missing target branch/ref when it cannot be resolved locally.
git rev-parse --abbrev-ref HEAD.refs/heads/<target>, refs/remotes/origin/<target>, exact ref.git merge-base <target-ref> HEAD.<merge-base>..HEAD.git log --reverse --pretty=format:'%h %s' <range>.git diff --stat <range>.git diff -U1 <range> and inspect added/changed behavior.PR_DESCRIPTION.md in repo root unless user requested another path.Use this exact structure:
# [Type]: Brief Description of Changes (e.g., [Feature]: Added User Profile Screen)
**Related Issue/Ticket:** Link to Jira/Asana/Trello ticket, e.g., [PROJECT-123]
**Estimated Review Time**: 5-10 minutes
---
### Description of Changes
* **What was done:**
* *High-level, user-facing summary of what changed. Describe outcomes and observable behavior only, as if explaining to a non-engineer stakeholder. NEVER name a property, class, type, method, function, file, module, or path here, and never include any code identifier. All such detail belongs under "Technical Details".*
* **Why it was done:**
* *Explain the problem this PR solves. Include only for bugfix/refactor when reason is non-obvious.*
---
### Technical Details
* [Minimal key implementation points with technical details, like file/entities/methods references.]
---
### How to Test
* **Steps to reproduce:**
1. *Step 1.*
2. *Step 2.*
* **Expected behavior:**
* *Describe what should happen after following the steps.*
* **Screenshots / Video (if applicable):**
* [Add links or screenshots here]
---
### Pre-Merge Checklist
* [ ] Code adheres to our **Coding Guidelines**.
* [ ] New/changed features are covered by tests (if applicable).
* [ ] All existing tests pass successfully.
* [ ] No new **warnings** in Xcode.
* [ ] Changes tested on a physical device.
---
### Optional Notes
* [Any additional comments, questions for the reviewer, etc.]
### How to review
* Code Review Guidelines
npx skills add maxlutsky/pr-description-file — 生成 PR 描述文件下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer