Evaluates JavaScript using the official ECMAScript specification
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٣١ من skills من v8/v8. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٣١ من أصل ٣١ skills مجمعة.
Evaluates JavaScript using the official ECMAScript specification
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Use this skill to reproduce, profile, or analyze WebAssembly (Wasm) execution performance using d8 shell.
لغة النص الأصلي: الإنجليزية
Executes and interprets V8 tests. Use when running unittests, cctest, or mjsunit, or when debugging test failures. Do not use for building.
لغة النص الأصلي: الإنجليزية
Use this skill when designing, writing, or minimizing regression tests (e.g., mjsunit) for V8 bug fixes
لغة النص الأصلي: الإنجليزية
Workflow for issue-based debugging in V8. Use when tasked with debugging a specific issue, usually associated with a Buganizer ID or a specific reproduction script. Do not use for performance regressions.
لغة النص الأصلي: الإنجليزية
Workflow for general debugging tasks without the overhead of issue tracking. Use when investigating crashes, hangs, or unexpected behavior where no specific issue ID is provided. Do not use when issue ID is provided.
لغة النص الأصلي: الإنجليزية
Workflow for performance and memory evaluation in V8. Use when tasked with improving the performance or memory usage of a workload in V8. Do not use when debugging a crash or functionality issue.
لغة النص الأصلي: الإنجليزية
Workflow for evaluating and refining agent debugging capabilities using designated test cases and Swarm principles. Use when evaluating subagent performance or creating benchmarks. Do not use for regular bug fixing.
لغة النص الأصلي: الإنجليزية
Key commands for building, debugging, and testing in V8. Use when needing command syntax for gm.py, d8 flags, or run-tests.py. Do not use for environment setup.
لغة النص الأصلي: الإنجليزية
Checks if a POC provided by some JS and d8 flags is a vulnerability or just a regular bug.
لغة النص الأصلي: الإنجليزية
Core skill for task scheduling and multi-agent coordination in V8 development. Use for any multi-step workflow or complex task. Do not use for simple linear tasks.
لغة النص الأصلي: الإنجليزية
Guides the methodology for investigating V8 concepts, codebase structure, performance, memory, and architecture. MANDATORY to use whenever triaging bugs, investigating crashes, reading C++ files, analyzing compiler optimizations (Ignition, Maglev, TurboFan,…
لغة النص الأصلي: الإنجليزية
Workflow for agent self-improvement via isolated execution, evaluation, and process refinement. Use when evaluating historical bugs or self-correcting skills. Do not use for new feature development.
لغة النص الأصلي: الإنجليزية
Handles installation and configuration of clangd-mcp for V8. Use when clangd-mcp is missing or needs configuration for the current workspace. Do not use for general C++ editing.
لغة النص الأصلي: الإنجليزية
Running benchmarks with Crossbench.
لغة النص الأصلي: الإنجليزية
Analyzes recent commits and uses a smart AI subagent to check if they invalidate any documentation in docs/.
لغة النص الأصلي: الإنجليزية
Handles abstraction of environment-specific commands between Jetski and Gemini-CLI. Use when switching execution context between local terminal environments. Do not use for debugging logic issues.
لغة النص الأصلي: الإنجليزية
How to use jsvu for cross-engine testing.
لغة النص الأصلي: الإنجليزية
Provides expert guidance for navigating, implementing, and verifying V8 Torque (.tq) builtins. Use when modifying or debugging Torque files. Do not use for C++ macro builtins.
لغة النص الأصلي: الإنجليزية
Adjusts instructions for V8 commands when running in a CiderG Chrome workspace environment. Trigger this when invoking any V8 binaries or running tests in a CiderG checkout.
لغة النص الأصلي: الإنجليزية
Profiling V8 execution.
لغة النص الأصلي: الإنجليزية
Handles missing dependencies and configuration for V8 tools. Use when encountering missing tools, test runners, or workspace symlinks. Do not use for C++ coding issues.
لغة النص الأصلي: الإنجليزية
Workflow for passing environment variables (like PATH) from the Orchestrator to subagents. Use when spawning subagents that need specific environment variables. Do not use for standard subagent execution.
لغة النص الأصلي: الإنجليزية
Guide for breaking cyclic dependencies in V8 headers and resolving cascade IWYU failures.
لغة النص الأصلي: الإنجليزية