get-qodo-rules

Load repository-specific Qodo coding standards before code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Keeps code generation and edits aligned with Qodo policies by preloading repository- and module-specific rules before any automated change.

Core Features & Use Cases

  • Git-aware scope detection: infers the organization, repository, and module path from the git origin or working directory before querying rules.
  • Paginated rule fetching: calls the Qodo platform with configured API credentials, handles pagination and errors, and reports once all active rules have been gathered.
  • Severity-guided enforcement: prints grouped rule summaries, enforces ERROR rules with documented comments, and explains WARNING or RECOMMENDATION guidance when applicable. Use case: ask Auggie to load the rules before starting a refactor or a new feature so you stay compliant.

Quick Start

Ask Auggie to load the Qodo rules before editing any code.

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 Qodo coding rules before generating or refactoring code in a git repository?

To load Qodo coding rules before refactoring code in a git repository, ask Auggie to fetch the rules. The skill detects the git scope, queries the Qodo platform API, and reports grouped severity requirements to ensure policy compliance.

How does git-aware scope detection work for applying repository-specific coding standards?

Git-aware scope detection for coding standards works by inferring the organization, repository, and module path directly from the git origin or working directory. This ensures the correct repository-specific Qodo rules are queried before any code modifications begin.

Do I need API credentials configured to fetch paginated Qodo rules for my repository?

Yes, you need configured API credentials to fetch paginated Qodo rules for your repository. The skill uses these credentials to call the Qodo platform, handles API pagination and errors, and reports once all active rules have been successfully gathered.

How are coding rule violations grouped by severity when reviewing code changes?

Coding rule violations are grouped by severity into ERROR, WARNING, and RECOMMENDATION categories. The skill enforces ERROR rules with documented comments and explains WARNING or RECOMMENDATION guidance, providing structured compliance summaries before code changes are applied.

Can I use this to enforce module-specific coding policies during automated code generation?

Yes, you can use this to enforce module-specific coding policies during automated code generation. The skill targets Auggie-managed git repositories or modules, fetching the precise policy context required to keep automated code generation and edits aligned with Qodo standards.