Claude Code Plugin /verify: Automated Browser Testing from Your Plan

If you've ever watched Claude Code confidently report "done, all requirements implemented" and then found a missing button or skipped form step, you're not alone. A Reddit user built /verify — an open-source (MIT) plugin for Claude Code that automates browser-based acceptance testing from your plan file, not your code.
Why a Plan, Not Code?
The key insight: Claude doesn't always follow the plan. Static review tools like CodeRabbit catch syntax and style issues, but they won't catch that a button is missing or a form step was skipped. /verify opens a real browser and literally clicks through the requirements.
Installation
/plugin marketplace add opslane/verify
/plugin install opslane-verify@opslane-verify-marketplaceSetup (One-Time)
Run /verify-setup. It auto-detects your dev server port from package.json and .env* files, indexes your routes, and creates a .verify/ folder in your project.
Usage
/verify path/to/plan.mdThis runs the plan against your app. Under the hood, it uses the Playwright MCP to drive a real browser. Once verification finishes, it opens report.html in a browser with a pass/fail breakdown per check, complete with screenshots. A machine-readable verdicts.json is also generated.
Repo: github.com/opslane/opslane
It's very early-stage, so the author is looking for feedback.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Lets Claude Analyze Google Search Console Data Automatically
A new free MCP connects Claude directly to Google Search Console, enabling natural language queries on search performance data like queries, pages, clicks, and CTR without manual CSV exports.

Paper Lantern MCP Server Connects Claude Code to Research Papers
Paper Lantern is an MCP server built with Claude Code that connects coding agents to over 2 million CS and 43 million biomedical research papers, enabling them to find benchmarked methods instead of defaulting to training data.

TEMM1E v3.1.0: AI Agent That Self-Fine-Tunes Using User Interactions
TEMM1E v3.1.0 introduces Eigen-Tune, a system that captures LLM interactions as training data, scores quality from user behavior, and fine-tunes local models via LoRA with zero added LLM cost. Tested on Apple M2, it corrected temperature conversions from 72°F = '150°C' to '21.2°C' after 10 conversations.

Claude Code Matrix Channel Plugin Built in Rust with E2EE Support
A developer built a Matrix channel plugin for Claude Code in Rust, adding support for text, files, images with E2EE decryption, reply threading, reactions, and bot commands. The 14MB binary is MIT licensed and works with any Matrix homeserver.