github.com/artilleryio/agent-skills
Skill | Added | Review |
|---|---|---|
convert-artillery-yaml-to-ts Convert existing Artillery YAML scripts to TypeScript or ESM JavaScript, auto-detecting the best output format, resolving YAML anchors by inlining, type-annotating exports, and verifying the output via tsc or node --check. Use when the user wants to migrate, rewrite, or translate Artillery load-test scripts from YAML to TS/JS for better IDE support, type checking, and composability. | 100 Impact Pending No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: 78a9dbe | |
setup-artillery-playwright-reporter Set up the Artillery Playwright reporter in an existing Playwright E2E test suite. Installs @artilleryio/playwright-reporter, configures it in playwright.config.ts, sets up Artillery Cloud API key, and runs the suite to verify reporting works. Use when the user wants to add Artillery Cloud reporting to their Playwright tests, monitor E2E test results in a dashboard, or integrate Playwright with Artillery Cloud. | 100 1.36x Agent success vs baseline Impact 100% 1.36xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 78a9dbe | |
setup-artillery-cli-for-load-testing Set up Artillery load testing for any project. Detects package manager and project type, creates a TypeScript test script (HTTP or Playwright browser), configures Artillery Cloud, and provides the run command. Use when the user wants to add load testing, performance testing, or browser-based load testing to their project. | 93 1.84x Agent success vs baseline Impact 96% 1.84xAverage score across 6 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 78a9dbe |