Skip to content

feat(.pochi): add vscode skill for extension development and debugging - #1326

Draft
zhanba wants to merge 2 commits into
mainfrom
feat/vscode-skill
Draft

feat(.pochi): add vscode skill for extension development and debugging#1326
zhanba wants to merge 2 commits into
mainfrom
feat/vscode-skill

Conversation

@zhanba

@zhanba zhanba commented Mar 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds .pochi/skills/vscode/SKILL.md — a skill that guides agents to launch VS Code with the Pochi extension loaded in development mode via CDP
  • Documents the full workflow: launch → connect agent-browser → snapshot → interact → cleanup
  • Includes workarounds for VS Code's sandboxed webview limitations (screenshots + pixel-coordinate clicks) and known agent-browser frame switching bug

Test plan

  • Verify the skill is discoverable by the vscode skill name
  • Follow the documented launch command and confirm VS Code opens with the extension in dev mode
  • Confirm agent-browser can connect on port 9223 and take a snapshot/screenshot

🤖 Generated with Pochi | Task

@codecov-commenter

codecov-commenter commented Mar 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 14.27%. Comparing base (eb58f10) to head (f4fc997).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1326   +/-   ##
=======================================
  Coverage   14.27%   14.27%           
=======================================
  Files         690      690           
  Lines       64710    64710           
  Branches     1824     1757   -67     
=======================================
  Hits         9236     9236           
  Misses      55191    55191           
  Partials      283      283           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zhanba
zhanba force-pushed the feat/vscode-skill branch from 9b73642 to 903eaaf Compare March 18, 2026 10:37
zhanba and others added 2 commits March 24, 2026 15:16
Adds a skill that guides agents to launch VS Code with the Pochi extension in development mode and interact with it via CDP/agent-browser, including workarounds for sandboxed webview limitations.

🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-3b57fa32a63d4bcf92b3e5d217fb442d)

Co-Authored-By: Pochi <noreply@getpochi.com>
@zhanba
zhanba force-pushed the feat/vscode-skill branch from f8da22a to f4fc997 Compare March 24, 2026 07:16
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.

2 participants