← スキル一覧に戻る

aristotle
by Arthur742Ramos
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: aristotle description: Run Aristotle automated theorem prover on Lean files to fill sorry placeholders. Use when you have a file with sorries that needs automated proof search. Handles API setup, HIT detection, and result verification.
Aristotle Automated Theorem Prover
Run Aristotle to automatically fill sorry placeholders in Lean 4 files.
Workflow
- Validate file: Check for
sorryin the target file - Check for HIT imports: Aristotle may fail on files importing HIT axioms
- Run Aristotle: Submit file for proof search
- Apply results: Replace sorries with generated proofs
- Verify: Run
lake buildto confirm
HIT Detection
Check for imports that may cause issues:
grep -E "import.*Path\.HIT\.|import.*Circle|import.*Torus|import.*Sphere" "path/to/file.lean"
If HIT imports are found, consider:
- Moving the proof to a separate file
- Using manual proof instead
Usage Notes
- Aristotle works best on pure computational proofs
- May struggle with axiom-heavy HIT modules
- Always verify generated proofs compile
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です