一键导入
lint-js
Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Format all code in the repository. Run before opening a PR or committing changes.
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 provided for triage.
Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.
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 review.
| name | lint-js |
| description | Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust). |
| user-invocable | true |
| allowed-tools | Bash(./x lint-js) |
Run the JS/TS linter:
./x lint-js
If there are lint errors, fix them and re-run until clean.