← スキル一覧に戻る

validate
by tkersey
public dot files
⭐ 37🍴 0📅 2026年1月23日
SKILL.md
name: validate description: "Run validation loops (format/lint/typecheck/build/tests) and report signals. Use when asked to validate, run checks/tests, or repeat verification during work."
Validate
Overview
Run the tightest available verification loop for current changes, repeat as needed, and report the signal.
Workflow
- Define "working" for this change (feature path, bug repro, or contract).
- Choose the smallest scope; prefer local execution.
- Run available loops in ascending cost: formatter -> lint/typecheck -> build -> targeted tests -> broader tests.
- If a loop fails or is unavailable, capture the error, propose the smallest fix or ask for the exact command, then re-run the same loop.
- Escalate only if confidence is still weak after the tighter loop.
Guardrails
- Do not claim done without at least one real signal.
- If no validation command exists, add the smallest new signal (focused test or log) or ask for the command.
- Record what ran and what changed since the last run.
Output
- Commands run and results.
- Remaining gaps or next loop to run.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です