One-click install
npx skills add https://github.com/julianobarbosa/.claude --skill interceptor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Interceptor
Source: https://github.com/julianobarbosa/.claude/tree/main/skills/Interceptor
Command: npx skills add https://github.com/julianobarbosa/.claude --skill interceptor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Interceptor eliminates unreliable browser verification by automating the real Chrome UI with your existing authenticated sessions, so you can confirm what users actually see.

Core Features & Use Cases

  • Stealth real-session automation: Drives the actual browser via the Interceptor extension to reduce bot-detection issues and preserve logged-in state.
  • Visual verification workflows: Supports evidence-based deploy verification and bug reproduction with screenshots and page inspection.
  • Record and replay flows: Records user actions into replayable plan scripts for deterministic regression checks across deploys.

Quick Start

Run the Interceptor skill to verify a deployment by opening the target URL in your real Chrome session and capturing screenshot evidence.

Frequently Asked Questions about Interceptor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser testing without getting blocked by bot detection?

Stealth browser automation drives your real Chrome instance via an extension to preserve authenticated sessions and reduce bot-detection issues during web QA. It uses your existing logged-in state to verify what users actually see.

What is the best way to verify UI changes after a web deployment?

Deploy verification requires live real-browser evidence rather than theory. You can verify web deployments by opening the target URL in your real Chrome session, capturing screenshots, and inspecting the page to confirm what users actually see.

How do I record and replay user flows for regression testing?

Regression testing records user actions into replayable plan scripts for deterministic checks across deploys. This allows you to reliably reproduce UI bugs and verify authenticated page checks through flow recording and replay.

Does stealth browser automation work with authenticated sessions for form testing?

Yes, form testing works with authenticated sessions by controlling a real Chrome instance through the extension. It captures DOM, text, and network evidence while enforcing mandatory visual verification workflows before final confirmation.

Why does CDP-based automation fail to reproduce UI bugs reliably?

CDP-based automation lacks real-browser evidence and authenticated state. Reproducing UI bugs reliably requires controlling a real Chrome instance to capture DOM, text, and network evidence alongside mandatory visual verification workflows.