verification-create
SolidUse when user requests verification setup. NOT for maintenance.
Web & Frontend 45 stars
3 forks Updated today MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!--
🔒 LOCKED — managed by clade
Source: plugins/hub-core/skills/verification-create/
Edit at: $CLADE_HOME
Local edits will be reverted by the next sync.
-->
<!-- clade-targets: claude,codex,cursor -->
# Create project verification infrastructure
> **本檔的 `<skills-root>`** 指該 runtime 的 skill 投影根目錄:Claude `.claude/skills/`、Codex `.agents/skills/`、Cursor `.cursor/skills/`。**NEVER** 在別的 runtime 上照抄 Claude 的字面路徑;找不到該目錄就回報標準未送達,不猜一個。
把 pstack 的 `create-verification-skill` 內化成 clade 的跨 runtime 版本。產物寫給下一個冷啟動 agent 使用,不是寫給本次 session 自己看的說明。
## Decision boundary
- 已存在 `<skills-root>/verify-*/features/README.md`,需求是更新或重跑 → invoke `/verification-maintain`。
- 需求只是替目前 change 收集 UI 截圖 → invoke `/review-screenshot`。
- 需求是 implementation 與規格對帳 → 讀 `specs/truth/**` 與該 work 的 carrier 自行對帳;動到規格回交 truth owner skill。
- 本 skill 只建立 verification infrastructure;不替某個產品 change 宣告驗收通過。
## Output contract
建立一個 consumer-owned、tracked 的 canonical skill:
```text
<skills-root>/verify-<app>/
├── SKILL.md
├── features/
│ ├── README.md
│ └── <feature>.md
└── scripts/ # 只有 repo 真的需要 helper 才建立
```
`.agents/`、`.codex/`、`.cursor/` 是投影面,NEVER 直接把 canonical source 寫進那些目錄。現有 `sync-to-codex`/`sync-to-cursor` 負責跨 runtime 投影。
## Workflow
### 1. Interview the repo
從 repo 與實跑結果回答以下六欄;能自行找到的資訊不問使用者:
| 欄位 | 必須查明 |
| --- | --- |
| Surface | 使用者實際碰的 Web、CLI/TUI、desktop、API、mobile 或 library surface |
| Launch | repo 官方啟動指令、port、env、seed、auth、ready signal、teardown |
| Doctor | 一條唯讀 health ch...
Details
- Author
- YuDefine
- Repository
- YuDefine/nuxt-supabase-starter
- Created
- 7 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
verification-maintain
Use when user requests verification maintenance. NOT for setup.
45 Updated today
YuDefine AI & Automation Featured
create-verification-skill
Generate a project-local verification skill that drives your app the way a user does — any language, framework, or platform. Use for /create-verification-skill, "make a control skill for this repo", or when a project has no scripted way to prove UI/CLI/service behavior.
333 Updated 2 days ago
michael-denyer AI & Automation Listed
create-verification-skill
Nothing exists yet: this repo has no scripted proof its UI, CLI or service works. Generates the executable .claude/verify.sh gate, a verify-<app> skill, and a feature map.
5 Updated 5 days ago
itsvedantkumar