jsdoc-best-practices
✓強制執行此 TypeScript 項目的 JSDoc 文檔標準。在編寫或審查 TypeScript 代碼時應使用此技能,以確保正確記錄文件前導碼、函數文檔、接口文檔,以及記錄“什麼”與“為什麼”之間的關鍵區別。使用此技能來了解項目的 JSDoc ESLint 規則和既定模式。
SKILL.md
This skill defines the JSDoc documentation standards for this project. The core principle is that documentation should explain "why", not just "what". Code already shows what it does—good documentation explains the reasoning, context, and non-obvious details that help developers understand and maintain the code.
This documentation adds no value—the function name already tells us it gets a user by ID.
The project enforces JSDoc through eslint-plugin-jsdoc with these rules:
強制執行此 TypeScript 項目的 JSDoc 文檔標準。在編寫或審查 TypeScript 代碼時應使用此技能,以確保正確記錄文件前導碼、函數文檔、接口文檔,以及記錄“什麼”與“為什麼”之間的關鍵區別。使用此技能來了解項目的 JSDoc ESLint 規則和既定模式。 來源:codyswanngt/lisa。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/codyswanngt/lisa --skill jsdoc-best-practices- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 jsdoc-best-practices?
強制執行此 TypeScript 項目的 JSDoc 文檔標準。在編寫或審查 TypeScript 代碼時應使用此技能,以確保正確記錄文件前導碼、函數文檔、接口文檔,以及記錄“什麼”與“為什麼”之間的關鍵區別。使用此技能來了解項目的 JSDoc ESLint 規則和既定模式。 來源:codyswanngt/lisa。
如何安裝 jsdoc-best-practices?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/codyswanngt/lisa --skill jsdoc-best-practices 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/codyswanngt/lisa