← スキル一覧に戻る

pr-review
by duhenri9
Landing page oficial da WM3, criada para consolidar o reposicionamento da agência no mercado digital. Centraliza todos os links, serviços e projetos em um só hub estratégico, refletindo a nova fase da marca e a integração de soluções de automação e IA.
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: pr-review description: Review pull requests against team standards and best practices phases: [R, V]
Pull Request Review
When to Use
Use this skill when reviewing a pull request or when asked to review changes.
Review Checklist
1. Context Understanding
- PR description explains the "why"
- Linked issue or ticket exists
- Scope is appropriate (not too large)
2. Code Quality
- Code follows project conventions
- No unnecessary complexity
- DRY principle respected
- Error handling is appropriate
3. Testing
- Tests cover new functionality
- Edge cases are handled
- No flaky tests introduced
4. Security
- No hardcoded secrets
- Input validation present
- No SQL injection risks
- Authentication/authorization correct
5. Performance
- No N+1 queries
- Appropriate caching
- No memory leaks
Review Format
## Summary
[1-2 sentence overview]
## What I Reviewed
- [List of files/areas reviewed]
## Findings
### Must Fix
- [ ] Issue 1
- [ ] Issue 2
### Suggestions
- Consider...
- Nice to have...
## Verdict
[APPROVE / REQUEST_CHANGES / COMMENT]
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です