Maps the V8 dir/folder structure, component locations, and local documentation. Use when locating specific subsystems, mapping src/ code to docs/ design files, or understanding repository architecture.
Evaluates JavaScript using the official ECMAScript specification
Understanding v8.log files.
Workflow for automatically fixing errors or addressing comments on a Gerrit CL requested by the user.
Managing and querying Perfetto traces using the trace_processor MCP server.
Manages git task isolation and environment setup in V8. Use at the start of any new task or bug fix. Do not use for general C++ editing.
Use this when you need to minimize a complex or bloated JavaScript test case (e.g., from a fuzzer or external report) into a minimal, readable reproduction for debugging V8 issues.
Guides the initial analysis and impact assessment of a V8 security report, strictly excluding implementation or fixing.