一键导入
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 职业分类
| 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
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.