test-geminiweb-adapter

Validate Gemini Web adapter Tier-1 normalizer and batchexecute detector via synthetic traffic routed through prod compliance proxy.

21|3|Updated May 26, 2026
One-click install
npx skills add https://github.com/AlphaBitCore/nexus-gateway --skill test-geminiweb-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-geminiweb-adapter
Source: https://github.com/AlphaBitCore/nexus-gateway/tree/main/.claude/skills/test-geminiweb-adapter
Command: npx skills add https://github.com/AlphaBitCore/nexus-gateway --skill test-geminiweb-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end synthetic testing of the Gemini Web adapter to validate the Tier-1 normalizer and detector against batchexecute envelopes without relying on real Gemini traffic.

Core Features & Use Cases

  • Synthetic Gemini Web traffic to exercise the adapter and normalization path.
  • Validation of traffic_event_normalized rows, including kind=ai-chat and detectedSpec=gemini-web.
  • Use Case: QA validation of the Gemini Web adapter in staging with controlled proxies.

Quick Start

Run the synthetic Gemini Web adapter test against gemini.google.com through the production compliance proxy to validate the end-to-end flow.

Frequently Asked Questions about test-geminiweb-adapter

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

FAQPage Schema
How do I test a Gemini Web adapter without real user traffic?

You can test a Gemini Web adapter without real traffic by running synthetic tests that route through a production compliance proxy to exercise the adapter and normalization path end-to-end.

What does synthetic traffic validation check for in a Gemini Web adapter?

Synthetic traffic validation checks that the resulting traffic_event_normalized row contains kind=ai-chat and detectedSpec=gemini-web after processing batchexecute envelopes through the Tier-1 normalizer.

How do I validate the Tier-1 normalizer and batchexecute detector in staging?

You can validate the Tier-1 normalizer and batchexecute detector in staging by replaying synthetic Gemini Web traffic to verify the shared normalization and detection components process the flow correctly.

Can I use a compliance proxy to replay synthetic Gemini Web traffic for QA?

Yes, you can route synthetic Gemini Web traffic through the production compliance proxy to perform controlled QA validation of the adapter against gemini.google.com without affecting live users.

When do I need to run an end-to-end synthetic test for AI chat normalization?

You need to run end-to-end synthetic tests for AI chat normalization when validating adapter integration with shared detectors in staging environments to ensure traffic events are correctly classified.