Senior Qa
v2.1.1Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, an...
⭐ 2· 2k·10 current·10 all-time
byAlireza Rezvani@alirezarezvani
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description map directly to the included scripts (test generator, coverage analyzer, E2E scaffolder) and documentation. There are no unrelated required binaries, environment variables, or config paths requested; the code files present implement the described capabilities.
Instruction Scope
Runtime instructions tell the agent to run the included python scripts against the user's project directories. Those scripts intentionally scan source trees and coverage outputs and will read many project files and write generated test files into output directories; that behavior is expected for this purpose but means the skill will access your repository files when invoked. Generated test fixtures include example credentials and login stubs (e.g., test@example.com / 'password' placeholders) which are for scaffolding only and should be reviewed/removed before executing tests against real services.
Install Mechanism
There is no remote install step or external download; this is an instruction-plus-included-scripts skill. Nothing in the manifest indicates it will fetch or execute arbitrary code from untrusted URLs during install.
Credentials
The skill requests no environment variables, credentials, or special config paths. The scripts may assume a local dev base URL (default http://localhost:3000) for scaffolding Playwright tests; no secrets are required by the skill itself.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It will create files in your project (generated tests/reports) when you run the provided scripts, which is normal for a scaffolding tool and limited in scope to the repository you point it at.
Assessment
This skill appears coherent for generating tests and analyzing coverage, but take these precautions before using it: 1) Audit the included scripts (scripts/*.py) locally to ensure you understand what files they read/write and replace any placeholder credentials in generated fixtures. 2) Run the generators against a copy or branch of your repo (not production) so you can review diffs before committing. 3) Don't run generated E2E tests against production endpoints — configure a local/dev base URL. 4) Note the package has no homepage and an unknown source/owner; if you need high assurance, request provenance or prefer a skill from a known maintainer. 5) Expect some generated tests to be templates with TODOs and occasional small bugs (the README/SKILL.md shows at least one malformed example) — review and run unit tests in a controlled environment.Like a lobster shell, security has layers — review code before you run it.
latestvk97av93es2ce06abzg49aecxm182kmy7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
