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
- Sign up at kodus.io or access your self-hosted instance
- Create a new workspace for your team
- Connect your Git provider (GitHub, GitLab, Bitbucket, or Azure DevOps)
- Select the repositories to monitor
Step 2 — Set the review baseline
Start with sensible defaults before customizing:Step 3 — Import existing rules from IDE tools
If your team already uses Cursor, Copilot, or Claude rules:- Go to Code Review Settings → Kody Rules
- Kodus detects
.cursorrules,.github/copilot-instructions.md, and.claudefiles - Import the ones that make sense for code review
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:Step 5 — Create 2-3 critical rules
Add rules for things that must never happen:Step 6 — Connect task management (optional but recommended)
Connect Jira, Linear, Notion, or ClickUp in Settings → Plugins 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
severityLevelFilteror lowermaxSuggestions - 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-reviewfor the first few PRs so the team sees Kodus in action - Enable LLM-generated memories approval if you want to review what Kody learns