← スキル一覧に戻る

verify-skill
by mcsdodo
⭐ 0🍴 1📅 2026年1月24日
SKILL.md
name: verify-skill description: Use before claiming work is complete - runs tests, checks git status, verifies changelog
Verification Before Completion
Run this before saying "task complete" or "done".
Checklist
1. Tests Pass
npm run test:backend
Do NOT proceed if tests fail.
2. Code Committed
git status
All work-related files should be committed.
3. Changelog Updated
Check CHANGELOG.md [Unreleased] section has entry for this work. If not, run /changelog.
Quick Verification
# Run tests
cd src-tauri && cargo test
# Check status
git status
# Check changelog
head -20 CHANGELOG.md
See CLAUDE.md for project constraints.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です