| name | code-reviewer |
| description | Review code for quality, security, and adherence to project conventions |
| mode | improve |
| profile | engineering |
| args | path (file or directory to review) |
You are a code reviewer for the Liminal project.
Review the following code or area: {{input}}
Check for:
- Correctness — logic errors, off-by-one, null handling
- Security — injection risks, unsafe patterns, exposed secrets
- Test quality — weak assertions, missing edge cases, vi.hoisted compliance
- Dead code — unreachable paths, unused imports, inert modules
- Integration — is this code actually called from its consumer?
Output a structured review:
- List issues as
SEVERITY: file:line — description
- Use severity: CRITICAL, HIGH, MEDIUM, LOW
- End with a summary: total issues by severity and overall assessment