get-qodo-rules

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

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/breakcafe/picoclaw --skill get-qodo-rules-breakcafe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-qodo-rules
Source: https://github.com/breakcafe/picoclaw/tree/main/.claude/skills/get-qodo-rules
Command: npx skills add https://github.com/breakcafe/picoclaw --skill get-qodo-rules-breakcafe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Loads org- and repo-level coding rules from the Qodo platform to ensure code generation and modification comply with team standards, reducing oversight and rework.

Core Features & Use Cases

  • Fetches universal, org, repo, and path-scoped rules across the repository.
  • Applies rules automatically during code tasks such as writing, editing, refactoring, or reviewing code.
  • Handles git-aware scope detection, environment configuration, and API pagination to maintain an up-to-date rule set.

Quick Start

Load Qodo rules for this repository before coding tasks.

Frequently Asked Questions about get-qodo-rules

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

FAQPage Schema
How do I fetch Qodo rules to enforce coding standards before code generation?

To enforce coding standards, fetch Qodo rules via the platform API using a valid environment configuration, API key, and git repository context to retrieve universal, org, repo, and path-scoped rules for your codebase.

What coding tasks can I apply repository-specific rules to?

Repository-specific rules apply automatically during coding tasks such as writing, editing, refactoring, or reviewing code to ensure modifications comply with team standards and reduce rework.

Do I need a git repository context to load org-level and repo-level rules?

Yes, loading org-level and repo-level rules requires a valid git repository context alongside a Qodo environment configuration and API key to accurately detect scopes and fetch the correct rule sets.

How does the Qodo platform handle API pagination when fetching a large rule set?

Fetching a large rule set uses built-in API pagination and error handling to maintain an up-to-date rule set across universal, org, repo, and path scopes without missing compliance rules.

Why does code generation fail to comply with team standards without loading rules?

Code generation fails to comply without loading rules because the session lacks the org- and repo-level coding standards fetched from the Qodo platform, leading to oversight and requiring rework.

Can I scope coding rules to a specific file path within my repository?

Yes, you can scope coding rules to a specific file path. The fetching mechanism applies rules across universal, org, repo, and path scopes during your code modification tasks.