Measures and improves Python type annotation coverage using mypy --html-report and pyright type completeness scoring. Identifies untyped function signatures, missing return types, and Any-typed parameters across codebases.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill python-type-coverage-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Python Type Coverage Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-python-type-coverage-analyzer)More formats (shields.io, HTML) on the badges page.
---
name: "Python Type Coverage Analyzer"
slug: "python-type-coverage-analyzer"
description: "Measures and improves Python type annotation coverage using mypy --html-report and pyright type completeness scoring. Identifies untyped function signatures, missing return types, and Any-typed parameters across codebases."
github_stars: 20393
verification: "security_reviewed"
source: "https://github.com/python/mypy"
author: "Python"
category: "Code Quality & Review"
framework: "Gemini"
tool_ecosystem:
github_repo: "python/mypy"
github_stars: 20393
---
# Python Type Coverage Analyzer
Measures and improves Python type annotation coverage using mypy --html-report and pyright type completeness scoring. Identifies untyped function signatures, missing return types, and Any-typed parameters across codebases.
## Prerequisites
Python
## Installation
Requirements and caveats from upstream:
- Mypy: Static Typing for Python
- [](https://github.com/python/mypy/actions)
- [](https://gitter.im/python/typing?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Basic usage or getting-started notes:
- If you're just getting started,
- when you attempt to run it. Mypy is a *static* checker, so it finds bugs
- Here is a small example to whet your appetite:
- Source: https://github.com/python/mypy
- Extracted from upstream docs: https://raw.githubusercontent.com/python/mypy/HEAD/README.md
## Documentation
- https://www.mypy-lang.org/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/python-type-coverage-analyzer/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!