Use when writing a commit message, and MUST invoke before creating any git commit. Provides commit message format and safety rules.
原文の言語: 英語
メニュー
SkillsMP は aviatesk/JET.jl から 4 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 4 件中 4 件を表示しています。
Use when writing a commit message, and MUST invoke before creating any git commit. Provides commit message format and safety rules.
原文の言語: 英語
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.
原文の言語: 英語
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.
原文の言語: 英語
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.
原文の言語: 英語