# Add to your Claude Code skills
git clone https://github.com/opslane/verifyLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:01:18.380Z",
"npmAuditRan": true,
"pipAuditRan": true
}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.
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.
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).
verify is primarily written in Shell. It is open-source under opslane on GitHub, so you can review or fork the full source.
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.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Based on votes and bookmarks from developers who liked this skill
A verification layer for Claude Code. Reads your spec, runs a browser agent against your local dev server for each acceptance criterion, and returns pass/fail with screenshots — before you push. No CI. No infrastructure.
claude login)# One-time setup — auto-detects dev server, indexes app
/verify-setup
# Run verification against a spec
/verify
/verify-setup auto-detects your dev server port, indexes routes and selectors from your codebase, and writes .verify/config.json + .verify/app.json. No npm install needed.
/verify asks for your spec, reviews it for ambiguities, then verifies each acceptance criterion using Playwright MCP. Results appear inline with screenshots.
claude mcp add playwright -- npx @playwright/mcp@latest --storage-state .verify/auth.json --isolated
Restart Claude Code after adding the MCP server.
After a run, evidence lives in .verify/runs/<run_id>/:
# Browse raw evidence for a specific AC
ls .verify/runs/*/evidence/<ac_id>/
Each AC's evidence directory contains:
result.json — verdict, confidence, reasoning, steps taken*.png — screenshots captured during execution/verify runs as a Claude Code skill using Playwright MCP for browser interaction:
result.json and a combined verdicts.jsonSee CLAUDE.md for full dev commands, conventions, and test instructions.