craftsman already ships a `commit-craft` skill (craftsman-plugin/skills/commit-craft) for commit/branch/PR conventions. A focused companion skill could draft a PR description from the actual diff: summary, why, and a "what to verify" section — grounded in the changed files, not speculation.
Task (first pass): Propose the skill under `craftsman-plugin/skills/pr-description/` with:
- `SKILL.md` frontmatter (name + description trigger) matching the style of the existing skills.
- A short body describing the workflow (read the diff, produce summary/why/verify).
Keep it minimal-diff and consistent with the other skills — no new hooks required.
Good first issue because: the existing skills are a clear template, and the scope is a single new skill directory.
craftsman already ships a `commit-craft` skill (craftsman-plugin/skills/commit-craft) for commit/branch/PR conventions. A focused companion skill could draft a PR description from the actual diff: summary, why, and a "what to verify" section — grounded in the changed files, not speculation.
Task (first pass): Propose the skill under `craftsman-plugin/skills/pr-description/` with:
Keep it minimal-diff and consistent with the other skills — no new hooks required.
Good first issue because: the existing skills are a clear template, and the scope is a single new skill directory.