スキル一覧に戻る
TKontu

verify

by TKontu

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

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"

  1. Run the tests

    pytest
    

    Must see: All pass, 0 failures

  2. Run the linter

    ruff check .
    

    Must see: No errors

  3. 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

スコア

総合スコア

40/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

レビュー

💬

レビュー機能は近日公開予定です