← スキル一覧に戻る

bun-biome-turborepo
by HuynhSang2005
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: bun-biome-turborepo description: Workflow dev trong repo (Bun package manager, Biome lint/format, Turborepo scripts). Dùng khi chạy dev/build/test, debug lint/typecheck, hoặc chuẩn hoá commands.
Bun + Biome + Turborepo workflow
Khi nào dùng skill này
- Khi bạn nói: "chạy dev", "build", "typecheck", "biome", "format", "turbo".
Commands chuẩn (repo)
- Dev (monorepo):
bun run dev - Build (monorepo):
bun run build - Start (monorepo):
bun run start - Lint:
bun run lint - Lint autofix:
bun run lint:fix - Format:
bun run format
Apps/web (khi cần chạy riêng)
- Dev:
cd apps/webrồibun run dev - Lint:
bun run lint - Lint autofix:
bun run lint:fix - Format:
bun run format - Format check:
bun run format:check - Typecheck:
bun run typecheck - E2E:
bun run test:e2e
Quy tắc
- Không dùng npm/yarn/pnpm.
- Không dùng ESLint/Prettier (Biome là chuẩn).
Biome là all-in-one
- Biome thay thế cả Prettier (formatter) và ESLint (linter).
- Biome có flag
--stagedđể format/lint chỉ staged files (thay thếpretty-quick). - Pre-commit hook:
.husky/pre-commitchạybunx biome check --staged --no-errors-on-unmatched --write.
Khi gặp lỗi Biome
- Ưu tiên chạy script đã có:
- Monorepo:
bun run lint:fix - Riêng apps/web:
cd apps/webrồibun run lint:fix
- Monorepo:
- Nếu cần chạy Biome trực tiếp:
bunx biome check --write . - Nếu lỗi parse file config (JSON/JSONC), sửa trước rồi chạy lại.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です