review-with-dora

review-with-dora is a skill for Claude Code, Codex from saif-shines/doraval. It costs 75 tokens per session (1,070 once invoked), scanned A, original, no licence file.

A review workflow for examining agent instructions and context, such as skills, plugins, rules, and project guidance, with Dora.

In plain words
What is it for?
Use it to review, diagnose, scan, fix, or clean up context used by coding agents such as Claude, Cursor, Codex, Copilot, or Grok.
Why use it?
It helps find problems, unused context, or cleanup opportunities before reporting that a review is finished.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to review, diagnose, scan, fix, or clean up context used by coding agents such as Claude, Cursor, Codex, Copilot, or Grok.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saif-shines/doraval/review-with-dora
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 saif-shines/doraval --skill review-with-dora
Clone the repo
git clone --depth 1 https://github.com/saif-shines/doraval

Made for: Claude Code, 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 review-with-dora

README.md
[![agentmods](https://agentmods.dev/badge/skills/saif-shines/doraval/review-with-dora/github.svg)](https://agentmods.dev/skills/saif-shines/doraval/review-with-dora)
Your own site
<a href="https://agentmods.dev/skills/saif-shines/doraval/review-with-dora"><img src="https://agentmods.dev/badge/skills/saif-shines/doraval/review-with-dora/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 review-with-dora

Your own site · 80×15
<a href="https://agentmods.dev/skills/saif-shines/doraval/review-with-dora"><img src="https://agentmods.dev/badge/skills/saif-shines/doraval/review-with-dora.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,070 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 unknown 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.00075 $0.01070
Opus 5 $0.00037 $0.00535
Sonnet 5 $0.00015 $0.00214
Haiku 4.5 $0.00007 $0.00107

Measured today against content hash 9689c1a95eca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

review-with-dora 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 today.

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.

skills/review-with-dora/SKILL.md · 79 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. today Changed 9689c1a95eca
  2. 2d ago Changed · -2 lines 36ad98fbe38a
  3. 3d ago Changed 48a32c8388f1
  4. 7d ago First seen · 81 lines · 75 tokens per session scan A cc5635d721ef

Subscribe to this mod's changes

review-with-dora is a skill published in the GitHub repository saif-shines/doraval (11 stars, last pushed today), with no licence file. It adds 75 tokens to every session and 1,070 once invoked, about $0.0004 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-04.

Related

Other skills, from other repositories

debug-investigator

Hypothesis-driven debugging with ranked hypotheses, git bisect strategy, instrumentation planning, and minimal reproduction design. Triggers on: "debug this systematically", "root cause analysis", "bisect this bug", "rank hypotheses", "isolate this issue", "minimal reproduction". NOT for general reasoning.

Mathews-Tom/armory · 64 tokens

immune

Hybrid adaptive memory: Cheatsheet (positive patterns pre-generation) and Immune (negative patterns post-generation) with Hot/Cold tiered auto-learning. Triggers on: "scan for errors", "immune scan", "check output quality", "antibody scan". NOT for PR review (use pr-review) or repo audits (use repo-sentinel).

Mathews-Tom/armory · 73 tokens

sql-optimizer

Analyzes SQL queries for missing indexes, N+1 patterns, suboptimal joins, and full table scans. Interprets EXPLAIN, detects anti-patterns, rewrites queries. Triggers on: "optimize this query", "slow query", "add indexes", "explain plan", "N+1 query", "why is this query slow".

Mathews-Tom/armory · 78 tokens

opus-4-7-migration

Scan a repository for Opus-4.6-era patterns that break or degrade on Opus 4.7 — fixed-budget Extended Thinking parameters, retired model ID aliases, and prompts that assumed verbose default output or eager sub-agent delegation. Produces a categorized report with file:line references and migration actions. Triggers on…

Mathews-Tom/armory · 145 tokens

django-ticket-triage

Analyze a Django Trac ticket and produce a triage recommendation report — duplicate search, related PRs, forum threads, and the affected source code. Use when the user gives a Django ticket number, or asks whether a ticket is valid, a duplicate, or ready for a triage stage.

2ykwang/agent-skills · 65 tokens

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

SafeAI-Lab-X/ClawKeeper · 116 tokens