一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | v8-workflow |
| description | 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. |
This skill defines the standard process for setting up and managing your development environment in V8.
Before starting any feature or bug fix, you MUST decide on a strategy:
Isolated Strategy (Recommended): Create a dedicated git worktree and
branch. This prevents cross-contamination between tasks. Use
create_worktree.sh.
Reuse Strategy: Work in the current directory and branch.
Issue Reset: If starting a new task without a worktree, always ask
before resetting the git cl issue.
Once the branch is ready, ensure your local environment is configured for V8 development:
export PATH=$PATH:$HOME/depot_toolsout/x64.debug).Managing and querying Perfetto traces using the trace_processor MCP server.
Documentation for conditional testing in V8 using gm.py.
Guides the initial analysis and impact assessment of a V8 security report, strictly excluding implementation or fixing.
Executes and interprets V8 tests. Use when running unittests, cctest, or mjsunit, or when debugging test failures. Do not use for building.
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.