Skills / verify
Installation
Kompatibilitaet
Beschreibung
Verify
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.
Install
Prerequisites
- Claude Code with OAuth login (
claude login) - Playwright MCP configured (see below)
Usage
Claude Code Skills
# 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.
Playwright MCP Setup
claude mcp add playwright -- npx @playwright/mcp@latest --storage-state .verify/auth.json --isolated
Restart Claude Code after adding the MCP server.
Debugging failures
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
Architecture
/verify runs as a Claude Code skill using Playwright MCP for browser interaction:
- Spec Interpreter — reviews acceptance criteria for ambiguities, asks clarifying questions
- AC Extractor — parses the spec into concrete, testable acceptance criteria using seed data and known routes
- Browser Verification — navigates the app via Playwright MCP, checks each AC, collects screenshots
- Report — writes per-AC
result.jsonand a combinedverdicts.json
Dev setup
See CLAUDE.md for full dev commands, conventions, and test instructions.
Aehnliche Skills
last30days skill
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
context mode
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
claude seo
Universal SEO skill for Claude Code. 19 sub-skills, 12 subagents, 3 extensions (DataForSEO, Firecrawl, Banana). Technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, Google APIs, and PDF/Excel reporting.
pinme
Deploy Your Frontend in a Single Command. Claude Code Skills supported.
claude ads
Comprehensive paid advertising audit & optimization skill for Claude Code. 250+ checks across Google, Meta, YouTube, LinkedIn, TikTok, Microsoft & Apple Ads with weighted scoring, parallel agents, industry templates, and AI creative generation.
claude code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.