Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

v8

يحتوي v8 على 31 من skills المجمعة من v8، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
31
Stars
25.1k
محدث
2026-06-24
Forks
4.3k
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

v8-workflow
مطوّرو البرمجيات

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.

2026-06-24
minimize-reproducer
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-06-24
v8-security-triaging
محللو أمن المعلومات

Guides the initial analysis and impact assessment of a V8 security report, strictly excluding implementation or fixing.

2026-06-18
wasm-d8-perf
مطوّرو البرمجيات

Use this skill to reproduce, profile, or analyze WebAssembly (Wasm) execution performance using d8 shell.

2026-06-10
v8-testing
محللو ضمان جودة البرمجيات والمختبرون

Executes and interprets V8 tests. Use when running unittests, cctest, or mjsunit, or when debugging test failures. Do not use for building.

2026-06-09
v8-regression-testing
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when designing, writing, or minimizing regression tests (e.g., mjsunit) for V8 bug fixes

2026-06-03
workflow-debugging
مطوّرو البرمجيات

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.

2026-06-03
workflow-general-debugging
مطوّرو البرمجيات

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.

2026-06-03
workflow-gerrit-fix
مطوّرو البرمجيات

Workflow for automatically fixing errors or addressing comments on a Gerrit CL requested by the user.

2026-06-01
workflow-perf
مطوّرو البرمجيات

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.

2026-06-01
agent-evaluation-framework
المهن الحاسوبية الأخرى

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.

2026-05-28
trace-processor
مطوّرو البرمجيات

Managing and querying Perfetto traces using the trace_processor MCP server.

2026-05-21
v8-commands
مطوّرو البرمجيات

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.

2026-05-19
v8-poc-classification
محللو أمن المعلومات

Checks if a POC provided by some JS and d8 flags is a vulnerability or just a regular bug.

2026-05-08
orchestrator
المهن الحاسوبية الأخرى

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.

2026-05-08
v8-structure
مطوّرو البرمجيات

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.

2026-05-07
v8-understanding
مطوّرو البرمجيات

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, Turboshaft), or doing static research on V8 subsystems. Essential for locating high-level design documents in the local docs/ directory before reading C++ code. Do not use for raw build commands or Git workflows.

2026-05-07
agent-self-improvement
المهن الحاسوبية الأخرى

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.

2026-05-07
clangd-setup
مطوّرو البرمجيات

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.

2026-05-07
crossbench
مطوّرو البرمجيات

Running benchmarks with Crossbench.

2026-05-07
doc-invalidation-checker
مطوّرو البرمجيات

Analyzes recent commits and uses a smart AI subagent to check if they invalidate any documentation in docs/.

2026-05-07
ecmascript-evaluation
مطوّرو البرمجيات

Evaluates JavaScript using the official ECMAScript specification

2026-05-07
env-abstraction
مطوّرو البرمجيات

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.

2026-05-07
jsvu
مطوّرو البرمجيات

How to use jsvu for cross-engine testing.

2026-05-07
torque
مطوّرو البرمجيات

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.

2026-05-07
v8-ciderg-paths
مطوّرو البرمجيات

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.

2026-05-07
v8-log
مطوّرو البرمجيات

Understanding v8.log files.

2026-05-07
v8-profile
مطوّرو البرمجيات

Profiling V8 execution.

2026-05-07
v8-setup
مطوّرو البرمجيات

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.

2026-05-07
subagent-env-passing
مطوّرو البرمجيات

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.

2026-04-29
header-cycle-breaker
مطوّرو البرمجيات

Guide for breaking cyclic dependencies in V8 headers and resolving cascade IWYU failures.

2026-04-28
v8 Agent Skills على GitHub | SkillsMP