
qodo-ai/qodo-skills
2 skills4.5k installs88 starsGitHub
Install
npx skills add https://github.com/qodo-ai/qodo-skillsSkills in this repo
1Qodo Pr ResolverQodo PR Resolver fetches AI review issues for the current branch pull request, fixes them interactively or in batch, and replies to inline comments on supported git hosts. Prerequisites require git, a provider CLI such as gh or glab, an open reviewed PR from bots like pr-agent-pro or qodo-merge, and tracked-file awareness when checking uncommitted changes. Step zero handles uncommitted or unpushed work with warnings before review because Qodo only sees pushed commits. Provider detection reads origin URL patterns documented per host in providers.md including Gerrit Change-Id lookup. Issue types include PR Compliance Guide, PR Code Suggestions, and structured Code Review by Qodo with severity sections. Workflow fetches comments, presents issues by severity, applies selected fixes, and posts resolution replies with optional fix summaries. JUST_PUSHED tracking waits for fresh Qodo runs after push. Gerrit, Azure DevOps, and Bitbucket paths use curl or az variants per resources. The skill supports interactive triage rather than blind batch application of every suggestion.2.3kinstalls2Qodo Get RulesQodo Get Rules loads the most relevant coding rules for the current task by generating structured semantic search queries and calling POST /rules/search. Skip when Qodo Rules Loaded already appears in context. Workflow verifies a git repository, derives optional repository scope from origin URL and modules path, reads API key and environment from ~/.qodo/config.json, then issues two structured queries: a topic query on the primary concern and a cross-cutting quality query. Each query uses Name, Category, and Content lines matching the rule embedding format, not keyword lists. Results merge with deduplication by rule ID, topic results prioritized, then print with severity labels. ERROR rules are mandatory, WARNING should comply, and RECOMMENDATION is optional. Apply rules during code generation and report which were followed or skipped with reasons.2.2kinstalls