LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

code-review-python - Python Type Safety Code Review Checklist

Validates Python code for type hints and typing safety issues

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • detect typing.Any overuse
  • identify type ignore abuse
  • check untyped public APIs
  • find missing function signatures
  • find missing return types
  • verify generic collections usage
  • validate Optional handling
  • detect incomplete annotations
  • check type compatibility
  • identify import issues

Inputs

  • Python source code
  • Python project structure
  • code-reviewer agent

Outputs

  • code review reports
  • issues list with severity levels
  • file path and line number markers

Requirements

  • Python project
  • code-reviewer agent environment
  • typing module support

Source

  • Spec: SKILL.md
code-review
python
typing
type-safety
static-analysis
detect typing.Any overuse
identify type ignore abuse
check untyped public APIs
find missing function signatures
Python source code
Python project structure
code-reviewer agent
code review reports
issues list with severity levels
file path and line number markers