关于
The Python Type Hint Reviewer serves as a specialized auditor for Claude Code, focusing on the quality and safety of newly generated Python code. By analyzing uncommitted changes and new files, the skill enforces rigorous typing standards, such as the use of abstract container types from collections.abc and the preference for dataclasses over dictionaries to prevent logic errors. It identifies common pitfalls like 'type hint lies,' unintended Any types, and circular dependencies, ensuring that your codebase remains stable, readable, and less prone to AI hallucinations during the development process.