D

Denoland技能

deno
denoland
在編寫、執行、設定、審查或偵錯 Deno 專案中的程式碼,或建立新專案時使用。涵蓋使用 deno 進行依賴管理…
official
deno-deploy
denoland
Use when deploying Deno apps to production, asking about Deno Deploy, or working with `deno deploy` CLI commands. Covers deployment workflows, environment…
official
deno-expert
denoland
專家級的 Deno 知識,適用於程式碼審查、除錯及最佳實務強制執行。在審查 Deno 程式碼或回答進階 Deno 問題時使用。
official
deno-frontend
denoland
在處理 Fresh 框架、建立 Fresh 中的路由或處理器、使用 Preact 建構網頁 UI,或在 Deno 中加入 Tailwind CSS 時使用。涵蓋 Fresh 2.x…
official
deno-guidance
denoland
在任何開始Deno專案、選擇套件、配置deno.json或執行CLI指令時使用。提供建構現代Deno專案的基礎知識…
official
deno-project-templates
denoland
在搭建新的 Deno 專案時使用。提供 Fresh 網頁應用程式、CLI 工具、函式庫及 API 伺服器的模板,並遵循現代最佳實務。
official
deno-sandbox
denoland
在構建需要執行不受信任的使用者程式碼、AI 生成的程式碼,或需要隔離的程式碼執行環境的功能時使用。涵蓋 @deno/sandbox SDK。
official
fmt
denoland
Format all code in the repository. Run before opening a PR or committing changes.
official
fmt
denoland
格式化儲存庫中的所有程式碼。在開啟 PR 或提交變更之前執行。
official
issue-triage
denoland
Triage a Deno GitHub issue — reproduce bugs, classify, label, and comment with findings. Use when asked to triage an issue or when an issue number/URL is…
official
issue-triage
denoland
對 Deno GitHub 問題進行分類 — 重現錯誤、分類、標記並附上發現結果進行評論。當被要求分類問題或提供問題編號/網址時使用。
official
lint-all
denoland
Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.
official
lint-all
denoland
對所有程式碼進行 lint(Rust + JS/TS)。在修改 Rust 程式碼後、開啟 PR 前使用。
official
lint-js
denoland
Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).
official
lint-js
denoland
僅對 JS/TS 程式碼進行 lint。僅在僅修改了 JavaScript 或 TypeScript 檔案(無 Rust)時,於開啟 PR 前使用。
official
migrate-to-deno
denoland
Use when moving a Node.js, npm, Yarn, pnpm, or Bun project to Deno, or when adopting Deno incrementally in an existing JavaScript or TypeScript codebase.…
official
node-compat
denoland
Run a Node.js compatibility test, diagnose failures, and either fix the implementation, skip, or ignore the test. Use when asked to work on node compat tests.
official
node-compat
denoland
執行 Node.js 相容性測試,診斷失敗原因,並修正實作、跳過或忽略該測試。在要求處理 node compat 測試時使用。
official
review-pr
denoland
審查 Deno 執行環境的拉取請求,確認其正確性、測試、安全性及慣例。當被要求審查 PR 或提供 PR 編號/網址時使用…
official
review-pr
denoland
Review a Deno runtime pull request for correctness, tests, security, and conventions. Use when asked to review a PR or when a PR number/URL is provided for…
official