← スキル一覧に戻る

code-quality-review
by forwardimpact
⭐ 0🍴 0📅 2026年1月14日
SKILL.md
name: code-quality-review description: | Guide for reviewing code quality, identifying issues, and suggesting improvements. Use when asked to review code, check for best practices, or conduct code reviews.
Code Quality & Review
When to use this skill
Use this skill when:
- Reviewing code for quality issues
- Checking code against best practices
- Conducting or assisting with code reviews
- Verifying AI-generated code before committing
Review Process
1. Correctness First
Before anything else, verify the code does what it claims:
- Does it implement the intended behavior?
- Are there logic errors or off-by-one bugs?
- Does it handle all specified requirements?
- Are error conditions handled appropriately?
2. Test Coverage
Check that changes are properly tested:
- Unit tests for new functionality
- Edge cases and error conditions
- Integration tests where appropriate
- Tests are readable and maintainable
3. Maintainability
Evaluate long-term code health:
- Clear naming (variables, functions, classes)
- Appropriate abstraction levels
- No unnecessary duplication (DRY)
- Single responsibility principle applied
4. Code Style
Verify consistency with project standards:
- Follows project coding conventions
- Consistent formatting and indentation
- Appropriate comments for non-obvious logic
- Documentation updated if needed
Quality Checklist
- Code compiles and passes all tests
- Changes are covered by tests
- No obvious security vulnerabilities
- Error handling is appropriate
- Code follows project conventions
- No unnecessary complexity
- Documentation updated if needed
- No code you don't fully understand
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です