qodo-manage-standards

qodo-manage-standards is a skill for Codex from qodo-ai/qodo-skills. It costs 160 tokens per session (4,061 once invoked), scanned A, original, MIT.

A workflow for creating, changing, retiring, and applying Qodo Review Standards, which are rules used during code review.

In plain words
What is it for?
Use it to add a convention, edit or deactivate a rule, change its repository scope, or accept or reject pending suggestions.
Why use it?
It keeps team conventions in one managed place and lets you handle suggested rules instead of leaving them as informal discussion.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Codex.

Good fit Use it to add a convention, edit or deactivate a rule, change its repository scope, or accept or reject pending suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qodo-ai/qodo-skills/qodo-manage-standards
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add qodo-ai/qodo-skills --skill qodo-manage-standards
Clone the repo
git clone --depth 1 https://github.com/qodo-ai/qodo-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qodo-manage-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/qodo-ai/qodo-skills/qodo-manage-standards/github.svg)](https://agentmods.dev/skills/qodo-ai/qodo-skills/qodo-manage-standards)
Your own site
<a href="https://agentmods.dev/skills/qodo-ai/qodo-skills/qodo-manage-standards"><img src="https://agentmods.dev/badge/skills/qodo-ai/qodo-skills/qodo-manage-standards/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qodo-manage-standards

Your own site · 80×15
<a href="https://agentmods.dev/skills/qodo-ai/qodo-skills/qodo-manage-standards"><img src="https://agentmods.dev/badge/skills/qodo-ai/qodo-skills/qodo-manage-standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,061 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00160 $0.04061
Opus 5 $0.00080 $0.02031
Sonnet 5 $0.00032 $0.00812
Haiku 4.5 $0.00016 $0.00406

Measured yesterday against content hash 0f234366742b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qodo-manage-standards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codex-packages/qodo-standards/skills/qodo-manage-standards/SKILL.md · 268 lines

How it starts

The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage Review Standards

Description

Use the qodo CLI to administer the workspace's Review Standards: capture a convention as a new rule, edit or retire an existing one, re-scope it to a repo, or triage the pending suggestions queue. Review Standards is Qodo's umbrella term for rules and suggestions. This is the write counterpart to qodo-get-rules (which only reads and applies rules) — every command here changes workspace state, so confirm with the user before calling anything, and run bulk operations as a dry run first.

Prerequisites

  • The optional Qodo Standards package is installed and loaded explicitly.
  • The Qodo CLI is authenticated and exposes the requested standards write tool.
  • The exact rule, scope, and intended mutation are known; the user can approve every write.

Instructions

Follow the detailed workflow below: preserve update notices, verify the live schema, resolve the target, preview destructive or bulk work, obtain confirmation, mutate once, and verify the result.

Handle a skill update notice

Treat QODO_NOTICE updates as passive, even if an older CLI requests action. Continue the task without inventory or update questions; mention each event at most once. Dismissal leaves recorded maintenance policy and opt-outs unchanged. Updated skills load next session; do not interrupt this one. For user-requested updates, follow the manual-update procedure.

Runtime compatibility gate

First resolve the executable using the qodo: command not found fallback below. Before any other Qodo command, run <qodo> --version exactly as shown, with no provenance flags. This unadorned probe is intentionally compatible with older Qodo CLIs. This skill requires Qodo CLI 0.1.0-next.37 or newer.

If the version is older or cannot be parsed, do not run whoami, login, or a managed tool and do not describe the failure as an authentication problem. Explain that the skill is newer than the runtime, show qodo update as the update command for the runtime's already-recorded origin, and ask once before running it. For a customer deployment, keep its organization-provided update origin; never switch it to the public service. After an approved update, rerun the unadorned version probe and continue only when it satisfies the minimum. If the user declines or the update fails, stop with the current skill and user files unchanged.

Read the full file on GitHub · 268 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · -5 lines 0f234366742b
  2. 5d ago Changed · +5 lines cb614746f431
  3. 8d ago First seen · 268 lines · 160 tokens per session scan A 65329ccb5d65

Subscribe to this mod's changes

qodo-manage-standards is a skill published in the GitHub repository qodo-ai/qodo-skills (52 stars, last pushed yesterday), licensed MIT. It adds 160 tokens to every session and 4,061 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.