← Back to list

post-pr-review
by wadakatu
Zero-annotation API documentation generator for Laravel or Lumen
⭐ 1🍴 0📅 Jan 5, 2026
SKILL.md
name: post-pr-review description: Self-review and fix PR issues after creating a PR. Use after PR creation, when user says "PRレビュー", "セルフレビュー", "PR修正", or "review my PR". Runs pr-review-toolkit and fixes critical/important issues and suggestions.
Post-PR Review
Workflow
After PR creation, execute this workflow:
1. Run PR Review
Execute /pr-review-toolkit:review-pr to analyze the PR.
2. Fix Issues by Priority
Fix in this order:
- Critical Issues - Must fix immediately (security, bugs, breaking changes)
- Important Issues - Should fix (code quality, performance)
- Suggestions - Nice to have (style, minor improvements)
3. Commit and Push Fixes
After fixing each category, commit with a descriptive message that reflects the actual changes:
git add -A && git commit -m "fix: <describe what was fixed>"
git push
Use appropriate commit message based on fix type:
fix: resolve null safety issue in XxxAnalyzerfix: add missing error handling for API callsrefactor: simplify validation logic per review feedback
4. Re-run Review (Optional)
If significant changes were made, re-run /pr-review-toolkit:review-pr to verify.
Issue Categories
| Category | Action | Examples |
|---|---|---|
| Critical | Must fix | Security vulnerabilities, data loss risks, breaking changes |
| Important | Should fix | Missing error handling, performance issues, code smells |
| Suggestions | Consider | Naming improvements, documentation, minor refactors |
Notes
- Always run code-quality checks after fixes:
composer format:fix && composer analyze && composer test - If CI fails after push, check GitHub Actions status with
gh pr checks
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
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

