get-qodo-rules

Fetch repository-specific coding rules from the Qodo platform API.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill get-qodo-rules-ofirgavish
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: get-qodo-rules
Source: https://github.com/OfirGavish/NinjaClaw-Nano/tree/main/.copilot/skills/get-qodo-rules
Command: npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill get-qodo-rules-ofirgavish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Loads repository-specific coding rules from the Qodo platform API before code generation or modification tasks to ensure standards are followed.

Core Features & Use Cases

  • Fetches rules from the Qodo API to enforce security requirements, coding standards, and team conventions during code tasks.
  • Detects repository scope from git origin and supports module-level scope when inside modules/*.
  • Handles pagination, environment configuration, and context-aware rule application to guide generation and reviews.

Quick Start

Run get-qodo-rules to load repository rules before you begin coding.

Frequently Asked Questions about get-qodo-rules

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

FAQPage Schema
How do I load repository-specific coding rules before generating code?▼

To load repository-specific coding rules before generating code, run the get-qodo-rules command in your git repository. It fetches team conventions and security standards from the Qodo API to guide code generation.

How are coding rules applied to different modules in a git repository?▼

Coding rules are applied context-aware by detecting repository scope from git origin. It supports module-level scope when working inside modules/* directories, ensuring rules target the correct paths during code reviews and edits.

What configuration is needed to fetch Qodo coding rules via API?▼

Fetching Qodo coding rules requires configuration from the ~/.qodo/config.json file or the QODO_ENVIRONMENT_NAME environment variable. Ensure one is set before running the command to authenticate and retrieve rules successfully.

How does the Qodo rules fetcher handle large sets of coding standards?▼

The Qodo rules fetcher handles large sets of coding standards by managing pagination across API pages. It retrieves all available rules and outputs a grouped, severity-based report to guide enforcement during implementation planning.

Can I enforce security requirements and coding standards during code reviews?▼

Yes, you can enforce security requirements and coding standards during code reviews by loading repository rules first. The command outputs a severity-based report that guides enforcement across code generation, edits, and implementation planning.