Agent skill
tests
Install this agent skill to your Project
npx add-skill https://github.com/leonj1/external-claude-skills/tree/main/skills/repo/frontend/tests
SKILL.md
Docker Frontend Tests Skill
Description
Frontend project tests must run within a Docker container defined by a Dockerfile.frontend.tests that includes all required dependencies.
Requirements
- A
Dockerfile.frontend.testsmust exist in the frontend project root - The Dockerfile must include all dependencies needed to run the frontend tests
- The Docker image must build successfully
Validation
Run the following command to validate the Dockerfile:
docker build -f Dockerfile.frontend.tests -t frontend-tests .
A successful build (exit code 0) indicates the Dockerfile is valid and complete.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
auth-cognito
auth-auth0
strict-architecture
Enforces universal strict governance rules (500 lines, 5 funcs, 4 args) and interface-first I/O for Python, Golang, and .NET.
context-initializer
Automatically invokes init-explorer agent when project context is empty or unknown.
rds-postgres
flyway-backend-docker
Setup backend project with Flyway SQL migrations, tini init system, and MySQL integration testing. Modifies existing Dockerfile from backend-docker skill.
Didn't find tool you were looking for?