gsd-eval-review

gsd-eval-review is a skill for Cursor from ZaneL1u/cloud-cli-proxy. It costs 26 tokens per session (433 once invoked), scanned A, original, no licence file.

An audit tool for checking how thoroughly an executed AI development phase was evaluated and writing a remediation plan.

In plain words
What is it for?
It is for reviewing tests or evaluations of an AI phase and producing an `EVAL-REVIEW.md` plan to address weaknesses.
Why use it?
It reveals missing evaluation coverage and turns those gaps into follow-up work.

Skill for Cursor

Written for Cursor: installed under .cursor/.

Good fit It is for reviewing tests or evaluations of an AI phase and producing an EVAL-REVIEW.md plan to address weaknesses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zanel1u/cloud-cli-proxy/gsd-eval-review
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 ZaneL1u/cloud-cli-proxy --skill gsd-eval-review
Clone the repo
git clone --depth 1 https://github.com/ZaneL1u/cloud-cli-proxy

Made for: Cursor.

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 gsd-eval-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/zanel1u/cloud-cli-proxy/gsd-eval-review/github.svg)](https://agentmods.dev/skills/zanel1u/cloud-cli-proxy/gsd-eval-review)
Your own site
<a href="https://agentmods.dev/skills/zanel1u/cloud-cli-proxy/gsd-eval-review"><img src="https://agentmods.dev/badge/skills/zanel1u/cloud-cli-proxy/gsd-eval-review/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 gsd-eval-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/zanel1u/cloud-cli-proxy/gsd-eval-review"><img src="https://agentmods.dev/badge/skills/zanel1u/cloud-cli-proxy/gsd-eval-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 433 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.00026 $0.00433
Opus 5 $0.00013 $0.00217
Sonnet 5 $0.00005 $0.00087
Haiku 4.5 $0.00003 $0.00043

Measured 7d ago against content hash 4155248b9432, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gsd-eval-review 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 7d 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.

.cursor/skills/gsd-eval-review/SKILL.md · 49 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

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. 7d ago First seen · 49 lines · 26 tokens per session scan A 4155248b9432

Subscribe to this mod's changes

gsd-eval-review is a skill published in the GitHub repository ZaneL1u/cloud-cli-proxy (57 stars, last pushed 1mo ago), with no licence file. It adds 26 tokens to every session and 433 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-09-03.

Related

Other skills, from other repositories

design

Design the type progression, assertion plan and test plan for approved work. Invoke after agreeing on the high-level approach and before writing any implementation.

ooloth/dotfiles · 30 tokens

review-completion

Confirm a task was fully executed and the change works — static completeness audit followed by empirical runtime evidence. TRIGGER when asked to confirm a task is complete, prove it works, or verify a change is ready to ship.

ooloth/dotfiles · 48 tokens

validate

Confirm we have actually completed and validated what we planned to accomplish. TRIGGER whenever the user asks you to confirm a task is complete, if any implementation or validation was missed, etc.

ooloth/dotfiles · 39 tokens

prove-it-works

Survey observable paths, run the real system, capture evidence, and surface gaps. TRIGGER when asked to prove a change works or write a QA plan.

ooloth/dotfiles · 36 tokens

devtest

Spec-Build-Test loop — the user defines a spec, then three agents iterate (Builder implements, Tester validates, Supervisor monitors for freezes) until the result matches. Works for any digital function — UI, APIs, CLI tools, conversational AI, data pipelines, and more.

AILiteracyLab/Claude-Build-Test-Loop · 58 tokens

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens