con un clic
prettier-formatting
Ensure codebase is formatted with Prettier before submitting a PR.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Ensure codebase is formatted with Prettier before submitting a PR.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Deploy PersonalWebsite to OKD/OpenShift and work with infra scripts (okd-setup, ARC). Use when deploying, editing files under infra/, or configuring CI runners on the cluster.
Personal site development and content.
Update and run unit and E2E tests after making changes to the site.
Use this skill to understand how to perform local development, running, and testing for the PersonalWebsite repository.
Use this skill to understand how website analytics are collected for the PersonalWebsite project via Datadog.
Use this skill to understand how container images are built and pushed for the PersonalWebsite repository.
| name | prettier-formatting |
| description | Ensure codebase is formatted with Prettier before submitting a PR. |
| paths | ["**/*.{js,jsx,ts,tsx,json,css,md}"] |
Before submitting a pull request, you MUST ensure that the codebase is correctly formatted using Prettier.
npm run format (runs prettier --write .)npm run format:check (runs prettier --check .)npm run format.