一键导入
testing
Testing capabilities including running pytest, listing tests, and generating coverage reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Testing capabilities including running pytest, listing tests, and generating coverage reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
File-based planning system.
Coding assistant capabilities including file investigation, reading, searching, editing, and command execution.
Agent delegation and orchestration capabilities to split tasks and run them in parallel.
Git version control operations for repositories.
Office document reading capabilities using the markitdown library.
Operating System file manipulation capabilities (list, bulk create, bulk move, regex move).
| name | testing |
| description | Testing capabilities including running pytest, listing tests, and generating coverage reports. |
| allowed-tools | ["run_pytest","list_test_files","run_test_file","get_test_coverage"] |
This skill provides the agent with capabilities to run and manage tests for the project.
Run pytest with optional arguments.
args: Optional arguments to pass to pytest (e.g., "-v", "tests/test_agent.py").List all test files in the project.
Run tests in a specific file.
file_path: Path to the test file (relative to project root).Generate and display test coverage report (requires pytest-cov).
path: Optional path to measure coverage for (default is project root).The testing skill enables the agent to:
This is particularly useful for continuous integration scenarios and ensuring code quality during development.