test-coach

Extract live assessment questions from a Chrome browser via CDP for real-time coaching.

4|Updated Jun 27, 2025
One-click install
npx skills add https://github.com/DevOtts/all-skills-you-will-ever-need --skill test-coach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coach
Source: https://github.com/DevOtts/all-skills-you-will-ever-need/tree/main/.claude/test-coach
Command: npx skills add https://github.com/DevOtts/all-skills-you-will-ever-need --skill test-coach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of needing fast, accurate help during online assessments by extracting live questions from your browser and providing immediate coaching guidance.

Core Features & Use Cases

  • Real-time read-only coaching: Observes the test page through Chrome DevTools Protocol and produces answers and strategy while you take the test.
  • Supports multiple assessment types: Handles timed multiple-choice cognitive tests, adjective/statement checklists, and forced-choice instinctive formats without clicking or typing.
  • Safety-aligned proctoring behavior: Uses read-only browser DOM extraction and explicitly avoids automated test-taking or proctoring bypass.

Quick Start

Tell me “go test-coach” while your test is open in a Chrome tab connected to CDP on localhost:9222.

Frequently Asked Questions about test-coach

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

FAQPage Schema
How do I get real-time coaching for an online assessment using Chrome DevTools Protocol?

Real-time coaching for online assessments is provided by connecting to an authenticated Chrome session via CDP on localhost:9222. The Skill uses Playwright's connect_over_cdp to extract test questions and deliver immediate guidance while you take the exam.

Can I use Playwright to read multiple choice questions directly from my browser without interacting with the page?

Yes, you can use Playwright to perform read-only DOM extraction of multiple choice questions from your browser. The Skill observes the test page through CDP and extracts text without automated test-taking, clicking, or proctoring bypass.

Does test-coach work with timed cognitive tests and forced-choice exams?

Test-coach works with timed multiple-choice cognitive tests, personality adjective checklists, and instinctive forced-choice exams. It reads the assessment content directly from the authenticated browser session to provide real-time strategy and answers.

What do I need to set up before using a Playwright CDP connection for browser reading?

You need an authenticated Chrome browser session running with CDP access enabled on localhost:9222. Once your online assessment is open in a tab, the Skill uses Playwright connect_over_cdp to read the DOM and extract questions in real time.

Will reading online assessment questions through CDP bypass proctoring software?

Reading online assessment questions through CDP explicitly avoids proctoring bypass. The Skill performs read-only DOM and text extraction without automated test-taking or page interaction, maintaining safety-aligned proctoring behavior.