D

Denoland技能

deno
denoland
Use when writing, running, configuring, reviewing, or debugging code in a Deno project, or when scaffolding a new one. Covers dependency management with 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 构建 Web 界面,或在 Deno 中添加 Tailwind CSS 时使用。涵盖 Fresh 2.x…
official
deno-guidance
denoland
在任何Deno项目启动、选择包、配置deno.json或运行CLI命令时使用。提供构建现代Deno应用的基础知识…
official
deno-project-templates
denoland
在搭建新的Deno项目时使用。提供Fresh Web应用、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 议题进行分类处理 — 复现 bug、分类、打标签并附上发现结果进行评论。在要求对议题进行分类处理或提供议题编号/URL 时使用…
official
lint-all
denoland
Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.
official
lint-all
denoland
对所有代码(Rust + JS/TS)进行 lint 检查。在修改了 Rust 代码后、提交 PR 前使用。
official
lint-js
denoland
仅检查JS/TS代码。当只更改了JavaScript或TypeScript文件(没有Rust)时,在打开PR之前使用。
official
lint-js
denoland
仅对JS/TS代码进行lint检查。当仅修改了JavaScript或TypeScript文件(未涉及Rust)时,在打开PR前使用。
official
migrate-to-deno
denoland
在将Node.js、npm、Yarn、pnpm或Bun项目迁移到Deno时,或在现有JavaScript或TypeScript代码库中逐步采用Deno时使用。
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 编号/URL 时使用…
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