What problem does it solve?
It ensures that code generation and changes follow your team’s established security, quality, and style rules from Qodo, so you don’t drift from standards during implementation.
Core Features & Use Cases
- Repository-scoped rules loading: Detects scope from your git remote (and uses module-level scope when inside
modules/*) to fetch the correct org/repo/path rules.
- Qodo API rule retrieval with pagination: Loads active rules across pages (up to a safety limit) and handles common API error conditions gracefully.
- Severity-based enforcement guidance: Groups rules into ERROR, WARNING, and RECOMMENDATION, then instructs how to comply or report when rules are skipped.
- Pre-coding workflow support: Helps you use the rules before writing, editing, refactoring, or reviewing code, especially when rules are not yet present in the conversation.
Quick Start
Use get-qodo-rules in your Claude Code session before asking it to write, edit, refactor, or review code in a git repository.