Agent skill · Code Review & Quality

get-qodo-rules

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.

NanoCo30,389★ · +78/wk · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add nanocoai/nanoclaw --skill get-qodo-rules --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 5 KB
Bundled scripts: none
Version: 2.0.0
Allowed tools: Bash
Path: .claude/skills/get-qodo-rules/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 30,426 · +37 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 sco

What's inside
Steps it walks through
  1. Description
  2. Workflow
  3. Step 1: Check if Rules Already Loaded
  4. Step 2: Verify working in a git repository
  5. Step 3: Verify Qodo Configuration
  6. Step 4: Fetch Rules with Pagination
  7. Step 5: Format and Output Rules
  8. Step 6: Apply Rules by Severity
  9. Step 7: Report
  10. How Scope Levels Work
  11. Configuration
  12. Common Mistakes
Ships with 3 files
  • references/output-format.md
  • references/pagination.md
  • references/repository-scope.md
More from nanoclaw
All skills →
About this skill
What does the get-qodo-rules skill do?

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.

How do I install it?

Run `npx skills add nanocoai/nanoclaw --skill get-qodo-rules --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nanocoai/nanoclaw, a repository with 30,426 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going