원클릭으로
github-actions
Set up GitHub Actions CI for lint, typecheck, and tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up GitHub Actions CI for lint, typecheck, and tests.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up and run Playwright end-to-end tests.
Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like buttons, dialogs, dropdowns, tables, and complex form layouts.
Configure Biome linting/formatting and Husky pre-commit hooks via Ultracite.
Use Lucide React icons correctly. Reference file contains all 1,671 valid icon names — always verify against it before using an icon.
Set up Tailwind v4 with shadcn/ui using @theme inline pattern and CSS variable architecture. Four-step pattern: CSS variables, Tailwind mapping, base styles, automatic dark mode. Prevents 8 documented errors. Use when initializing React projects with Tailwind v4, or fixing colors not working, tw-animate-css errors, @theme inline dark mode conflicts, @apply breaking, v3 migration issues.
| name | github-actions |
| description | Set up GitHub Actions CI for lint, typecheck, and tests. |
Create .github/workflows/ci.yml in the project root. See references/ci.yml for the full template.
The CI pipeline mirrors the Husky pre-commit checks:
bunx biome ci .bunx playwright testmainoven-sh/setup-bun@v2 for bun.bun install --frozen-lockfile for reproducible installs.bunx playwright install --with-deps.~/.bun/install/cache.CI=true environment variable.mkdir -p .github/workflows
# Copy from references/ci.yml or write directly