verify

作者 opslane已验证

Verification Layer for Claude Code

103
Stars
3
Forks
Shell
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/opslane/verify

快速入门

使用 verify 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Opslane Verify

Verification for Claude Code. You point it at the plan for your change. It turns that into acceptance criteria, shows them to you before running anything, then drives your real system to check each one and keeps the evidence.

It works on whatever surface the change touches: an HTTP API, a database, a CLI, a queue or webhook, or a web UI in a real browser.

How it works

Two halves, with a stop in between.

Half one writes the criteria and stops. It finds the plan for your change, turns it into concrete checks, and prints them for you to correct. Every criterion says where it came from, what it is for, and what the code before your change would do with it. A criterion meant to prove the change works, that the old code would also have passed, is called out as a free pass:

| AC  | From | Intent    | Base | Shows   | Behaviour                                |
|-----|------|-----------|------|---------|------------------------------------------|
| AC1 | R1   | changes   | fail | success | an OAuth token reaches a tool and returns rows |
| AC2 | R2   | changes   | pass | refusal | a request with no credential is refused  |
| AC3 | R4   | preserves | pass | success | an existing API key still works          |

FREE PASS. These are declared as testing the change, and the base commit passes them too:
- AC2: a request with no credential is refused
Rewrite them or mark them as preserves. Do not approve as they stand.

What these criteria prove

            preserves  changes
  success           1        1
  refusal           0        1

That grid is there because a set where every row is a refusal is satisfied by an implementation that refuses everything. An empty changes/success box means nothing in the set shows the new behaviour working.

Nothing runs until you say go.

Half two runs them and reports. It drives the real system with real tools, records the run, and reports on three separate axes:

AC1  ✔  HTTP 401 at the HTTP layer, no tool dispatched
AC2  ✔  good Bearer + stale X-API-KEY authorized; bad Bearer + good key denied
AC3  ~  could not run, staging rejected the create

Behaviour  2 passed, 0 failed
Ran        3 criteria, 1 could not run
Covered    3 criteria, 2 changed files have none

Not checked
  the OAuth grant flow    needs a real identity; only the reject path ran
  vue3 settings UI        16 changed files, needs a logged-in session

Those axes are separate on purpose. "Your code is wrong", "the database container died", and "we never looked at half the branch" are three different answers, and one word cannot carry all three.

Not checked is always printed, even when empty. A tool that quietly omits what it skipped is worse than one that finds nothing.

What it will not do

It never fixes the code it is judging. A tool that repairs its own failures grades its own work.

It never takes an expectation from the diff. Criteria come from the plan, or from how the code behaved before your change, because a check derived from the diff confirms the implementation against itself and cannot fail. The diff is read once for what the plan does not explain, and each gap becomes a question for you rather than an answer it invents. If it cannot find a plan, it asks for one.

It never claims a pass it did not observe.

Install

Requires Claude Code with claude login.

/plugin marketplace add opslane/opslane
/plugin install opslane-verify

The plugin registers the /verify command and a Playwright MCP server for browser criteria. On first run it installs the engine's dependencies inside the plugin directory, pinned to a lockfile.

Optional, for terminal recordings: brew install asciinema agg. Without them the run still completes and records the absence.

Use

From your repo, on a branch with a change and a plan:

/verify

It prints the criteria and stops. Correct anything wrong, then say go.

Artifacts land in .verify/runs/<timestamp>/:

criteria.md      what you approved
report.md        results per criterion, three axes, what was not checked
run.cast         asciinema recording of the real commands
run.gif
run.sh           re-runnable by hand

Surfaces

API — calls the real route, authenticates through the public path, and checks the side effect rather than the status code alone.

Datastore — diffs affected rows before and after. For migrations it tests the direction actually claimed rather than assuming reversibility.

CLI — runs the real binary, checking the exit code separately from the output shape.

Async — fires the trigger and waits on the effect with a deadline and a correlation id. A local sink proves the app emitted; it does not prove public delivery, and the report says which one it proved.

UI — drives a real browser through Playwright, interacts the way the criterion describes, and screenshots at the moment of observation. Fetching HTML with curl is not a UI check.

Requirements

A plan describing the change: docs/plans/, .omx/plans/, a PR body, or the conversation. Whatever the change needs in order to actually run, which usually means your normal local stack. Nothing else.

License

MIT

常见问题

What is verify?

verify is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by opslane. Verification Layer for Claude Code. It has 103 GitHub stars.

Is verify safe to use?

Yes. verify passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install verify?

Clone the repository with "git clone https://github.com/opslane/verify" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is verify written in?

verify is primarily written in Shell. It is open-source under opslane on GitHub, so you can review or fork the full source.

Are there alternatives to verify?

Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh verify against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE 扩展
查看详情

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE 扩展
查看详情

cursor-hooks

by cursor

5

通过 Hooks 自动化 Cursor Agent 事件相关行为。

12,500890TypeScript
IDE 扩展claude-codeai-tools
查看详情

arscontexta

by agenticnotetaking

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479220Shell
IDE 扩展
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情