get-qodo-rules

Featured

Loads org- and repo-level coding rules from Qodo before code tasks begin, ensuring all generation and modification follows team standards. Use before any code generation or modification task when rules are not already loaded. Invoke when user asks to write, edit, refactor, or review code, or when starting implementation planning.

AI & Automation 29,392 stars 12876 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Get Qodo Rules Skill ## Description Fetches repository-specific coding rules from the Qodo platform API before code generation or modification tasks. Rules include security requirements, coding standards, quality guidelines, and team conventions that must be applied during code generation. **Use** before any code generation or modification task when rules are not already loaded. Invoke when user asks to write, edit, refactor, or review code, or when starting implementation planning. **Skip** if "Qodo Rules Loaded" already appears in conversation context --- ## Workflow ### Step 1: Check if Rules Already Loaded If rules are already loaded (look for "Qodo Rules Loaded" in recent messages), skip to step 6. ### Step 2: Verify working in a git repository - Check that the current directory is inside a git repository. If not, inform the user that a git repository is required and exit gracefully. - Extract the repository scope from the git `origin` remote URL. If no remote is found, exit silently. If the URL cannot be parsed, inform the user and exit gracefully. - Detect module-level scope: if inside a `modules/*` subdirectory, use it as the query scope; otherwise use repository-wide scope. See [repository scope detection](references/repository-scope.md) for details. ### Step 3: Verify Qodo Configuration Check that the required Qodo configuration is present. The default location is `~/.qodo/config.json`. - **API key**: Read from `~/.qodo/config.json` (`API_KEY` field). ...

Details

Author
nanocoai
Repository
nanocoai/nanoclaw
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Related Skills