← Back to list

pr
by deanmoses
Front end web app for the Tacocat photo gallery website that uses the Sveltekit framework
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
name: pr description: Creates pull requests with proper formatting. Use when creating PRs, opening pull requests, or preparing changes for review.
Pull Requests
PR Title
Use Conventional Commit format, same as commit messages:
<type>(<scope>): <description>
Types
feat: User-facing features or behavior changes (must change production code)fix: Bug fixes (must change production code)docs: Documentation onlystyle: Code style/formatting (no logic changes)refactor: Code restructuring without behavior changetest: Adding or updating testschore: CI/CD, tooling, dependency bumps, configs (no production code)
PR Description Template
## Summary
One sentence describing the overall change.
- Optional supporting details
- If needed
## Test plan
- [ ] How to verify it works
Labels
Apply labels using gh pr create --label <label> or gh pr edit --add-label <label>.
Apply all labels that fit. Only use these labels:
enhancement- User-facing features or improvements (must change production code behavior)refactor- Production code changes that don't alter behaviorbug- Fixes broken production code functionalitytest- Changes to testsdocumentation- Documentation changes
No label needed for dependency bumps, CI/CD, tooling, or infrastructure changes - these go in "Other Changes" in release notes.
Branch Naming
Use type/short-description:
feat/infinite-scroll
fix/album-path-validation
chore/pre-commit-hooks
Instructions
- Run
git log main..HEADto see commits for this branch - Run
git diff main...HEADto see all changes - Summarize the changes in 1-2 sentences
- Create a test plan with verification steps
- Apply appropriate labels
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

