원클릭으로
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.