
Turingmindai Turingmind Code Review
- 48 repo stars
- Updated January 9, 2026
- turingmindai/turingmind-code-review
turingmindai-turingmind-code-review is a Claude Code plugin that runs an AI-powered review on uncommitted changes before you commit.
About
turingmindai-turingmind-code-review is a Claude Code plugin that bundles a review skill tuned for scanning uncommitted changes with AI assistance before you lock in a commit. developers moving fast with Claude, Cursor, or similar agents often skip formal review until PR time; this skill nudges a structured pass while the diff is still local. It sits primarily on the Ship journey at the review subphase, but you will realistically trigger it throughout Build whenever a feature chunk is ready to stage. Expect guidance oriented around catching mistakes, style risks, and logical holes—not a substitute for security audit or full test coverage. Pair it with your own test runs and ship checklist. Complexity is beginner-friendly if you already use Claude Code skills; value depends on how consistently you invoke it before every commit.
- Claude Code Review Skill packaged as a single plugin (pluginCount: 1)
- Targets uncommitted working-tree changes before commit
- AI-powered pass aimed at catching issues early, not post-merge-only review
- Turingmind-branded review workflow for agent-assisted quality gates
- Lightweight complement to human PR review for solo shipping cadence
Turingmindai Turingmind Code Review by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install turingmindai-turingmind-code-review@turingmindai/turingmind-code-reviewAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 48 |
|---|---|
| Last updated | January 9, 2026 |
| Repository | turingmindai/turingmind-code-review ↗ |
What it does
Run an AI-powered review on uncommitted changes before you commit or open a PR, catching issues early in the agent loop.
Who is it for?
Best when you commit frequently from Claude Code and want a habitual pre-commit review skill on uncommitted files.
Skip if: Skip if you need formal security compliance sign-off, full static analysis suites, or review only on remote PRs with no local diff workflow.
What you get
You get a Turingmind-style AI review pass on working-tree changes so you fix issues before commit instead of after a broken deploy.
- Structured review feedback on current uncommitted changes
- Action list of fixes to apply before commit
- Higher-confidence local commits for solo shipping
By the numbers
- 1 plugin in bundle (pluginCount: 1)
- Repository turingmindai/turingmind-code-review
- 42 GitHub stars at catalog ingest
Recommended Plugins
How it compares
Pre-commit AI review skill, not an MCP server and not a JVM debugger.
FAQ
Who is Turingmindai Turingmind Code Review for?
Developers and small teams using Claude Code who want automated review feedback on local uncommitted changes before committing.
When should I use Turingmindai Turingmind Code Review?
Use it right before git commit or when a feature slice is done, to catch regressions and quality issues in the current working tree.
How do I add Turingmindai Turingmind Code Review to my agent?
Install the plugin from turingmindai/turingmind-code-review into Claude Code and invoke the review skill against your uncommitted diff when prompted.