Skip to main content
ClaudeWave
Skill30.2k estrellas del repoactualizado today

python-testing

Select and run Python SDK verification with nox, Makefile targets, Ruff, mypy, pytest markers, sanity tests, type inference checks, and build checks. Use when adding Python tests, diagnosing Python CI, or validating Python SDK/provider changes. Do not use for TypeScript-only checks.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ComposioHQ/composio /tmp/python-testing && cp -r /tmp/python-testing/.agents/skills/python-testing ~/.claude/skills/python-testing
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Python Testing

Use this skill to choose Python verification.

Read `references/nox-make.md` before running broad Python checks or adding test coverage.