Testing capabilities including running pytest, listing tests, and generating coverage reports.
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.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer