Loading...
Loading...
Run J-Star code review on staged changes. Analyze, fix P0/P1 issues, and iterate until clean.
npx skill4agent add jstarfilms/vibecode-protocol-suite code-reviewjstar initgit add .# Standard review (staged changes)
jstar review
# Retroactive (already committed)
jstar review --last
# Branch/PR review (against main)
jstar review --pr.jstar/last-review.md# 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 --headless1. 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| Action | Parameters | Description |
|---|---|---|
| — | List all current issues |
| | Challenge an issue |
| | Mark issue as ignored |
| — | End session, get final report |