Skip to main content
ClaudeWave
Skill30k repo starsupdated 3d ago

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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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.