← all publishers

Tricentis

@tricentis source repo

35 published skills

  1. Tosca Run · tricentis
    Run a Tosca playlist and wait for results
    0 installs
  2. Tosca Find · tricentis
    Search for assets or playlists in Tosca Cloud
    0 installs
  3. Tosca Cloud · tricentis bundle
    Automates Tosca Cloud via toscactl (default) and tn for CLI gaps. Use for Tosca Cloud CLI, toscactl commands, or tn --loop for Builder/DI/mobile gaps. Does NOT cover on-prem Commander (use Commander CLI pack in this repository — ../../../../../Commander/CLI/README.md).
    0 installs
  4. Tosca Login · tricentis
    Log in to Tosca Cloud, detecting configured URL from current config or prompting for one
    0 installs
  5. Tosca Setup · tricentis
    Set up toscactl authentication and workspace selection
    0 installs
  6. Tosca Agents · tricentis
    List, view, shut down, or delete execution agents in Tosca Cloud
    0 installs
  7. Tosca Status · tricentis
    View playlist details, run results, or run history in Tosca Cloud
    0 installs
  8. Tosca Datasets · tricentis
    List, view, create, and manage test data sets in Tosca Cloud
    0 installs
  9. Tosca Execution · tricentis
    View test steps, logs, or JUnit results for a test case execution
    0 installs
  10. Tosca Cloud MCP · tricentis bundle
    Automates Tosca Cloud via the cloud MCP server — inventory search, playlists, execution runs, Builder test cases, and Data Integrity. Use for Tosca Cloud automation, /tosca-cloud-mcp, hosted Tosca Cloud MCP, or when Tosca Cloud MCP tools connect. Does NOT cover tester journey workflows (see AGENTS.md journey skills).
    0 installs
  11. Commander MCP · tricentis bundle
    Automates Tosca Commander via in-process MCP when Commander is open with a workspace — checkout, tasks, test cases, and Data Integrity. Use for Tosca automation, /commander-mcp, tosca-commander, McpServerAddIn, or when Commander MCP tools connect. Does NOT cover headless TCShell, TCAPI, Remote Control, or CI when Commander is closed (use Commander CLI pack).
    0 installs
  12. Tosca Cloud Basics · tricentis bundle
    Explains how to work with Tricentis Tosca Cloud through toscactl: workspaces, assets, playlists, runs, and the core command loop. Use as foundation before other Tosca Cloud skills. Builder/DI/mobile gaps use tn — see runtime-routing.md. Does NOT cover detailed DI orchestration (use tosca-cloud).
    0 installs
  13. Toscactl Reference · tricentis
    Use when the user mentions Tosca, toscactl, test automation, playlists, test cases, modules, workspaces, or any Tricentis Tosca Cloud concepts. Provides the full toscactl CLI reference for answering questions and using the tool correctly.
    0 installs
  14. Tosca Cloud Basics 2 · tricentis bundle
    Explains how to work with Tricentis Tosca Cloud through the Tosca Cloud MCP: the cloud object model (spaces, artifacts, playlists, runs), entity identifiers, and the core tool loop for searching inventory, running playlists, and using Builder. Use as the foundation before any other Tosca Cloud skill, or when unsure which MCP tool to call or how to resolve an artifact. Does NOT cover detailed tool orchestration or Data Integrity workflows (use tosca-cloud-mcp).
    0 installs
  15. Tosca Cloud Connect · tricentis
    Connects toscactl to Tosca Cloud — login, workspace selection, and connectivity check. Use when setting up toscactl, fixing auth errors, or before any other Tosca Cloud skill. For tn gap workflows only, also run configure_tn_connection.py. Does NOT cover direct IDE MCP.
    0 installs
  16. Tosca Cloud Connect 2 · tricentis bundle
    Verifies hosted Tosca Cloud MCP connectivity and routes to the right Cloud skills. Use when the user is setting up Cloud MCP, fixing 401 errors, or before other Tosca Cloud skills. Does NOT configure MCP servers — the user adds their tenant in IDE Settings -> MCP.
    0 installs
  17. Tosca Export Dataset · tricentis
    Export a data set to CSV, Excel, or JSON from Tosca Cloud
    0 installs
  18. Tosca Import Dataset · tricentis
    Import a CSV, Excel, or JSON file as a new data set in Tosca Cloud
    0 installs
  19. Tosca Create Playlist · tricentis
    Create a new playlist in Tosca Cloud
    0 installs
  20. Tosca Delete Playlist · tricentis
    Delete a playlist in Tosca Cloud
    0 installs
  21. CLI API Commander · tricentis bundle
    Automates Tosca Commander via TCShell.exe, .tcs batch scripts, TCAPI (.NET), or Remote Control. Use for /cli-api-commander, JumpToNode, checkout/checkinall, workspace locked, batch mode, .tws workspaces, execution lists, or GUI RC. Detects runtimes first. Does NOT cover Data Integrity or in-process Commander automation.
    0 installs
  22. Tosca Create Workspace · tricentis
    Create a new workspace in Tosca Cloud
    0 installs
  23. Tosca Delete Workspace · tricentis
    Delete a workspace in Tosca Cloud
    0 installs
  24. Tosca Explaining Testcase · tricentis bundle
    Explains what a Tosca Cloud test case does in plain language. Uses toscactl for discovery and tn for Builder step-tree read (CLI gap). Read-only. Does NOT cover execution failure diagnosis (use tosca-analyzing-execution-results).
    0 installs
  25. Tosca Explaining Testcase 2 · tricentis bundle
    Explains what a Tosca Cloud test case does in plain language by reading its structure from inventory and Builder. Use when the user asks what a test case covers, how it works, or wants a walkthrough. Read-only. Does NOT cover execution failure diagnosis (use tosca-analyzing-execution-results).
    0 installs
  26. Tosca Remediating From Results · tricentis bundle
    Applies fixes to Tosca Cloud test artifacts after failure analysis. Verify via toscactl; mutations via tn (Builder/playlist-item CLI gaps). Requires user approval for destructive changes. Does NOT cover read-only analysis (use tosca-analyzing-execution-results).
    0 installs
  27. Tosca Remediating From Results 2 · tricentis bundle
    Applies fixes to Tosca Cloud test artifacts based on execution failure analysis — test case edits, playlist item renames, and Builder updates. Use when the user asks to fix, update, or remediate failing tests after diagnosis. Requires explicit user approval for destructive changes. Does NOT cover read-only analysis (use tosca-analyzing-execution-results).
    0 installs
  28. Tosca Authoring Manual Testcase · tricentis bundle
    Creates a manual test case in Tosca Cloud from a written specification. Uses tn for scaffold (CLI gap). Does NOT cover automated module-based authoring (use tosca-authoring-automated-testcase).
    0 installs
  29. Tosca Authoring Manual Testcase 2 · tricentis bundle
    Creates a manual test case in Tosca Cloud from a written specification or user story. Use when the user provides manual test steps in prose and wants a Cloud test case created. Does NOT cover automated module-based authoring (use tosca-authoring-automated-testcase).
    0 installs
  30. Tosca Analyzing Execution History · tricentis bundle
    Analyzes Tosca Cloud execution trends over multiple playlist runs — flakiness, recurring failures, and pass-rate changes via toscactl. Use for trends, flaky tests, or historical failures. Read-only. Does NOT cover single-run diagnosis (use tosca-analyzing-execution-results).
    0 installs
  31. Tosca Analyzing Execution Results · tricentis bundle
    Analyzes the latest Tosca Cloud playlist run via toscactl, diagnoses failures, and proposes confidence-rated remediations. Use when the user asks what went wrong or why tests failed. Read-only via toscactl. Does NOT apply fixes (hand off to tosca-remediating-from-results).
    0 installs
  32. Tosca Analyzing Execution History 2 · tricentis bundle
    Analyzes Tosca Cloud execution trends over multiple playlist runs — flakiness, recurring failures, and pass-rate changes. Use when the user asks about trends, flaky tests, historical failures, or whether a failure is new or recurring across runs. Read-only. Does NOT cover single-run diagnosis (use tosca-analyzing-execution-results).
    0 installs
  33. Tosca Analyzing Execution Results 2 · tricentis bundle
    Analyzes the latest Tosca Cloud test execution results for a playlist, diagnoses why test cases failed, and proposes ranked, confidence-rated remediations. Use when the user points at a playlist or recent run and asks what went wrong, why tests failed, how to fix them, or for a summary of the last run. Read-only: explains and recommends but does not change artifacts (hand off to tosca-remediating-from-results to apply fixes).
    0 installs
  34. Tosca Authoring Automated Testcase · tricentis bundle
    Creates an automated test case in Tosca Cloud from a description, reusing modules. Module discovery via toscactl; scaffold via tn (CLI gap). Does NOT cover manual-only tests or UI module scanning.
    0 installs
  35. Tosca Authoring Automated Testcase 2 · tricentis bundle
    Creates an automated test case in Tosca Cloud from a description, reusing existing modules. Use when the user wants a new automated test built from available Cloud modules. Does NOT cover UI module scanning or manual-only tests (use tosca-authoring-manual-testcase).
    0 installs