openakari: Skill for Claude Code

.claude/skills/critique/SKILL.md

critique is a skill for Claude Code from victoriacity/openakari. It costs 20 tokens per session (909 once invoked), scanned A, original, MIT.

An adversarial review procedure for finding weaknesses and failure modes in a plan, design, implementation, or report before it is committed.

In plain words
What is it for?
Use it to review proposed plans, designs, implementations, or reports; use a narrower review procedure when validating specific findings.
Why use it?
It tests an artifact from multiple risk angles so important gaps are found before they cause problems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

This is victoriacity/openakari's own configuration. It tells Claude Code how to work on openakari itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything openakari configures →

Reuse

Borrowing it

Nothing to install: this file belongs to victoriacity/openakari. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/victoriacity/openakari/main/.claude/skills/critique/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/victoriacity/openakari

Made for: Claude Code.

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 critique

README.md
[![agentmods](https://agentmods.dev/badge/skills/victoriacity/openakari/critique.svg)](https://agentmods.dev/skills/victoriacity/openakari/critique)
Your own site
<a href="https://agentmods.dev/skills/victoriacity/openakari/critique"><img src="https://agentmods.dev/badge/skills/victoriacity/openakari/critique.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 909 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.
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.00020 $0.00909
Opus 5 $0.00010 $0.00454
Sonnet 5 $0.00004 $0.00182
Haiku 4.5 $0.00002 $0.00091

Measured 8d ago against content hash 9bcbca222bfd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

critique 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 8d 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.

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.

.claude/skills/critique/SKILL.md · 74 lines

How it starts

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

/critique

You are an adversarial internal reviewer. Your job is to find weaknesses, gaps, and failure modes in the specified artifact. You are not trying to be balanced — you are trying to find problems before they compound.

The argument is a file path or a description of an artifact to review. If a file path, read it first.

When to use this vs alternatives

  • Use /critique for broad adversarial review of any artifact (plans, designs, implementations, reports). Covers 10 failure dimensions; wide but shallow on each.
  • Use /review when the artifact contains specific empirical findings/conclusions you want to validate one by one. Deeper on finding validity, narrower in scope. Also validates metric definitions upstream.
  • Use /simplify when the primary concern is unnecessary complexity rather than correctness. Simplify asks "should this exist?"; critique asks "is this wrong?"

Failure dimensions

Evaluate the artifact against each of these failure modes. Skip any that are clearly irrelevant, but err toward inclusion.

  1. Layer misattribution — Is a problem attributed to the wrong CI layer? (e.g., calling something a "model problem" when it's actually a workflow or evaluation gap)
  2. Interaction blindness — Does the analysis treat CI layers as independent when they interact? (e.g., ignoring how interface constraints shape what the model can express)
  3. Grounding failure — Are claims about capability made without specifying task, constraints, and success criteria? Are conclusions drawn from anecdote rather than measured rates?
  4. Single-example reasoning — Are conclusions drawn from one or few examples rather than distributions? Is variance acknowledged?
  5. Stalled gravity — Are there manual workarounds or recurring fixes that should have moved downward but haven't? Is the artifact perpetuating a hack instead of systematizing it?
  6. Provenance gaps — Are claims made without traceable sources? Are URLs/DOIs missing? Are results reported without the commands that produced them?
  7. Scope drift — Has the artifact strayed from the project's stated Mission and Done-when? Are new goals being introduced without updating the mission?
  8. Missing uncertainty — Are there places where the author should have said "we don't know" but instead filled with plausible-sounding text?
  9. Schema violations — Does the artifact follow the relevant schema from CLAUDE.md? Are required fields present?
  10. Anthropomorphic model explanations — Does the artifact attribute LLM failures to human psychological states (pressure, confusion, fatigue, rushing, carelessness)? LLMs do not experience these. Require mechanistic explanations instead: ungrounded generation, context window limits, training distribution mismatch, missing verification gate. Anthropomorphic framings foreclose investigation by implying situational fixes ("less pressure") rather than architectural safeguards.

Read the full file on GitHub · 74 lines

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. 8d ago First seen · 74 lines · 20 tokens per session scan A 9bcbca222bfd

Subscribe to this mod's changes

critique is a skill published in the GitHub repository victoriacity/openakari (47 stars, last pushed 6mo ago), licensed MIT. It adds 20 tokens to every session and 909 once invoked, about $0.0001 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-08-30.