The .env vs .env.example Sync Checker gives you the full health picture of a pair of environment files in a single report. Instead of a binary pass/fail it classifies every key: synced, drifting, missing, or orphaned.
This is the tool to run before a merge: drift between your working file and the documented contract is exactly what creates “works on my machine” bugs.
A per-key status table plus a sync score turns vague unease into a checklist you can act on. The example file stays the source of truth; your real file is measured against it. All of it runs locally in your browser.