Automatically fetches relevant coding rules from Qodo before you start writing or refactoring code. It parses your git repository context, generates two semantic search queries (one for the specific task, one for cross-cutting concerns like security and architecture), and pulls the most relevant rules ranked by importance. The workflow is solid: it detects repository scope from your git remote, checks for existing rules to avoid duplicate lookups, and enforces rules by severity level (errors are non-negotiable, warnings get applied by default, recommendations are optional). The real value is in automatic context awareness. Instead of remembering to check standards, it frontloads the rules that matter for your specific change.
npx skills add https://github.com/qodo-ai/qodo-skills --skill qodo-get-rules