Code reviews with Opus-4.5 are already expensive. Amnesia makes it worse - same nits, same false positives, every single time.
So I built a Claude Code skill that reviews uncommitted files, and actually remembers past scans via Turingmind - A lightweight cloud layer that syncs issue metadata between sessions)
https://github.com/turingmindai/tmind
If a previous scan's issue got fixed, It recognizes that explicitly.
A file keeps having auth bugs? It applies deeper checks automatically.
Flagged an issue last week that's still there? It reminds you.
Your code stays local. Only issue metadata syncs (file paths, issue types, dismissals).
Privacy-first.
After a couple weeks it genuinely feels like a reviewer who knows your codebase instead of a bot starting fresh every time.
/plugin marketplace add turingmindai/tmind
/tmind:setup
/tmind:login
/tmind:review
/tmind:deep-review
MIT licensed. Would love feedback — local memory coming soon