一键导入
javafxtool-development
Use this project skill when implementing, testing, or reviewing changes in the javafxTool JavaFX/Maven codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this project skill when implementing, testing, or reviewing changes in the javafxTool JavaFX/Maven codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use this skill whenever you author or amend git commits, write a pull request title, or generate suggested commit messages for the javafxTool repository. It enforces the AngularJS Git Commit Message Conventions used by the project.
Use this skill whenever you add, upgrade, downgrade or remove a Maven dependency in javafxTool. The project surfaces its bundled dependencies in several places (UI, IDE artifact descriptors, READMEs) and they all have to stay in sync.
Use this skill whenever you change user-facing or developer-facing documentation in javafxTool. The project ships two documentation sites — docsify (`docs/`) and Doxygen (`doxygen/`) — and three README languages, all of which usually need to be updated together.
基于 SOC 职业分类
| name | javafxtool-development |
| description | Use this project skill when implementing, testing, or reviewing changes in the javafxTool JavaFX/Maven codebase. |
| license | MIT |
Use this skill for repository-specific implementation work in javafxTool.
frame, core, login, common, demo, smc, qe, and cg.I18nUtils.get("key").mvn -DskipTests package from the repository root.mvn test from the repository root or from the affected module when a targeted module test is sufficient.mvn checkstyle:check when Java source formatting or headers are changed.