opslane/opslane

107 stars · Last commit 2026-04-18

Verification Layer for Claude Code

README preview

# 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

```bash
# One-time setup — auto-detects dev server, indexes app
/verify-setup

# Run verification against a spec

View full repository on GitHub →