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 jeremylongshore/claude-code-plugins-plus-skills --plugin stackblitz-packDelivers production checklist for WebContainer and StackBlitz SDK apps: headers, browser support, fallbacks, error handling. Refer to API docs for details.
Tests local web applications using Playwright: verifies frontend functionality, debugs UI behavior, captures screenshots, views logs. Mandatory before declaring implementation complete.
Implements end-to-end testing workflows with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration.