
Pr Checklist
- 10 installs
- 11 repo stars
- Updated March 4, 2026
- sunnypatneedi/claude-starter-kit
Helps with ai & agent building tasks.
About
pr-checklist is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- pr-checklist
- AI & Agent Building
- AI-coding skill
Pr Checklist by the numbers
- 10 all-time installs (skills.sh)
- +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #11,937 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sunnypatneedi/claude-starter-kit --skill pr-checklistAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 10 |
|---|---|
| repo stars | ★ 11 |
| Last updated | March 4, 2026 |
| Repository | sunnypatneedi/claude-starter-kit ↗ |
What it does
Helps with ai & agent building tasks.
Files
PR Checklist Generator
Generate a comprehensive PR checklist based on the changes:
Analyze Changes
First, I'll analyze:
1. What files were changed? 2. What type of changes (feature, bugfix, refactor)? 3. What systems are affected?
Standard Checklist
Code Quality
- [ ] Code follows project style guidelines
- [ ] No linting errors
- [ ] Types are properly defined
- [ ] No console.log or debug code
- [ ] Complex logic is commented
Testing
- [ ] Unit tests added/updated
- [ ] Integration tests if needed
- [ ] Edge cases covered
- [ ] All tests passing
Security
- [ ] No hardcoded secrets
- [ ] Input is validated
- [ ] Authorization checks in place
- [ ] No SQL/XSS vulnerabilities
Performance
- [ ] No obvious performance issues
- [ ] Database queries optimized
- [ ] Appropriate caching
Documentation
- [ ] README updated if needed
- [ ] API documentation updated
- [ ] Inline comments for complex code
Change-Specific Items
Based on the specific changes, add relevant items:
If Database Changes
- [ ] Migration tested locally
- [ ] Rollback plan exists
- [ ] RLS policies added
If API Changes
- [ ] API documentation updated
- [ ] Backwards compatible
- [ ] Error responses documented
If UI Changes
- [ ] Responsive design verified
- [ ] Accessibility checked
- [ ] Loading states handled
Generate the full checklist tailored to this PR.
Related skills
AI & Agent Buildingagents