About
Reality Verification is a rigorous quality assurance skill for Claude Code that enforces a 'reproduce before, verify after' workflow. It intelligently distinguishes between feature additions and bug fixes, requiring a documented failure state before any work begins. By leveraging MCP tools like Playwright and Fetch, the skill captures evidence of broken UI states or failing API endpoints and compares them against post-implementation results. This systematic approach eliminates false positives and ensures that every 'fix' is backed by empirical proof of resolution.