Proof Lint banner
ekirton ekirton

Proof Lint

Design community

Description

You are executing the `/proof-lint` command. This command scans Coq proof scripts for deprecated tactics, inconsistent bullet style, and unnecessarily complex tactic chains. It reports findings grouped by category with file:line locations and suggested fixes. When the user requests auto-fix, it applies changes and verifies each one through a proof session. ## Determine scope The user may provide a scope argument after `/proof-lint`: - A specific `.v` file path: lint that file only. - A directo

Installation

Installs to ~/.claude/skills/ekirton-poule-proof-lint/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ekirton-poule-proof-lint && curl -fsSL https://raw.githubusercontent.com/ekirton/Poule/HEAD/commands/proof-lint.md -o ~/.claude/skills/ekirton-poule-proof-lint/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository