CodeLantern Docs
Plugin

Build

review-code

Get a systematic review of a pull request's diff before you merge.

What it does

/cl-dev:review-code gives you a systematic review of a pull request's diff. It reads the changes and reports back what it found, so you have a clear, organized set of review notes to act on before anyone hits merge.

When to use it

Reach for it once a pull request is open and ready to look at. It's the last checkpoint in the workflow before merge:

… implement → consolidate → finalize → review-code → merge

Run it after /cl-dev:finalize has marked the PR ready, whether the work was built locally or handed to the cloud agent. It's the code-level companion to /cl-dev:review-design, which reviews a solution design or plan rather than the finished diff. Use review-code when there's real code to scrutinize.

How to invoke it

In your coding agent, run:

/cl-dev:review-code

It reviews the pull request tied to your current work, so make sure the PR you want reviewed is the one in play (for example, the branch you're on). If more than one is open, point it at the one you mean.

Build

Related skills

Other skills in the same phase of the workflow.

consolidateUpdate your knowledge base with what the finished work taught.
finalizeFinalize a pull request: author the summary, assemble the body, and mark it ready for review.
implementBuild the code from an approved plan, phase by phase, running quality checks and committing as it goes.

On this page