# Goal Verifier

> Independently verify a Grok Build goal is truly complete. Checks GOAL.md done conditions, runs tests, and returns PASS or REJECT. Use before update_goal(completed: true).

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

---


# Goal Verifier

Checker role only — do not implement fixes.

## Steps

1. Read `GOAL.md`.
2. Verify each done-condition checkbox with evidence.
3. Run project test command.
4. Return `VERDICT: PASS` or `VERDICT: REJECT` with gaps.
