What problem does it solve? Teams define coding standards, security requirements, and quality guidelines in Qodo, but AI-generated code often ignores them. This Skill loads those org- and repo-level rules into context before any code generation or modification, so output follows team conventions. ## Core Features & Use Cases - Scoped Rule Fetching: Derives the query scope from the git remote URL and module path, then retrieves universal, org, repo, and path-level rules from the Qodo platform API with full pagination. - Severity-Based Enforcement: Groups rules into ERROR, WARNING, and RECOMMENDATION tiers, requiring compliance comments for ERROR rules and explanations when WARNING rules are skipped. - Graceful Validation: Checks for a git repository, Qodo API key, and environment configuration, exiting with clear setup instructions when prerequisites are missing. - Use Case: Before asking the AI to implement a new feature in a monorepo module, run this Skill so the generated code complies with your team's security and style rules, with a report of which rules were applied. ## Quick Start Load the Qodo coding rules for this repository before we start writing any code.