← Back to list

lt-html-tests-versioning
by eduardmikhailau
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: lt-html-tests-versioning description: Ensure TEST_VERSION is updated whenever creating or editing Lithuanian HTML practice tests under tests/ (including tests/kids/). Use when modifying test content or logic so saved progress invalidation works correctly.
Lt Html Tests Versioning
Overview
Keep test HTML versions in sync with edits by updating TEST_VERSION on every change to test content or behavior.
Guidelines
- Locate
const TEST_VERSION = "x.y.z";in the test HTML. If missing, add it next to other top-level constants, matchingtemplate.html. - Increment the version any time the test file changes (word lists, gap-fill variants, translations, UI, or logic).
- Use semantic versioning; default to a patch bump (
x.y.z->x.y.(z+1)) unless the user requests a specific version. - For larger changes: bump minor for new words/test types, bump major for structural or UX changes.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon