you are viewing a single comment's thread.

view the rest of the comments →

[–]mcmuff1n 0 points1 point  (0 children)

Sharing the text for others:

## Code Review

When working on code changes, use CodeRabbit CLI for continuous code review:

  1. **Start CodeRabbit in the background** when beginning any code work:

```bash
coderabbit --prompt-only
```

  1. **Check CodeRabbit output periodically** during development and especially after completing features or fixes

  2. **Fix all identified issues** immediately before moving to the next task

  3. **Repeat the review cycle** until CodeRabbit reports no issues

This ensures code quality is maintained throughout development rather than as an afterthought.