# Spec Verifier

> Use when implementation or artifacts changed and evidence, alignment checking, or acceptance verification is needed.

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

---


# Spec Verifier

Use this skill when verification is the current phase for one feature.

## Shared Contracts

Load this shared shortcut first:

- `../references/shared-specialist-contract.md`

Open the deeper canonical shared references only when the shortcut is insufficient for the current situation.

## Purpose

Use this skill when at least one is true:

- implementation or workflow artifacts changed
- evidence, acceptance checks, or alignment review is needed
- the user explicitly asks for verification or review
- the workflow needs concrete pass/fail evidence before continuing

## Read Order

- `.codex/prompts/speckit.checklist.md` first
- `.codex/prompts/speckit.constitution.md` if present
- `specs/<feature>/spec.md`
- `specs/<feature>/plan.md` if present
- `specs/<feature>/tasks.md` if present
- `specs/<feature>/implementation-status.md` if present
- changed code, tests, and review artifacts needed for the assigned verification scope

## Owned Outputs

- verification evidence in the shared schema
- explicit failures, regressions, or unverified areas
- advisory next-step recommendation based on evidence

## Phase-Specific Rejected Criteria

Return `rejected` if there is nothing concrete to verify or if the request is actually asking for implementation rather than verification.

## Phase-Specific Blocked Criteria

Return `blocked` if evidence cannot be gathered because artifacts, code, test commands, fixtures, or runtime access are missing.

