一键导入
refactor
Improve an existing working proof for structural clarity, succinctness, or reusability.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Improve an existing working proof for structural clarity, succinctness, or reusability.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Prove a specific sorry'd lemma iteratively using Lean LSP tools.
Improve Claude Code workflow by updating assistants.md, skills, memory, or CLAUDE.md.
Fix warnings line by line and bring code into compliance with Mathlib style standards.
Draft sorry'd theorem/lemma structure for a larger result from a proof sketch.
Fill a sorry one step at a time, directed by the user.
Read and discuss proofs, strategies, or math concepts without making any edits.
| name | refactor |
| description | Improve an existing working proof for structural clarity, succinctness, or reusability. |
Improve the structure of an existing working proof: extract lemmas, simplify proof flow, improve naming, add documentation.
Target: $ARGUMENTS
lean_goal at key positions to confirm what each tactic achieves.lean_diagnostic_messages severity="error".lemma. See the "decompose, then compose" principle in assistants.md.simp only [...], omega, decide, aesop, etc. where the result is stable and readable.have blocks, collapse unnecessary calc chains./-- ... -/ doc comments on theorems and key lemmas.simp only [...] over bare simp — more stable and explicit./clean for that.