Skip to main content

Overview

Getting a new team up and running with Kodus takes about 30 minutes. This guide walks through the complete setup so your team gets value from the first PR.

Step 1 — Create and configure the workspace

  1. Sign up at kodus.io or access your self-hosted instance
  2. Create a new workspace for your team
  3. Connect your Git provider (GitHub, GitLab, Bitbucket, or Azure DevOps)
  4. Select the repositories to monitor

Step 2 — Set the review baseline

Start with sensible defaults before customizing:
This gives you automated reviews with a reasonable suggestion limit. Adjust after a week based on feedback.

Step 3 — Import existing rules from IDE tools

If your team already uses Cursor, Copilot, or Claude rules:
  1. Go to Code Review SettingsKody Rules
  2. Kodus detects .cursorrules, .github/copilot-instructions.md, and .claude files
  3. Import the ones that make sense for code review
This avoids having to rewrite rules from scratch.

Step 4 — Teach your top 5 conventions

Don’t try to encode everything on day one. Start with the 5 conventions your team argues about most:
These become Memories that apply immediately to all reviews.

Step 5 — Create 2-3 critical rules

Add rules for things that must never happen:
Connect Jira, Linear, Notion, or ClickUp in SettingsPlugins to enable business logic validation. This lets Kodus check if PRs implement what the tasks describe.

Step 7 — Run a pilot PR

Open a test PR and verify:
  • Kodus comments appear on the PR
  • Suggestions are relevant and at the right severity
  • Your custom rules fire when they should
  • Memories are reflected in the review context

Step 8 — Gather feedback after one week

After a week of reviews, check in with the team:
  • Are there too many suggestions? → Raise severityLevelFilter or lower maxSuggestions
  • Are rules too noisy? → Narrow the file paths or add exclusions
  • Missing important patterns? → Add new rules or Memories
  • Want auto-generated rules? → Click Generate Kody Rules to get suggestions from review history

Tips

  • Don’t overload with rules on day one — start small and grow
  • Let the team teach Kody naturally through conversation before formalizing as rules
  • Use @kody start-review for the first few PRs so the team sees Kodus in action
  • Enable LLM-generated memories approval if you want to review what Kody learns
For the full setup guide, see Quickstart.