egraph-rs-commit
星标14
分支2
更新时间2026年6月9日 08:54
Conventions and format rules for writing commit messages in the egraph-rs project.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Conventions and format rules for writing commit messages in the egraph-rs project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Commands and procedures to format, lint, and run tests for Rust, WebAssembly, Python, and JS/TS in the egraph-rs project.
Guidelines for general development process, coding style, writing comments, and updating skills after tasks in the egraph-rs project.
Core architectural and implementation patterns of layouts, clustering, layering, and triangulation in egraph-rs.
| name | egraph-rs-commit |
| description | Conventions and format rules for writing commit messages in the egraph-rs project. |
All commit messages for changes in this repository must strictly adhere to the Conventional Commits format.
<type>(<scope>): <description>
[optional body]
[optional footer]
feat: A new feature (e.g. implementing a new layout variant)fix: A bug fix (e.g. correcting a loop or edge index calculation)docs: Documentation only changesstyle: Changes that do not affect the meaning of the code (formatting, lint repairs, white-space)refactor: A code change that neither fixes a bug nor adds a feature (e.g. cleaning up generics)perf: A code change that improves performancetest: Adding missing tests or correcting existing testschore: Changes to the build process, scripts, configuration, or dependency updatesegraph-wasm, petgraph-layout-mds, petgraph-layout-kernel-sgddocs: update skills and remove memory bankfeat(petgraph-layout-kernel-sgd): add DiffusionKernel random access interfacefix(petgraph-clustering): correct Louvain modularity calculationtest(petgraph-layout-sgd): add comprehensive tests for schedulersrefactor(petgraph-algorithm-shortest-path): optimize distance calculationdocs: update project workflow guidelines (broad repo change)