feat: add ce:review-beta with structured persona pipeline (#348)
This commit is contained in:
@@ -19,20 +19,28 @@ Agents are organized into categories for easier discovery.
|
||||
| Agent | Description |
|
||||
|-------|-------------|
|
||||
| `agent-native-reviewer` | Verify features are agent-native (action + context parity) |
|
||||
| `api-contract-reviewer` | Detect breaking API contract changes (ce:review-beta persona) |
|
||||
| `architecture-strategist` | Analyze architectural decisions and compliance |
|
||||
| `code-simplicity-reviewer` | Final pass for simplicity and minimalism |
|
||||
| `correctness-reviewer` | Logic errors, edge cases, state bugs (ce:review-beta persona) |
|
||||
| `data-integrity-guardian` | Database migrations and data integrity |
|
||||
| `data-migration-expert` | Validate ID mappings match production, check for swapped values |
|
||||
| `data-migrations-reviewer` | Migration safety with confidence calibration (ce:review-beta persona) |
|
||||
| `deployment-verification-agent` | Create Go/No-Go deployment checklists for risky data changes |
|
||||
| `dhh-rails-reviewer` | Rails review from DHH's perspective |
|
||||
| `julik-frontend-races-reviewer` | Review JavaScript/Stimulus code for race conditions |
|
||||
| `kieran-rails-reviewer` | Rails code review with strict conventions |
|
||||
| `kieran-python-reviewer` | Python code review with strict conventions |
|
||||
| `kieran-typescript-reviewer` | TypeScript code review with strict conventions |
|
||||
| `maintainability-reviewer` | Coupling, complexity, naming, dead code (ce:review-beta persona) |
|
||||
| `pattern-recognition-specialist` | Analyze code for patterns and anti-patterns |
|
||||
| `performance-oracle` | Performance analysis and optimization |
|
||||
| `performance-reviewer` | Runtime performance with confidence calibration (ce:review-beta persona) |
|
||||
| `reliability-reviewer` | Production reliability and failure modes (ce:review-beta persona) |
|
||||
| `schema-drift-detector` | Detect unrelated schema.rb changes in PRs |
|
||||
| `security-reviewer` | Exploitable vulnerabilities with confidence calibration (ce:review-beta persona) |
|
||||
| `security-sentinel` | Security audits and vulnerability assessments |
|
||||
| `testing-reviewer` | Test coverage gaps, weak assertions (ce:review-beta persona) |
|
||||
|
||||
### Research
|
||||
|
||||
@@ -160,9 +168,10 @@ Experimental versions of core workflow skills. These are being tested before rep
|
||||
| Skill | Description | Replaces |
|
||||
|-------|-------------|----------|
|
||||
| `ce:plan-beta` | Decision-first planning focused on boundaries, sequencing, and verification | `ce:plan` |
|
||||
| `ce:review-beta` | Structured review with tiered persona agents, confidence gating, and dedup pipeline | `ce:review` |
|
||||
| `deepen-plan-beta` | Selective stress-test that targets weak sections with research | `deepen-plan` |
|
||||
|
||||
To test: invoke `/ce:plan-beta` or `/deepen-plan-beta` directly. Plans produced by the beta skills are compatible with `/ce:work`.
|
||||
To test: invoke `/ce:plan-beta`, `/ce:review-beta`, or `/deepen-plan-beta` directly. Plans produced by the beta skills are compatible with `/ce:work`.
|
||||
|
||||
### Image Generation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user