← Back to list

code-review
by JStaRFilms
A comprehensive suite of protocols, meta-prompts, and orchestration tools designed to streamline software development workflows, project management, and team collaboration. Includes the VibeCode Protocol Suite with web interface, user manuals, and reusable templates for efficient development processes.
⭐ 9🍴 1📅 Jan 20, 2026
SKILL.md
name: code-review description: Run J-Star code review on staged changes. Analyze, fix P0/P1 issues, and iterate until clean.
Code Review Skill
Run the J-Star Reviewer on staged changes, allowing iterative fixing of issues.
When to Use
- Before committing code changes
- When code quality issues are mentioned
- As a quality gate before merging
- When user asks to "review this code"
Quick Start
1. Build the Brain (First Time Only)
jstar init
2. Stage Changes
git add .
3. Run Review
# Standard review (staged changes)
jstar review
# Retroactive (already committed)
jstar review --last
# Branch/PR review (against main)
jstar review --pr
Fix Loop Protocol
- Read Output: Check
.jstar/last-review.mdor console - Prioritize: Focus on P0_CRITICAL and P1_HIGH only
- Loop Strategy:
- If P0/P1 found → Fix → Stage → Re-review
- If only P2_MEDIUM → Consider "Good Enough"
- MAX LOOPS: 3 — If issues persist, stop and ask user
Handling False Positives (Headless Mode)
# Start headless session
jstar chat --headless
# List issues
echo '{"action": "list"}' | jstar chat --headless
# Debate an issue
echo '{"action": "debate", "issueId": 0, "argument": "This is correct because..."}' | jstar chat --headless
# Exit
echo '{"action": "exit"}' | jstar chat --headless
AI Fix Cycle
1. jstar review --json → Parse findings
2. Apply code fixes
3. git add . → Stage changes
4. jstar init → Update brain (if new files added)
5. jstar review --json → Verify fixes
6. Repeat until P0/P1 = 0
Headless Commands
| Action | Parameters | Description |
|---|---|---|
list | — | List all current issues |
debate | issueId, argument | Challenge an issue |
ignore | issueId | Mark issue as ignored |
exit | — | End session, get final report |
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

