Captures and compares DOM snapshots through the cdp MCP server. Use when the task involves proving what changed after an interaction, navigation, or script execution.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Captures and compares DOM snapshots through the cdp MCP server. Use when the task involves proving what changed after an interaction, navigation, or script execution.
Inspecting DOM Changes
Use this skill when the important output is a before-and-after diff rather than a single page snapshot.
Quick start
Capture named snapshots with snapshot_dom
Compare them with dom_diff
Use list_dom_snapshots when you need to inspect what has been saved
Use this skill for
verifying that a click or form submission changed the page
diffing content before and after client-side rendering