Skip to content

Add verify-samehere skill for scripted UI proofs - #21

Draft
builtbyd3v wants to merge 2 commits into
bb/access-plan-document-from-commit-thr_d8qs9vn2y5from
cursor/verify-samehere-skill-bd92
Draft

Add verify-samehere skill for scripted UI proofs#21
builtbyd3v wants to merge 2 commits into
bb/access-plan-document-from-commit-thr_d8qs9vn2y5from
cursor/verify-samehere-skill-bd92

Conversation

@builtbyd3v

@builtbyd3v builtbyd3v commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Adds a project-local verification skill so agents can launch an isolated samehere instance, doctor it, drive logged-out user paths, and keep proof artifacts after cleanup.

What

  • .cursor/skills/verify-samehere/ with Launch, Doctor, Drive, Evidence, Cleanup, and Helpers (control-samehere)
  • Feature map for landing, signup, login, pricing, and public profile
  • Isolated next dev on 127.0.0.1:4173 plus Chrome CDP via Playwright-core (system Chrome)

Proved

End-to-end proof of landing: launch → doctor → header Log in / Join free → section nav and Messages tab → screenshots + ARIA snapshots → cleanup. Evidence remained after teardown.

Notes

  • Does not change product code
  • Scaffolded Supabase env is process-only when .env.local is missing; auth success and live profiles stay out of scope in that mode
  • Base is bb/access-plan-document-from-commit-thr_d8qs9vn2y5, not main
Open in Web Open in Cursor 

Gives agents a scripted way to start an isolated Next.js instance, drive the logged-out web UI through control-samehere, and keep proof artifacts after cleanup.

Co-authored-by: Dev Goswami <builtbyd3v@users.noreply.github.com>
@vercel

vercel Bot commented Sep 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
samehere Ready Ready Preview Sep 11, 2026 3:04am UTC

Doctor now finds the Next listener without ss/lsof. The browser helper uses the real Chrome binary, a fixed DevTools port, and exits after each command so CDP cannot hold the shell.

Co-authored-by: Dev Goswami <builtbyd3v@users.noreply.github.com>
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