Use when writing a commit message, and MUST invoke before creating any git commit. Provides commit message format and safety rules.
原文语言:英语
菜单
已展示 4 / 4 个已收集 Skill。
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.
原文语言:英语