Skip to content

add debug-browser-session skill for client-side CDP debugging#23

Draft
ehfeng wants to merge 2 commits into
mainfrom
hypeship/debug-browser-session-skill
Draft

add debug-browser-session skill for client-side CDP debugging#23
ehfeng wants to merge 2 commits into
mainfrom
hypeship/debug-browser-session-skill

Conversation

@ehfeng
Copy link
Copy Markdown

@ehfeng ehfeng commented May 19, 2026

Summary

Adds a new public-facing debug-browser-session skill to the kernel-sdks plugin. Walks users through narrowing down CDP connection drops and mid-session disconnects:

  1. Capture Playwright debug logs with DEBUG=pw:browser*,pw:protocol* and read which side closed the WS first
  2. Add CDP reconnect retries for transient network drops
  3. Prefer server-side playwright.execute() for long-running scripts
  4. Enable session replays for visual debugging
  5. What to share with support if the issue still looks server-side

Test plan

  • Skill renders correctly in Claude Code / Cursor after install
  • Frontmatter description triggers the skill on relevant CDP-drop questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant