What problem does it solve?
This Skill removes the guesswork of coding against team standards by loading the correct repository rules before you write, edit, refactor, or review code.
Core Features & Use Cases
- Repository-Scoped Rule Loading: Detects the current git repository and uses the remote URL to determine the correct scope.
- Reliable Configuration Checks: Verifies Qodo API credentials and environment settings before making any requests.
- Paginated Rule Retrieval: Fetches all active rules across pages, groups them by severity, and formats them for immediate use.
- Graceful Failure Handling: Handles missing config, invalid keys, forbidden access, rate limits, and API outages with user-friendly exits.
- Use Case: Before implementing a feature or fixing a bug, load the applicable rules so every code change follows the repository’s security and quality expectations.
Quick Start
Ask the assistant to load the repository coding rules before starting your code change.