Overview
The/get-qodo-rules skill fetches repository-specific coding rules from the Qodo platform API before code generation or modification tasks. It ensures all code changes follow your team’s standards, security requirements, and quality guidelines.
This skill is automatically invoked when you ask Claude to write, edit, refactor, or review code. You typically don’t need to call it manually.
When to Use
The skill automatically triggers when:- User asks to write, edit, or refactor code
- Starting implementation planning
- Building new features
- Fixing bugs
- Reviewing code
What It Does
Fetches rules from Qodo API
Retrieves:
- Organization-level coding standards
- Repository-specific guidelines
- Security requirements
- Quality thresholds
- Team conventions
Prerequisites
- Qodo API key configured in
.env: - Repository registered with Qodo
- Coding rules configured in Qodo platform
How to Apply
Manually invoke (rarely needed):What Changes
Files Modified
- None (runtime-only skill)
Behavioral Changes
- Code generation follows loaded Qodo rules
- Security requirements are enforced
- Quality standards are applied
- Team conventions are followed
Configuration
Environment Variables
API key from Qodo platform
Organization ID (optional, detected from repo)
Repository ID (optional, detected from git remote)
Example Rules
Qodo rules might include:Verification
Check if rules are loaded:Troubleshooting
API key not configured
API key not configured
Repository not found
Repository not found
Ensure:
- Repository is registered in Qodo
- Git remote URL matches Qodo configuration
- API key has access to the repository
Rules not applying
Rules not applying
Verify:
- “Qodo Rules Loaded” appears in conversation
- Rules are configured in Qodo platform
- No syntax errors in rule definitions
Related Documentation
Qodo PR Resolver
Fix Qodo PR review issues
Customization
Customize NanoClaw behavior