Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计通过

verify验证

Agent Skill

verify 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

824

周安装

33

GitHub Stars

64

下载量

267
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:verify(验证)
来源仓库:https://github.com/factory-ai/factory-plugins
仓库路径:skills/verify
安装命令:
npx skills add https://github.com/factory-ai/factory-plugins --skill verify
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/factory-ai/factory-plugins --skill verify

简介

用于最终交付物的技术验证,确保符合初始承诺的质量标准。

  • 检查视频分辨率、编码格式、播放时长等技术指标是否达标。
  • 通过 ffprobe 等工具验证媒体文件完整性,确保输出可用。
  • 安装方式:通过 npx skills add 命令从 GitHub 仓库安装,建议确认权限范围。
  • verify 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Verify

The orchestrator routed you here. This atom checks the final deliverable against the commitments made at the start of the workflow.

Inputs

You receive:

  1. Commitments from the command's parse step -- the promises made about what the deliverable would contain
  2. Compose outputs -- the finished artifact(s) and their metadata

Video deliverables

Technical checks

Run ffprobe on the final.mp4:

ffprobe -v quiet -print_format json -show_format -show_streams <video>
CheckPass condition
Exists and playsffprobe exits 0, duration > 0
Resolution1920x1080 (or target resolution)
Pixel formatyuv420p
File sizeUnder 5 MB for GitHub embeds (25 MB hard limit)
DurationMust fall within the compose pacing table's target range for this demo type: 30-45s (single feature), 45-75s (side-by-side comparison), 60-120s (multi-phase). Below the minimum is a failure — re-compose with a lower speed factor or re-capture with more steps.
FilenameIncludes PR number or meaningful identifier

Commitment checks

Walk through each commitment from the parse step:

CommitmentHow to verify
Title cardVideo starts with a static frame showing PR info (check first 5s)
Side-by-side layoutVideo shows two panels with a divider
Showcase polishResolution is 1920x1080, window chrome and rounded corners visible
Keystroke overlayPill overlays appear at interaction points
EffectsEffects matching the committed tier are present (utilitarian: zoom/keystroke; full: spotlight, zoom, callout, keystroke)
Speed noteTitle card mentions playback speed

Content checks

  • Every claim from the "what to prove" analysis has visible evidence in the video
  • Both states (before/after, input/result) appear on screen
  • No dead time longer than 3 seconds without visible activity

Screenshot/snapshot deliverables

For proofs

CheckPass condition
Evidence existsScreenshots/snapshots at every claimed proof point
Environment statedDriver, terminal/browser, OS identified
Conclusion presentEvidence explicitly supports or refutes the claim
Before/after pairedIf comparison, both branches shown at same capture points

For QA reports

CheckPass condition
Step coverageEvery defined test step has a result (PASS/FAIL)
Evidence attachedScreenshots/snapshots at every step
Failures documentedFailed steps have evidence and description
Report structuredMarkdown report follows the QA template

Failure handling

If any check fails:

  1. Identify which stage produced the problem (capture or compose)
  2. Report the specific failure: "Side-by-side layout was committed but the output is a single panel"
  3. Go back to the failed stage and fix it
  4. Re-verify after the fix

Do not report a deliverable as complete until every commitment is met.

Output

## Verification

### Technical
- Resolution: 1920x1080 ✓
- Duration: 42s ✓
- Size: 3.2 MB ✓
- Format: yuv420p ✓

### Commitments
- [x] Title card with PR info
- [x] Side-by-side comparison layout
- [x] Showcase hero preset applied
- [x] Keystroke overlay visible

### Content
- [x] Fork creates independent session (visible at 0:18)
- [x] History diverges after fork (visible at 0:32)

All commitments met. Deliverable ready.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.89%
按下载量换算107

Claude

28.41%
按下载量换算76

Cursor

18.81%
按下载量换算50

Gemini CLI

9.4%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills