Ways to provide context
Memories
Teach Kody your conventions through conversation:File references in rules
Reference your own documentation directly in rules:Custom prompts
Add project-specific instructions that Kody includes in every review:- Go to Code Review Settings → Custom Prompts
- Add context like architecture descriptions, team guidelines, or domain knowledge
- Kody includes this in every code review analysis
MCP plugins
Connect external tools to give Kody access to richer context:- Jira/Linear — task requirements and acceptance criteria
- Slack — team discussions and decisions
- Google Docs — specs and design documents
- Custom MCP servers — any tool your team uses
Example workflow
- Define architecture rules via Memories:
@kody remember: we follow CQRS pattern in this service - Create Review Rules that reference your docs:
@file:docs/architecture.md - Connect Jira so Kody validates PRs against task requirements
- Add Custom Prompts for domain-specific knowledge