Before you begin
To use skills, you need:- At least one skill file to exist under /skills folder in the same repo.
- Admin access to the Qodo portal.
How Qodo uses skills
Qodo scans repositories to discover skill files. When a skill can be applied during code review, Qodo identifies it and includes it in the review process, where its review rules are evaluated against the code changes. When a pull request is opened, Qodo evaluates the code against the rules assigned to that repository. Violations are surfaced in the pull request to provide reviewers with context before merging.View skills and repository coverage

Find and filter skills
Use the filter bar to find a specific skill, or filter skills by Status, Category, Source and Scope. This helps you quickly locate skills, understand where they are applied, and review their current enforcement status across repositories.View skill coverage and activity
For each skill, the following information is available:| Field | Description |
|---|---|
| Skill name | The name of the skill. |
| Date added | When Qodo first discovered the skill. |
| Category | Groups skills by categories: Coding standards, Guideline, and Context Retriever. |
| Source | The repositories where the skill file is stored. |
| Applied to | The repositories where the skill is actively enforced during reviews. |
| Triggered | The number of pull requests in which the skill was executed during review. |
| Detected violations | The number of pull requests in which the skill was executed during review. |
Manage repository assignements
You can change the repositories associated with the skill based on your needs.- Log in to the Qodo portal and navigate to Review standards in the left navigation bar.
- Click the Skills tab.
-
Select a skill in the table.
The right navigation tab opens. -
Click Edit.
The Skill-related pane opens. Under Scope, the repositories associated with the skill are displayed.

- Select from list to add or remove repos.
- Click Save.
Deactivate a skill
Skills are automatically activated once Qodo detects, analyzes, and adds them to the Skills list. To stop a skill from being applied during reviews, set its status to Inactive. The skill remains available in the Skills list and can be reactivated at any time.- Log in to the Qodo portal and navigate to Review Standards in the left navigation bar.
- Click the Skills tab.
- Select a skill in the table.
The left navigation tab opens. - Select the Active drop-down and select Inactive.
Understand skill analytics
The analytics section at the top of the Skills page provides a high-level view of rule activity and effectiveness for the selected time period.| Metric | Description |
|---|---|
| Triggerd | The number of times a rule-related skill was executed during a review. |
| Detected violations | The number of rule violations identified by Qodo. |
| Merged violations | The number of pull requests merged that still include unresolved rule violations at the time of merge. |