Review code against its agreed request, plan, specification, or optional GitHub issue plus repository standards. Use when the user invokes $code-review or Apex reaches its review stage.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add twikus/claude-configuration --skill code-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/twikus-code-review)More formats (shields.io, HTML) on the badges page.
---
name: code-review
description: Review code against its agreed request, plan, specification, or optional GitHub issue plus repository standards. Use when the user invokes $code-review or Apex reaches its review stage.
disable-model-invocation: true
argument-hint: "<contract and fixed point>"
---
Review the implementation from a resolved fixed point on two separate axes:
1. **Spec** — it satisfies the agreed request, plan, specification, or supplied GitHub issue without missing behavior or scope creep.
2. **Standards** — it follows the repository rules and remains maintainable.
Resolve the contract from the explicit input and current task context. A GitHub issue is optional.
Report only actionable findings with file and line references. Separate defects from optional improvements.
When fixes are in scope, apply them and review the resulting diff again. End with `PASS` or `CHANGES REQUIRED` for each axis. Leave runtime proof to `$verify`.
No comments yet. Be the first to comment!