Seedspirit Python Type Hint Reviewer
seedspirit-python-type-hint-reviewer is a Claude Code plugin for the Ship phase that reviews Python diffs for type-hint compliance and structural typing quality.
Review Python diffs for type-hint compliance and structural typing principles before merge so typed codebases stay consistent without manual nitpicking.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install seedspirit-python-type-hint-reviewer@seedspirit/python-type-hint-reviewerBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:seedspirit/python-type-hint-reviewer") and the paste-ready config with skillselion.get_install_config("plugin:seedspirit/python-type-hint-reviewer").
What it does
seedspirit-python-type-hint-reviewer is a Claude Code plugin listing from seedspirit/python-type-hint-reviewer that adds Python-focused type-hint review on diffs. Solo builders shipping typed Python services often lose time arguing about Optional versus union syntax, incomplete annotations on public APIs, or drift away from structural typing habits their project already adopted. This plugin packages a reviewer oriented toward compliance and principle-based hinting rather than running a full mypy CI job by itself. Install it when you want the agent to comment on type hints in the changes you are about to ship, especially on small teams where one person owns review. The marketplace metadata shows one plugin and keywords including diffs, reviews, structural, type, hinting, and python. It complements your formatter and test suite; it does not replace a complete static type checker unless you wire those tools separately in your pipeline.
Highlights
- Python type-hint reviewer focused on diff-level feedback
- Checks hinting compliance and structural typing principles
- Suited to agent-assisted PR review on Python backends
- Single-plugin bundle from seedspirit/python-type-hint-reviewer
- Targets reviewers, hint, compliance, and structural keywords from the listing
Why builders use it
Python type hints in PR diffs are easy to get subtly wrong, and solo builders rarely have a second human reviewer who cares about structural typing consistency.
After you add the plugin, agent-driven review can flag hinting issues on diffs so merges improve typing discipline before they hit main.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 13 stars, 0 votes.
FAQ
Who is seedspirit-python-type-hint-reviewer for?
It is for Python builders using Claude Code who want automated, principle-aware feedback on type hints in code changes.
When should I use seedspirit-python-type-hint-reviewer?
Use it at ship time when reviewing diffs or PRs where typing compliance and structural hinting rules matter for your codebase.
How do I add seedspirit-python-type-hint-reviewer to my agent?
Install the plugin from the seedspirit/python-type-hint-reviewer marketplace entry in Claude Code and invoke it during Python change review sessions.
Comments
Share how you use seedspirit-python-type-hint-reviewer, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.