A Claude Code skill that automatically reviews Python code for type hinting compliance and code quality standards.
This skill validates type hints and code quality in newly written Python code by AI agents. It acts as an automated code reviewer to ensure:
- Type hinting is present as the primary safety device for stable Python code execution
- Clear data structures that reduce hallucination and prevent agents from inferring incorrect logic
This skill is triggered when:
- Uncommitted changes (diffs) are generated by an AI agent
- New Python files are created
- User explicitly requests code quality review
The focused approach reviews only new code rather than the entire legacy codebase.
The skill automatically activates during:
- The stage between code generation and Git commit
- The final review step before presenting modified code to the user
The agent acts as a strict auditor for type hint compliance and requires explicit user confirmation before applying any modifications.
Add this skill to your Claude Code configuration by including it in your .claude-plugin/marketplace.json:
# Add the marketplace
/plugin marketplace add https://github.com/seedspirit/python-type-hint-reviewer.git
# Install the plugin
/plugin install python-type-hint-reviewerBokeum Kim [email protected]
This skill is part of the bokeum-kim-plugins collection.


