Skip to main content
Back to the directory
alirezarezvani/claude-skillsSoftware EngineeringFrontend and Design

init

Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
982

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/alirezarezvani/claude-skills --skill init
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, init has 982 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: alirezarezvani/claude-skills. Canonical URL: https://skills.sh/alirezarezvani/claude-skills/init.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow. Use the Explore subagent to scan the project: If not already installed: Or if the user prefers manual setup: Adapt to the detected framework: Next.js: React (Vite): Vue/Nuxt: Angular: No framework detected: If .github/workflows/ exists, create playwright.yml : If .gitlab-ci.yml exists, add a Playwright stage instead. Append if not already present: Add to package.json scripts: Run the example test: Report the result. If it fails, diagnose and fix before completing. Confirm what was created: - Check package.json for framework (React, Next.js, Vue, Angular, Svelte) - Check for tsconfig.json → use TypeScript; otherwise JavaScript - Check if Playwright is already installed ( @playwright/test in dependencies) - Check for existing test directories ( tests/ , e2e/ , __tests__/ ) - Check for existing CI config ( .github/workflows/ , .gitlab-ci.yml ) - Change baseURL to - Change webServer.command to npm run dev - Change baseURL to - Change webServer.command to npm run dev - Change baseURL to - Change webServer.command to npm run start - Omit webServer block - Set baseURL from user input or leave as placeholder - Config file path and key settings - Test directory and example test - CI workflow (if applicable) - npm scripts added - How to run:...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does init do?

Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow.

Is init good?

init does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support init?

init currently lists compatibility with Skills CLI.

Is init safe to install?

init has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to init?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install init?

Run the following command to install init: npx skills add https://github.com/alirezarezvani/claude-skills --skill init

Related skills

More from alirezarezvani/claude-skills

Related skills

Alternatives in Software Engineering