From dynamo-skills
Generate PR descriptions for DynamoDS repositories that align with the team template. Use this skill whenever writing a pull request description, cleaning up a PR body, or generating a review-ready summary from a diff in a DynamoDS repo. Also use when the user says "write a PR", "PR description", or "prep this for review."
How this skill is triggered — by the user, by Claude, or both
Slash command
/dynamo-skills:dynamo-pr-descriptionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Writing a PR description from a diff in a DynamoDS repository.
dynamo-jira-ticket skill instead.A git diff, commit log, or description of the changes. Optionally a Jira key.
A complete PR body matching the repository's PR template (.github/PULL_REQUEST_TEMPLATE.md), ready to paste.
.github/PULL_REQUEST_TEMPLATE.md from the diff and context.N/A).(FILL ME IN) placeholders for anything you can't determine from the diff.N/A.Format: DYN-1234: concise change summary (include Jira key when known).
Read .github/PULL_REQUEST_TEMPLATE.md in the target repository for the exact template structure. Follow its sections in order.
Content guidance within those sections:
N/A when not user-facing.Example: PR adding a new feature
### Purpose
DYN-5678: Add `String.Interpolate` node for string formatting with placeholders.
Key changes:
- New `StringInterpolate` method in the string utilities library
- Added to API surface file
- NUnit tests covering the new method
- Help files: `.dyn`, `.md`, `.jpg` added
### Declarations
- [x] Is documented according to the standards
- [x] The level of testing this PR includes is appropriate
- [x] Changes to the API follow Semantic Versioning and are documented in the API Changes document.
### Release Notes
Added String.Interpolate node for formatting strings with named placeholders.
### Reviewers
(FILL ME IN) Reviewer 1
### FYIs
(FILL ME IN, Optional)
Related Skills: dynamo-jira-ticket
npx claudepluginhub dynamods/skills --plugin dynamo-skillsGenerates structured PR descriptions from a git diff, commit list, or change summary. Covers what changed, why, and how to test.
Generate a comprehensive pull request description following the repository's standard template. Use when the user wants to create or update a PR description.
Generates pull request descriptions from git diffs/commits with conventional titles, summaries, checklists, metadata, and reviewer tips to aid reviews.