بنقرة واحدة
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.