egraph-rs-commit
Conventions and format rules for writing commit messages in the egraph-rs project.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Conventions and format rules for writing commit messages in the egraph-rs project.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| 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)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.