Use when writing a commit message, and MUST invoke before creating any git commit. Provides commit message format and safety rules.
Idioma del texto original: inglés
Menú
SkillsMP ha recopilado 4 skills de aviatesk/JET.jl. Abre una skill para revisar su origen y sus detalles.
Mostrando 4 de 4 skills recopiladas.
Use when writing a commit message, and MUST invoke before creating any git commit. Provides commit message format and safety rules.
Idioma del texto original: inglés
Invoke before committing user-facing JET changes such as features, bug fixes, compatibility changes, or deprecations. Skip internal refactors, CI or docs-only changes, and routine dependency bumps without user impact.
Idioma del texto original: inglés
Use when choosing or running JET tests after code changes. Prefer the most specific relevant test, use TestRunner for focused iteration, and reserve the full suite for broad validation.
Idioma del texto original: inglés
Use when adding or modifying JET tests. Covers component placement, independently runnable test modules, shared test utilities, `@testset` organization, and focused assertions for JET reports.
Idioma del texto original: inglés