From python-dev
Run the project test suite and report results. Use before commits or after completing a feature to check for regressions.
npx claudepluginhub vino9net/claude-python-skillThis skill is limited to using the following tools:
Run the project test suite and report results back.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Run the project test suite and report results back.
uv run pytest -v --durations=5 --timeout=180
After the test run, report back with:
--durations=5 outputIf all tests pass, just report the summary and slowest tests.