From stackblitz-pack
Provides CI testing for WebContainer apps using Playwright browser tests. For StackBlitz SDK or WebContainers work. Trigger: stackblitz CI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stackblitz-pack:stackblitz-ci-integrationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
CI testing for WebContainer apps with Playwright browser tests.
CI testing for WebContainer apps with Playwright browser tests.
See the core workflow skills for implementation patterns.
| Issue | Cause | Solution |
|---|---|---|
| Configuration error | Wrong setup | Check WebContainer docs |
| Build failure | Missing deps | Run npm install |
See related skills for more patterns.
npx claudepluginhub luxdevnet/claude-plus-lux --plugin stackblitz-pack7plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 7 plugins
Provides CI testing for WebContainer apps using Playwright browser tests. For StackBlitz SDK or WebContainers work. Trigger: stackblitz CI.
Tests local web applications using Playwright: verifies frontend functionality, debugs UI behavior, captures screenshots, views logs. Mandatory before declaring implementation complete.
Automates browser tasks and E2E testing with Playwright: auto-detects dev servers, generates scripts for pages, forms, screenshots, responsive design, UX validation, login flows, cross-browser checks in TypeScript/JavaScript/Python projects.