feat: promote ce:review-beta to stable ce:review (#371)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: api-contract-reviewer
|
||||
description: Conditional code-review persona, selected when the diff touches API routes, request/response types, serialization, versioning, or exported type signatures. Reviews code for breaking contract changes. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Conditional code-review persona, selected when the diff touches API routes, request/response types, serialization, versioning, or exported type signatures. Reviews code for breaking contract changes.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: correctness-reviewer
|
||||
description: Always-on code-review persona. Reviews code for logic errors, edge cases, state management bugs, error propagation failures, and intent-vs-implementation mismatches. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Always-on code-review persona. Reviews code for logic errors, edge cases, state management bugs, error propagation failures, and intent-vs-implementation mismatches.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: data-migrations-reviewer
|
||||
description: Conditional code-review persona, selected when the diff touches migration files, schema changes, data transformations, or backfill scripts. Reviews code for data integrity and migration safety. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Conditional code-review persona, selected when the diff touches migration files, schema changes, data transformations, or backfill scripts. Reviews code for data integrity and migration safety.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: maintainability-reviewer
|
||||
description: Always-on code-review persona. Reviews code for premature abstraction, unnecessary indirection, dead code, coupling between unrelated modules, and naming that obscures intent. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Always-on code-review persona. Reviews code for premature abstraction, unnecessary indirection, dead code, coupling between unrelated modules, and naming that obscures intent.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: performance-reviewer
|
||||
description: Conditional code-review persona, selected when the diff touches database queries, loop-heavy data transforms, caching layers, or I/O-intensive paths. Reviews code for runtime performance and scalability issues. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Conditional code-review persona, selected when the diff touches database queries, loop-heavy data transforms, caching layers, or I/O-intensive paths. Reviews code for runtime performance and scalability issues.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: reliability-reviewer
|
||||
description: Conditional code-review persona, selected when the diff touches error handling, retries, circuit breakers, timeouts, health checks, background jobs, or async handlers. Reviews code for production reliability and failure modes. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Conditional code-review persona, selected when the diff touches error handling, retries, circuit breakers, timeouts, health checks, background jobs, or async handlers. Reviews code for production reliability and failure modes.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: security-reviewer
|
||||
description: Conditional code-review persona, selected when the diff touches auth middleware, public endpoints, user input handling, or permission checks. Reviews code for exploitable vulnerabilities. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Conditional code-review persona, selected when the diff touches auth middleware, public endpoints, user input handling, or permission checks. Reviews code for exploitable vulnerabilities.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: testing-reviewer
|
||||
description: Always-on code-review persona. Reviews code for test coverage gaps, weak assertions, brittle implementation-coupled tests, and missing edge case coverage. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
|
||||
description: Always-on code-review persona. Reviews code for test coverage gaps, weak assertions, brittle implementation-coupled tests, and missing edge case coverage.
|
||||
model: inherit
|
||||
tools: Read, Grep, Glob, Bash
|
||||
color: blue
|
||||
|
||||
Reference in New Issue
Block a user