chromium-question-writer

Generate Chromium trivia questions mapping user-visible actions to internal tokens.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PhantomInTheWire/cheetcode-v2-challenge --skill chromium-question-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chromium-question-writer
Source: https://github.com/PhantomInTheWire/cheetcode-v2-challenge/tree/main/.agents/skills/chromium-question-writer
Command: npx skills add https://github.com/PhantomInTheWire/cheetcode-v2-challenge --skill chromium-question-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates ungrepable trivia questions from Chromium source. Each question describes a user-visible scenario in plain language; the answer is an exact internal token buried several layers deep.

Core Features & Use Cases

  • Describes user-visible action and maps it to a precise Chromium internal token across multiple subsystems.
  • Guides users through a 5+ file trace across directories to locate the exact enum/constant.
  • Suitable for interview prep, knowledge validation, and deep-dive code comprehension challenges.

Quick Start

Run the chromium-question-writer to generate level-2 questions from the Chromium source and output to data/level2-questions.json.

Frequently Asked Questions about chromium-question-writer

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

FAQPage Schema
How do I generate trivia questions from Chromium source code?

Generate Chromium trivia by tracing user-visible actions down through multiple directories to locate exact internal enum or constant tokens, producing ungrepable questions with verifiable answers.

What makes a Chromium internals question ungrepable?

A Chromium internals question is ungrepable because the question uses plain language to describe a user-visible scenario while the answer is an exact internal token buried several layers deep across multiple subsystems.

Can I use this for browser engineering interview prep?

Yes, you can use this for browser engineering interview prep and knowledge validation. It guides a 5+ file trace across directories to locate exact Chromium architecture tokens for deep-dive comprehension challenges.

What format do the generated Chromium trivia questions use?

The generated Chromium trivia questions use a structured format that includes an id, the question text, the answer token, and acceptable answers to ensure robust verification of the exact internal token.

How does the tool trace user actions to internal Chromium tokens?

The tool traces user actions to internal Chromium tokens by traversing user-visible scenarios down to the deepest token across multiple directories, mapping plain language descriptions to precise internal enums or constants.