원클릭으로
bun-workflow
Use this skill when you need a Bun runbook (dev, build, lint, typecheck, tests, migrations, and verification steps).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when you need a Bun runbook (dev, build, lint, typecheck, tests, migrations, and verification steps).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | bun-workflow |
| description | Use this skill when you need a Bun runbook (dev, build, lint, typecheck, tests, migrations, and verification steps). |
Use this skill to run and verify a project locally.
bun dev (Next.js on :3000)bun run buildbun run linttsc --noEmitbunx drizzle-kit generatebunx drizzle-kit migratebunx drizzle-kit studio.env (e.g., DATABASE_URL, your auth provider keys) before running.package.json defines).When you make changes intended to reduce Vercel cost/latency, always verify you didn’t trade correctness for speed:
lint, typecheck, test, build) and spot-check the affected routes.revalidatePath) and client bundle bloat ('use client' creep).Reference:
package.jsonUse this skill when you need to diagnose and fix React 19 performance issues (render churn, slow updates, Suspense/Transitions, memoization, profiling, and React Compiler).
Write clean, behavior-focused unit/integration tests that remain trustworthy when code is written or modified by agents (prevents “test weakening”, enforces invariants, and adds CI guardrails).
Use this skill when you are creating or updating Agent Skills in your project (structure, YAML frontmatter, naming, and progressive disclosure).
Use this skill when designing or refactoring boundaries, responsibilities, and change drivers using practical software architecture “hard parts” thinking + SRP.
Use this skill when you need a thorough code hygiene pass (dead code, lint escapes, consistency, formatting drift, and subtle smells) on touched files.
Use this skill when you need a senior-level review of a PR/diff for security, correctness, performance, and maintainability (TypeScript + React 19 + Next.js 16).