Skills#

Natural-language capabilities your coding agent loads on demand — describe what you want in plain English and the agent picks the right skill. 15 skills, from the testzeus-skills repo.

Source: test-zeus-ai/testzeus-skills · auto-generated from this repo on every build (nightly + on source change) — to change this page, change the code

Add these skills to your agent#

Claude Code — clone and link in one line:

git clone https://github.com/test-zeus-ai/testzeus-skills.git \
  && ln -s "$(pwd)/testzeus-skills" ~/.claude/skills/testzeus

Cursor — clone the repo, then add the local path under Settings → custom skills.

Then just ask in plain English, e.g. “run the checkout regression suite in staging”. Per-agent setup and the install script live in the repo README.

Core#

  • testzeus-test-authoring — Create and edit TestZeus test definitions in Gherkin, including AI-assisted test generation. · try: “create test”, “write test”, “author test”

  • testzeus-test-operations — List, run, and inspect TestZeus tests and test runs. · try: “run test”, “execute test”, “check status”

Dashboards#

  • testzeus-dashboards — View TestZeus dashboards and metrics such as pass/fail trends and summaries. · try: “dashboard”, “metrics”, “pass fail trends”

Data#

  • testzeus-environments — Manage TestZeus environments (dev, staging, production configurations). · try: “environment”, “create environment”, “manage environment”

  • testzeus-tags — Organize and categorize tests with tags in TestZeus. · try: “tag”, “tags”, “organize”

  • testzeus-test-data — Manage test data sets for TestZeus tests. · try: “test data”, “create data”, “upload data”

Execution#

  • testzeus-scheduling — Schedule automated test and report execution in TestZeus. · try: “schedule”, “cron”, “automate”

  • testzeus-test-suites — Create and manage test suites with workflow orchestration in TestZeus. · try: “test suite”, “create suite”, “workflow”

Infrastructure#

  • testzeus-auth — Authentication, profile management, and session handling for TestZeus. · try: “login”, “logout”, “authenticate”

  • testzeus-installation — Install and configure TestZeus CLI and SDK, or troubleshoot installation issues. · try: “install testzeus”, “setup testzeus”, “get started with testzeus”

Integration#

  • testzeus-extensions — Manage TestZeus extensions for custom functionality. · try: “extension”, “custom”, “extend”

  • testzeus-hypermind — Manage Hypermind code blocks for AI-assisted test steps in TestZeus. · try: “code block”, “hypermind”, “reusable code”

  • testzeus-knowledge-bases — Access and use knowledge bases for AI context in TestZeus. · try: “knowledge base”, “kb”, “context”

  • testzeus-notifications — Configure notification channels for test results in TestZeus. · try: “notification”, “email alert”, “webhook”

Reports#

  • testzeus-reports — Download and view TestZeus test run reports (CTRF, PDF, or CSV). · try: “report”, “download report”, “export results”