Skip to content

remove legacy browser and verify skills#43

Merged
brsbl merged 1 commit into
mainfrom
improve/qa-skill-rewrite
May 28, 2026
Merged

remove legacy browser and verify skills#43
brsbl merged 1 commit into
mainfrom
improve/qa-skill-rewrite

Conversation

@brsbl
Copy link
Copy Markdown
Owner

@brsbl brsbl commented Apr 6, 2026

Summary

  • Removes the legacy standalone /browser and /verify skills.
  • Removes their packaged agent-browser dependency.
  • Updates active docs/workflows to route browser/Electron/UI checks through /test browser, /test electron, project-specific harnesses, or the host browser automation tool.
  • Removes stale plugin registrations and old browser-session cleanup debt.

Changes

  • Deletes skills/browser/** and skills/verify/**.
  • Removes agent-browser from root package.json / package-lock.json.
  • Removes deleted skill/agent registrations from .claude-plugin/marketplace.json.
  • Removes /browser from CLAUDE.md and replaces README browser utility rows with /test/host-tool guidance.
  • Updates /otto, /spec, and /test guidance so they no longer point at deleted standalone UI skills or their packaged CLI dependency.
  • Removes stale browser.pid cleanup snippets from reset skills.

Dependabot / related PR cleanup

  • Branch history is one cleanup-only commit on origin/main; no QA rewrite commits remain.
  • There were no open Dependabot PRs for agent-browser or deleted skills/browser / skills/verify paths to close.
  • Existing open Dependabot PRs for vite / picomatch are retained because they are still used by active test/summary tooling, not by the deleted legacy skills.
  • No Dependabot config change is needed after removing agent-browser; future dependency PRs for that package should stop because it is no longer in the manifests.

Validation

  • npm test — 20 tests passed locally.
  • npm run lint — Biome passed locally.
  • git diff --check origin/main -- . passed locally.
  • Final branch diff has no skills/qa/** changes versus origin/main.
  • Commit history and PR body contain no QA rewrite work.
  • Non-QA reference scan has no remaining /browser, /verify, skills/browser, skills/verify, or agent-browser references.

@brsbl brsbl force-pushed the improve/qa-skill-rewrite branch 3 times, most recently from faa2211 to 66a2928 Compare May 15, 2026 02:05
@brsbl brsbl changed the title rewrite /qa skill with realistic examples and subagents rewrite QA flow and remove legacy UI skills May 28, 2026
@brsbl brsbl changed the title rewrite QA flow and remove legacy UI skills remove legacy browser and verify skills May 28, 2026
@brsbl brsbl force-pushed the improve/qa-skill-rewrite branch from 9744729 to 6d527cf Compare May 28, 2026 01:17
@brsbl brsbl force-pushed the improve/qa-skill-rewrite branch from 6d527cf to ff8284e Compare May 28, 2026 01:22
@brsbl brsbl merged commit c012be1 into main May 28, 2026
1 check passed
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