skills/goal-verify/SKILL.md
Use when verifying Docs/Goals files, validating goal-execute results, checking acceptance criteria, or deciding whether a goal can be marked completed.
npx skillsauth add cuozg/oh-my-skills goal-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Verify exactly one Docs/Goals/**.md goal. This is a gate, not implementation:
re-check every acceptance criterion independently, audit goal-execute self-test
evidence, then update the goal file with honest pass/fail evidence.
goal-create: one file, frontmatter status completed, criteria under ## Acceptance criteria.goal-execute may add ## Verification evidence; treat that as evidence to audit, never as proof by itself.Docs/Goals/;verifying while verifying; use blocked only for external blockers. Refresh updated when editing.path:lineUNCLEAR, stale logs, skipped tests, missing evidence, compile errors, assumptions, or invalid self-test.- [x] ...- [ ] ... plus an indented callout directly below## Verification evidence with per-criterion verdicts and accepted/rejected self-test evidencecompleted only if every criterion passes; otherwise pending or blockedUse required severity badges directly under failed verification evidence:
> 🔴 = CRITICAL/HIGH: core criterion missing, test/compile fail, blocking runtime error, data loss/security risk.> 🟠 = MEDIUM: partial implementation, invalid/weak self-test, missing edge case, ambiguous/unproven behavior.> 🔵 = LOW/STYLE: non-blocking polish, docs/naming/style mismatch.> ✅ = PASS: criterion is met and evidence is provided.Format:
[🔴 CRITICAL] [Criterion Text] (1 line summary) (Short explanations if needed)
- Evidence 1
- Evidence 2
completed without independent passing evidence for every criterion.tools
Generate Unity raster image assets through Unity MCP: game sprites, item art, backgrounds, UI icons, portraits, concept images, transparent cutouts, image edits, upscales, background removal, and Unity scene or Game View screenshots. Use when a Unity project needs image files imported under Assets or screenshots captured from the editor. Do not use for meshes, audio, animation, materials, gameplay code, UI Toolkit layout, or generic non-Unity image generation.
tools
Create Unity technical solution documents from user requirements, feature ideas, bug goals, specs, or codebase problems. Use when the user asks for a technical approach, architecture, implementation strategy, solution options, feasibility analysis, system design, or "how should we build/fix this" for Unity runtime, Editor, tools, assets, data, UI, WebGL, SDKs, or production pipelines.
tools
Orchestrate Unity Editor via MCP (Model Context Protocol) tools and resources. Use when working with Unity projects through MCP for Unity - creating/modifying GameObjects, editing scripts, managing scenes, running tests, or any Unity Editor automation. Provides best practices, tool schemas, and workflow patterns for effective Unity-MCP integration.
development
Convert a spec document into an implementation TODO list in the same spec folder. U se when the user says goal-todo, todo from spec, generate tasks from spec, turn this spec into todos, create implementation checklist, extract tasks, or asks to read a Docs/Specs design doc and produce what must be implemented. Includes UI/UX review and codebase investigation before writing the checklist. Do not use for implementing the tasks, creating new goal files, writing test cases, or verifying completed work.