一键导入
debugging-sessions
Investigate problems with recorded session data. Use when session recordings appear incomplete, corrupted, or contain unexpected data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Investigate problems with recorded session data. Use when session recordings appear incomplete, corrupted, or contain unexpected data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Investigate unexpected visual differences between head and base replays. Use when screenshot diffs are flagged or visual regressions are reported.
Investigate flaky or non-deterministic replay behavior. Use when replays produce different results across runs of the same session against the same code.
Investigate network-related replay failures and divergences. Use when replays fail due to network errors, stubbing issues, or request ordering problems.
Investigate timeline divergence between head and base replays. Use when event sequences, ordering, or timing differ unexpectedly.
Analyze PR source code changes and correlate with screenshot diffs. Use when pr-diff.txt is present and you need to understand which code changes caused visual differences.
| name | debugging-sessions |
| description | Investigate problems with recorded session data. Use when session recordings appear incomplete, corrupted, or contain unexpected data. |
Use this guide when investigating problems with the recorded session data itself.
debug-data/sessions/<id>/data.json (this can be very large, use grep/search).rrwebEvents, userEvents, recordedRequests, applicationStorage, webSockets.userEvents contains the sequence of user interactions that will be replayed.recordedRequests contains HAR-format entries of network activity.applicationStorage captures localStorage, sessionStorage, and cookies.abandoned: true were not completed normally.numberUserEvents and numberBytes for unusually small or large values.