πŸ”Œ

pro-testing

πŸ”ŒPlugin

jodybrewster/pro-dev-skillset

VibeIndex|
What it does
Security check pending

The Verify phase: native Vitest (unit/component), agent-browser (interactive verification), and Storybook interactions, plus qa-suite β€” a bridge to the petrkindlmann/qa-skills library installed on demand via the /qa-engine command (npx skills add): qa-do/qa-start routers, playwright-automation, visual-testing, api/contract-testing, test-reliability, and QA strategy/risk/planning. Playwright is provided on demand via the qa-suite bridge (/qa-engine), not as a hard plugin dependency.

πŸͺ

Part of

jodybrewster/pro-dev-skillset

development

Installation

Add marketplace in Claude Code:
/plugin marketplace add jodybrewster/pro-dev-skillset
Step 2. Install plugin:
/plugin install pro-testing@pro-dev-skillset
0
-
AddedJul 24, 2026

More from this repository10

πŸͺ
jodybrewster/pro-dev-skillsetπŸͺMarketplace

Marketplace

πŸ”Œ
pro-coreπŸ”ŒPlugin

Universal base skills and guardrails: find-skills and using-pro-dev (the cross-lifecycle router that maps a task to the right phase and skill, including bridge skills like impeccable-bridge, qa-suite, and lavish). /gh universal GitHub workflow command (briefing, new, commit, push, pr, ship, sync, resolve). PreToolUse hook blocks dangerous Bash (force-push to main, rm -rf /, .env redirects, sudo, chmod 777, curl|bash). SessionStart hook nudges parallel subagent dispatch. /pro-dev-doctor health-checks an installed marketplace (plugin coverage, strict validation, routing smoke check).

πŸ”Œ
pro-executionπŸ”ŒPlugin

Execution discipline skills: TDD, systematic debugging, git worktrees, Worktrunk parallel worktree management (/wt), and subagent-driven development. Depends on pro-core for universal guardrails and repo safety. Also installs worktrunk from the worktrunk marketplace via install-companions.sh.

πŸ”Œ
pro-qualityπŸ”ŒPlugin

Quality gate skills: requesting + receiving code review, verification-before-completion, validation handoff. Enforces doc freshness before git push and blocks plan saves outside the project directory.

πŸ”Œ
pro-nextjsπŸ”ŒPlugin

Next.js skills: next-best-practices (auto-applied guardrails for file conventions, RSC boundaries, async APIs, data patterns, error handling, metadata, image/font), next-upgrade (structured upgrade workflow with codemods), next-cache-components (PPR, use cache, cacheLife, cacheTag), shadcn (component installation, theming, composition patterns). Adapted from vercel-labs/next-skills. Also installs vercel and figma from claude-plugins-official via install-companions.sh.

πŸ”Œ
pro-designπŸ”ŒPlugin

Frontend design skills: design tokens, accessibility audit (WCAG 2.2 POUR), motion system, motion (Framer Motion implementation + discipline), typography scale, shadcn/ui composition, stitch-skill (create/update DESIGN.MD), taste-skill (targeted visual polish pass), plus impeccable-bridge (a thin bridge to the standalone impeccable engine for the full end-to-end UI/UX pass β€” not vendored) and the /design-engine command to check, install, or update that engine. Install figma from claude-plugins-official via install-companions.sh.

πŸ”Œ
pro-dataπŸ”ŒPlugin

Data & auth skills: Drizzle ORM (architecture + schema), Prisma schema patterns, NextAuth/Auth.js patterns

πŸ”Œ
pro-spddπŸ”ŒPlugin

Structured Prompt-Driven Development workflow: story decomposition, analysis, REASONS Canvas, generation, prompt update, sync, API test, code review, and reverse engineering. Includes openspdd-ts CLI (bin/openspdd.mjs) for installing templates into any AI editor. Depends on pro-execution for disciplined implementation workflows. Adapted from gszhangwei/open-spdd.

πŸ”Œ
pro-pddπŸ”ŒPlugin

Default Define + Plan skills: interview-me and idea-refine (Define-phase intent extraction and idea refinement, forked from addyosmani/agent-skills), brainstorming, written implementation plans, and lavish β€” a bridge plus /lavish command for the kunchenguid/lavish-axi CLI that renders agent output (plans, tables, diagrams, diffs, reports) as reviewable HTML artifacts the user annotates in the browser (installed on demand via /lavish-engine). Depends on pro-execution for worktree and subagent execution handoff.

πŸ”Œ
pro-gstackπŸ”ŒPlugin

Opt-in GStack workflow adapters: persona-driven planning, review, QA, shipping, browser, security, documentation, and memory workflows. Adapted from garrytan/gstack.