feat: add ce:review-beta with structured persona pipeline (#348)

This commit is contained in:
Trevin Chow
2026-03-23 21:49:04 -07:00
committed by GitHub
parent 0fdc25a36c
commit e932276866
22 changed files with 1794 additions and 11 deletions

View File

@@ -186,6 +186,7 @@ Work logs serve as:
| Trigger | Flow | Tool |
|---------|------|------|
| Code review | `/ce:review` → Findings → `/triage` → Todos | Review agent + skill |
| Beta autonomous review | `/ce:review-beta mode:autonomous` → Downstream-resolver residual todos → `/resolve-todo-parallel` | Review skill + todos |
| PR comments | `/resolve_pr_parallel` → Individual fixes → Todos | gh CLI + skill |
| Code TODOs | `/resolve-todo-parallel` → Fixes + Complex todos | Agent + skill |
| Planning | Brainstorm → Create todo → Work → Complete | Skill |