Pr draft generator
Skill 7vibex/swiftui-developer-kit/.agents/skills/pr-draft-generator
Codex skill pack for SwiftUI, SwiftData, Xcode debugging, app audits, screenshots, accessibility, Liquid Glass, and App Store release workflows.
npx -y skills add 7vibex/swiftui-developer-kit --skill pr-draft-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
Generate high-quality pull request titles, branch names, descriptions, testing checklists, risk notes, reviewer notes, and release notes for SwiftUI/iOS/iPadOS/macOS changes.
SKILL.md
1.4 KB, as published. Nobody here has run it
PR Draft Generator
Generate clear pull request material from the actual diff and project context.
References
references/pr-template.mdreferences/review-risk-checklist.mdreferences/output-contract.md
Workflow
- Inspect branch name, status, and diff.
- Summarize user-visible and developer-facing changes.
- List tests and verification actually run.
- Call out risks, screenshots needed, accessibility impact, release metadata impact, and Apple-source claims.
- Draft reviewer checklist and release notes.
Do Not Use When
- There is no diff, branch, change summary, or release note material to draft from.
- The user needs code review findings or implementation work before PR text.
Done When
- Title, summary, testing, risk, reviewer notes, and release notes match inspected changes.
- Unverified tests, screenshots, Apple API claims, and release risks are called out honestly.
Output
Use references/output-contract.md.
Follow ../../../docs/skill-quality-standard.md and compare ../../../examples/skill-outputs/pr-draft-generator-bad-output.md with ../../../examples/skill-outputs/pr-draft-generator-good-output.md.