get-qodo-rules

Fetch Qodo coding rules grouped by severity from git repositories.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill get-qodo-rules-limitless-longevity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-qodo-rules
Source: https://github.com/LIMITLESS-LONGEVITY/limitless/tree/main/apps/nanoclaw/.claude/skills/get-qodo-rules
Command: npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill get-qodo-rules-limitless-longevity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures generated or modified code follows repository- and organization-level coding standards by loading Qodo-hosted rules before any coding, refactoring, or review tasks begin.

Core Features & Use Cases

  • Repository scope detection: Parses git origin and module path to determine org/repo/path query scope for rule lookup.
  • Robust fetching with pagination and error handling: Retrieves all active rules across paginated results and handles HTTP and configuration errors gracefully.
  • Severity-based enforcement guidance: Groups rules by ERROR, WARNING, and RECOMMENDATION and provides instruction on how to apply or report them during code changes.
  • Use Case: Run before implementing a feature, refactoring, or fixing a bug to automatically apply compliance checks and document adherence to ERROR-level rules.

Quick Start

Use the get-qodo-rules skill to load and display all applicable Qodo rules for the current repository before making code changes.

Frequently Asked Questions about get-qodo-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce coding rules from Qodo before modifying code in a git repository?

To enforce Qodo coding rules before modifying code, parse the git origin to determine the org and repo scope, then fetch active rules via paginated API calls to guide your development workflow.

What are Qodo coding rules and how do they apply to code generation?

Qodo coding rules are repository and organization-level standards fetched from the Qodo API. They apply to code generation by grouping rules into ERROR, WARNING, and RECOMMENDATION severities to guide compliance during code changes.

Do I need an API key to fetch organization-level coding rules from Qodo?

Yes, fetching organization-level coding rules from Qodo requires an API key. The skill performs environment configuration checks to validate the API key before retrieving paginated rule results with error handling.

How do I handle pagination and errors when fetching repository rules from the Qodo API?

Fetching repository rules from the Qodo API handles pagination by retrieving all active rules across multiple pages and manages HTTP and configuration errors gracefully to ensure complete rule retrieval without crashing.

When should I load Qodo rules during a refactoring or code review workflow?

Load Qodo rules before writing, editing, refactoring, or reviewing code in a git repository. Running this step first ensures generated or modified code adheres to repository and organization-level compliance standards.