← All integrations

Crit + Cline.

Cline auto-loads every file under .clinerules/. crit drops a single rule there that walks the agent through the review loop. Cline has no skills or slash commands, so the rule carries the workflow.

Install globally (recommended):

$ cd ~ && crit install cline

Available across all projects. To commit the integration into a single repo instead, run crit install cline from the project root.

Crit rule

A single rules file the agent loads for every conversation in this project. It defines the review loop: write a plan, launch crit $PLAN_FILE, read the resulting review file, address each comment, repeat.

Prompt the agent:

Write a plan for the auth refactor, then run crit on it.
View Cline integration files on GitHub →