← Back to list

verify
by TKontu
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: verify description: Use before claiming work is complete - run verification commands and confirm output
Verification Before Completion
The Rule
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
Before Saying "Done"
-
Run the tests
pytestMust see: All pass, 0 failures
-
Run the linter
ruff check .Must see: No errors
-
Check types (if applicable)
mypy src/Must see: Success
Evidence Format
When reporting completion:
Verification:
- pytest: 47/47 passed
- ruff check: 0 errors
- mypy: Success
Red Flags
If you're thinking:
- "Should work now" - RUN IT
- "I'm confident" - RUN IT
- "Just this once" - NO, RUN IT
Never
- Claim tests pass without running them
- Say "should work" instead of verifying
- Skip verification because you're confident
- Trust previous runs - run fresh
Checklist
Before PR/commit:
- pytest run, output shows all pass
- ruff check run, output shows clean
- No errors or warnings
- Actually read the output, don't just run
Score
Total Score
40/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