一键导入
goal-verify
Use when verifying Docs/Goals files, validating goal-execute results, checking acceptance criteria, or deciding whether a goal can be marked completed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when verifying Docs/Goals files, validating goal-execute results, checking acceptance criteria, or deciding whether a goal can be marked completed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill to generate and apply a clear title and structured description for a GitHub Pull Request by deep-investigating all changed files. Use it when the user opens a new PR, when a PR's title or description is missing or stale, or when the user says "update this PR", "describe this PR", or "write a summary for this PR." Applies the result directly via gh pr edit.
Use when rebasing current branch onto a target branch, especially when the working tree has uncommitted changes, the local target ref may be behind its remote, or the rebase risks conflicts that need user review.
Expand a goal-create file into a detailed, implementation-ready task breakdown. Use when a user has a goal under Docs/Goals and wants it expanded into per-Task blocks (files, interfaces, code snippets, bash commands, acceptance criteria) ready to hand to goal-execute. Triggers: "detail this goal", "expand the goal", "break the goal into tasks", "create task breakdown", "plan the goal", "write implementation steps for this goal", "make an epic-style plan from this goal". Do not use for executing the goal, writing test cases, or verifying completed work.
Generate tree-format data structure documentation for Unity JSON schemas (db_*.json tables like db_TTE, db_DBSE). Use when the user pastes/shares a table of fields with short keys (a0, b1, c2...), wants a hierarchical tree diagram of a JSON data structure, asks to "create tree format", "data structure doc", "document db_XXX.json", or "generate data struct markdown". Output is a markdown file with a tree showing parent-child nesting (Object arrays → child objects) plus per-level field reference tables.
Use for Unity engineering standards: C# code, asset managers, Addressables, analytics, LiveOps, config, server API, IAP, prefab, Canvas UI, material, shader, draw calls, batching, debugging, optimization, reviews, project investigation, tests, plans, todos, acceptance criteria, and technical docs.
Diagnose Unity bugs from compile errors to stack traces, runtime failures, and tricky logic issues; gather reproduction details, trace the code path, prove the root cause with evidence, and report options without changing code unless asked.
| name | goal-verify |
| description | Use when verifying Docs/Goals files, validating goal-execute results, checking acceptance criteria, or deciding whether a goal can be marked completed. |
| metadata | {"author":"kuozg","version":"1.3"} |
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.