# Gsd Eval Review

> Retroactively audit an executed AI phase's evaluation coverage — scores each eval dimension as COVERED/PARTIAL/MISSING and produces an actionable EVAL-REVIEW.md with remediation plan

- Skill: `delorenj/gsd-eval-review-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add delorenj/gsd-eval-review-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/delorenj/gsd-eval-review-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: delorenj (https://skillmd.com/u/delorenj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/delorenj/gsd-eval-review-2

---


<objective>
Conduct a retroactive evaluation coverage audit of a completed AI phase.
Checks whether the evaluation strategy from AI-SPEC.md was implemented.
Produces EVAL-REVIEW.md with score, verdict, gaps, and remediation plan.
</objective>

<execution_context>
@.github/get-shit-done/workflows/eval-review.md
@.github/get-shit-done/references/ai-evals.md
</execution_context>

<context>
Phase: $ARGUMENTS — optional, defaults to last completed phase.
</context>

<process>
Execute @.github/get-shit-done/workflows/eval-review.md end-to-end.
Preserve all workflow gates.
</process>

