What problem does it solve? Teams define coding standards, security requirements, and quality guidelines in Qodo, but AI-generated code often ignores them because the rules are never loaded into context. This Skill retrieves those rules automatically before any code is written, edited, or reviewed. ## Core Features & Use Cases - Scoped Rule Retrieval: Detects repository and module-level scope from the git remote URL and fetches matching universal, org, repo, and path-level rules from the Qodo platform API. - Severity-Based Enforcement: Groups rules into ERROR, WARNING, and RECOMMENDATION tiers, requiring compliance comments for ERROR rules and explanations when WARNING rules are skipped. - Paginated Fetching with Error Handling: Retrieves all rule pages (50 per page, up to 100 pages) and handles HTTP errors such as 401, 403, 429, and 5xx gracefully. - Use Case: Before implementing a new feature in a monorepo module, the Skill loads the team's Qodo rules for that module path, then the generated code includes compliance comments for mandatory security rules. ## Quick Start Ask the assistant to load Qodo rules before writing or refactoring code in your git repository.