A collection of skills for planning, designing, building, testing, reviewing, and operating software products. It includes guidance for documents such as BRDs, PRDs, API descriptions, and architecture plans.
A plugin that connects a coding agent to Testany, a platform for creating, organizing, starting, monitoring, and diagnosing automated tests. It bundles commands for cases, pipelines, triggers, executions, and failures.
A command for registering and managing Testany cases. A case is a reusable package containing one automated testing step, its metadata, and its scripts.
A command for investigating failed Testany test runs using their details and logs. It identifies the failure type and likely cause, then suggests ways to fix it.
A command for observing and managing Testany executions, meaning individual pipeline runs after they have started. It can show progress and results, search run history, refresh status, and cancel runs that have not started.
Komento Testany V2:n Git-tuontien hallintaan. Git on versionhallintajärjestelmä, ja OAuth on kirjautumistapa, jossa käyttöoikeus annetaan toiselle palvelulle.
A command for building and managing Testany pipelines, which are ordered groups of test cases with dependencies and branching rules. It can also create a pipeline for a single case so that the case has an execution entry point.
A command for starting Testany pipeline runs and configuring how they start. It supports one-time runs, schedules, manual starts, and event-based starts from systems such as Jenkins or GitHub Actions.
A command for managing Testany workspaces, which are shared team areas for organizing members and permissions. It supports workspace and team access operations.
A Testany automation skill that reads inputs and outputs from OpenAPI-generated test-case source code and synchronizes them with the case’s environment-variable settings. OpenAPI is a format that describes web APIs and their operations.
A case-writing assistant for Testany, a platform for running automated tests. It breaks traditional test scenarios into Testany cases and produces the scripts, metadata, and ZIP packages needed to register them.
A tool for registering and managing reusable Testany platform cases, which are packaged automated testing steps. It works with prepared case packages and metadata, while pipelines assemble cases into executable runs.
A troubleshooting workflow for failed Testany test runs, including checks of execution results, case details, logs, and common failure types such as assertion errors, timeouts, and infrastructure problems.
A tool for observing and managing Testany pipeline executions, meaning the individual runs started by a pipeline trigger. It covers progress, history, case-level results, cancellation, and handoff of failed runs for debugging.
A tool for importing test scripts from a Git repository, a project folder tracked with version control, into Testany as reusable test cases. It also keeps file-to-case links synchronized, can follow a branch or fixed commit, and records synchronization results.
Instructions for managing Testany pipelines, which are the execution and orchestration units that arrange automated test cases on the Testany platform.
A tool for configuring and starting Testany pipeline runs. A pipeline is an ordered set of testing or automation work; triggers are the ways a run starts, such as a schedule, webhook, manual action, or one-time launch.
A workspace administration tool for Testany, a platform for managing testing resources. A workspace separates projects or teams and controls which members can access them.
A software-development workflow and navigation toolkit covering requirements, design, APIs, code review, testing, and runbooks. It organizes the stages from an initial idea through production work.
A review process for an API contract, the document that defines how software components communicate. It checks whether the contract matches the product requirements and covers protocol, compatibility, versioning, and error behavior.