coding-standards
✓在整個代碼庫中強制執行一致的編碼標準,包括命名約定、代碼組織和文檔要求。在編寫新代碼、審查拉取請求或重構現有代碼時使用。
SKILL.md
Enforces consistent naming conventions, code organization, and documentation across the codebase.
| Java | PascalCase for classes | UserService.java | | Python | snakecase for modules | userservice.py | | TypeScript/JS | kebab-case or camelCase | user-service.ts | | Shell | kebab-case | run-tests.sh |
| validate(dir) | Run all naming convention checks | | checkNamingConventions(dir) | Check file naming | | checkJavaClass(path) | Validate Java class name | | checkPythonModule(path) | Validate Python module name | | checkTypeScriptFile(path) | Validate TS/JS file name |
在整個代碼庫中強制執行一致的編碼標準,包括命名約定、代碼組織和文檔要求。在編寫新代碼、審查拉取請求或重構現有代碼時使用。 來源:bitsoex/bitso-java。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/bitsoex/bitso-java --skill coding-standards- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 coding-standards?
在整個代碼庫中強制執行一致的編碼標準,包括命名約定、代碼組織和文檔要求。在編寫新代碼、審查拉取請求或重構現有代碼時使用。 來源:bitsoex/bitso-java。
如何安裝 coding-standards?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/bitsoex/bitso-java --skill coding-standards 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/bitsoex/bitso-java
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01