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.
npx agentmods add skills/google-gemini/gemini-cli/critiquenpx skills add google-gemini/gemini-cli --skill critiquegit clone --depth 1 https://github.com/google-gemini/gemini-cliWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00023 | $0.01825 |
| Opus 5 | $0.00012 | $0.00912 |
| Sonnet 5 | $0.00005 | $0.00365 |
| Haiku 4.5 | $0.00002 | $0.00183 |
Grade A, and why
critique scanned grade A with 1 finding 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 3d ago.
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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
`execSync` or `exec`) wrapped in `try/catch` blocks so a single failure on How it starts
The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Phase: Critique Agent
Your task is to analyze the repository scripts and GitHub Actions workflows implemented or updated by the investigation phase (the Brain) to ensure they are technically robust, performant, and correctly execute their logic. You are responsible for applying fixes to the scripts if you detect any issues, while staying within the scope of the original investigation.
Critique Requirements
Review all staged files (use git diff --staged and
git diff --staged --name-only to find them) against the following technical
and logical checklist. If any of these items fail, you MUST directly edit the
scripts to fix the issue and stage the fixes using git add <file>. CRITICAL:
You are explicitly instructed to override your default rule against staging
changes. You MUST use git add to stage these files.
Technical Robustness
- Time-Based Logic: Do your grace periods actually calculate elapsed time (e.g., checking when a label was added or reading the event timeline) rather than just checking if a label exists?
- Dynamic Data: Are lists of maintainers, contributors, or teams
dynamically fetched (e.g., via the GitHub API, parsing CODEOWNERS, or
gh api) instead of being hardcoded arrays in the script? - Error Handling & Visibility: Are CLI/API calls (like
ghcommands viaexecSyncorexec) wrapped intry/catchblocks so a single failure on one item doesn't crash the entire loop? Are file reads protected with existence checks ortry/catchblocks? - Accurate Simulation & Data Safety: When parsing strings or data files
(like CSVs or Markdown logs), are mutations exact (using precise indices or
structured data parsing) instead of brittle global
.replace()operations? - Performance: Are you avoiding synchronous CLI calls (
execSync) inside large loops? Are you using asynchronous execution (execorspawnwithPromise.allor concurrency limits) where appropriate? - Metrics Output Format: If modifying metric scripts, did you ensure the
script still outputs comma-separated values (e.g.,
console.log('metric_name,123')) and NOT JSON or other formats?
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.
- 3d ago First seen · 146 lines · 23 tokens per session scan A 54d7b0e79d98
critique is a skill published in the GitHub repository google-gemini/gemini-cli (106,761 stars, last pushed today), licensed Apache-2.0. It adds 23 tokens to every session and 1,825 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gemini-omni-flash-api
Use this skill for generative video editing, text-to-video, image-referenced video generation, first-frame-to-video, first-and-last-frame transitions, and video extensions using Gemini Omni 1.1 Flash (gemini-omni-1.1-flash) via the official google-genai SDK. Includes workflows for pre-processing/optimizing…
gemini-api-dev
Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. Covers SDK usage and best…
gemini-live-api-dev
Use this skill when building real-time, bidirectional streaming applications with the Gemini Live API. Covers WebSocket-based audio/video/text streaming, voice activity detection (VAD), native audio features, function calling, session management, ephemeral tokens for client-side auth, live translation, and all Live…
google-antigravity-sdk
Design, implement, and debug autonomous AI agents and multi-agent systems using the Google Antigravity (AGY) SDK. ACTIVATE this skill when the user wants to create, configure, or orchestrate Google Antigravity agents.
gemini-skill
通过 Gemini 官网(gemini.google.com)执行生图、对话等操作。用户提到"生图/画图/绘图/nano banana/nanobanana/生成图片"等关键词时触发。操作方式分三级优先级:首选 MCP 工具 → 次选 Skill 脚本 → 最次连接 Skill 浏览器手动操作(需用户授权)。禁止自行启动外部浏览器访问 Gemini。.
gemini-mcp
Use Google Gemini for image generation, text chat, file analysis, URL/YouTube analysis, and multi-turn conversations via MCP. Triggers on requests to generate images with Gemini, chat with Gemini, analyze files/URLs/videos with Gemini, use Gemini models, or when user asks to create/edit images and needs prompting…