← Back to list

code-review
by wonjangcloud9
CLI tool to orchestrate multiple Claude Code sessions in parallel using git worktree for isolated, branch-based development
⭐ 0🍴 0📅 Jan 9, 2026
SKILL.md
name: code-review description: Thorough code review. Use when reviewing PR, checking code quality, or auditing changes. allowed-tools: Read, Grep, Glob
Code Review
Perform systematic code review with actionable feedback.
Checklist
Security
- No hardcoded secrets or API keys
- Input validation present
- SQL injection prevention
- XSS prevention
Quality
- Functions under 30 lines
- Clear, descriptive naming
- Single responsibility principle
- Error handling complete
Tests
- Test coverage adequate
- Edge cases covered
- Tests are readable
Output Format
Use severity levels:
- CRITICAL: Security issues, data loss risk
- WARNING: Code quality, maintainability
- INFO: Style, suggestions
Example Output
## Code Review: auth.ts
### CRITICAL
- Line 45: API key hardcoded in source
### WARNING
- Line 12-80: Function too long (68 lines), split into smaller units
### INFO
- Line 5: Consider using `const` instead of `let`
Score
Total Score
70/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon