
qodo-ai/qodo-skills
2 skills4.1k installs74 starsGitHub
Install
npx skills add https://github.com/qodo-ai/qodo-skillsSkills in this repo
1Qodo Pr Resolverqodo-pr-resolver (Gerrit reference) documents how Qodo’s agent skill resolves review threads on Google Gerrit installations where changes—not GitHub pull requests—drive the workflow. Solo builders on corporate or open-source Gerrit need detection from .gitreview and SSH remotes, password-based HTTP auth, and push-to-refs/for review branches. The reference contrasts robot comments with Qodo’s tagged human comments and explains why every mutation funnels through one review API. Use it inside the broader qodo-pr-resolver skill when your origin is Gerrit after GitHub, GitLab, Bitbucket, and Azure DevOps checks fail. It pairs with local git and curl rather than a first-party Gerrit CLI. Outcome is consistent automated resolution steps that respect Gerrit’s change model and your ~/.qodo configuration.2.1kinstalls2Qodo Get RulesQodo Get Rules is an agent skill that searches Qodo’s rule catalog and prints ranked constraints before your coding agent writes patches. Solo builders using Qodo-backed workflows install it to stop one-off generations from ignoring org standards on credentials, logging, and architecture. The skill mandates a fixed markdown header listing search queries and total rules loaded, then enumerates each hit with severity so the model can treat ERROR items as hard gates. Empty results are explicitly valid—you proceed without crashing— which matters for greenfield repos still seeding rules. Because query formulation drives retrieval quality, the embedded guidelines treat the search string as the primary input. Use at the start of a build task or before ship-phase refactors when you want the same rule surface IDE plugins use, but inside Claude Code, Cursor, or Codex sessions. Pairs naturally with Qodo review or test skills in the same monorepo when those exist.2.1kinstalls