← スキル一覧に戻る

lt-html-tests-runner
by eduardmikhailau
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: lt-html-tests-runner description: Run targeted Playwright checks for Lithuanian HTML practice tests in /mnt/c/Programming/Projects/Pets/eduardmikhailau.github.io. Use when the user says “run tests” or after adding/editing HTML files under tests/ (including tests/kids/). Use git diff to detect changed HTML tests and run only those by default; run the full suite only when explicitly requested.
Lt Html Tests Runner
Overview
Run targeted Playwright checks for changed HTML test pages, using git diff to detect which tests changed. Use the full suite only when explicitly requested.
Workflow
- Work from repo root:
/mnt/c/Programming/Projects/Pets/eduardmikhailau.github.io. - Detect changed HTML test files via git:
git diff --name-onlygit diff --name-only --cachedgit ls-files --others --exclude-standard- Filter to
tests/**/*.html.
- If HTML tests changed, validate only those files, then run only those tests with Playwright:
node scripts/validate-html-tests.mjs <relative path> [more paths...]npx playwright test tests/all-tests.spec.js -g "<relative path>"- Run the Playwright command once per changed HTML file (preserve relative path under
tests/).
- If no HTML tests changed but the user explicitly asked to run tests, run the full suite:
npm run test:html
- Report results: pass/fail summary and any failing file/errors.
- Optional full validation (only if user explicitly asks for full validation):
node scripts/validate-html-tests.mjs
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です