ワンクリックで
gatling-detect-existing-project
Find an existing Gatling project, detect language and build tool used
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Find an existing Gatling project, detect language and build tool used
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Guidance for using the Gatling MCP server's tools (tests, runs, packages, source repositories, locations, teams) to inspect and drive Gatling Enterprise. Use whenever calling those tools, before assuming an ID, role, or format that isn't spelled out in the tool's own description.
Guide for deploying and starting Gatling tests on Gatling Enterprise. Use this skill when the user wants to deploy, push, or start tests on Gatling Enterprise using Gatling build tools (aka plugins) and Configuration as Code.
Guide to generate or update the .gatling/package.conf package descriptor file for Gatling Enterprise deployment. Use this skill when the user wants to configure, set up, or modify their package descriptor file, stop criteria, or load generator settings using Configuration as Code.
Guide for converting Apache JMeter tests to Gatling. Use this skill whenever the user mentions JMeter, .jmx files, JMeter test plans, or asks to convert or migrate a JMeter test to Gatling.
Guide for converting HP/Micro Focus/OpenText LoadRunner scripts to Gatling. Use this skill whenever the user mentions LoadRunner, VuGen, LR scripts, .c action files, vuser_init, web_url, web_submit_data, or any LoadRunner-specific functions. Trigger on phrases like "convert this action", "convert this LoadRunner test to Gatling", "migrate from LoadRunner", or when the user shares .c/.h files that look like LoadRunner scripts.
Bootstrap/set up a Gatling project to get started with Gatling load tests.
| name | gatling-detect-existing-project |
| description | Find an existing Gatling project, detect language and build tool used |
| license | Apache-2.0 |
Search inside the current working directory, for a directory containing:
pom.xml file, with io.gatling:gatling-maven-plugin plugin (Maven project)
kotlin-maven-plugin plugin, language is Kotlinscala-maven-plugin plugin, language is Scalabuild.gradle or build.gradle.kts file, with io.gatling.gradle plugin (Gradle project)
kotlin plugin, language is Kotlinscala plugin, language is Scalabuild.sbt file with, with io.gatling:gatling-sbt plugin (sbt project)
package.json file, with @gatling.io/cli dependency (npm project)
typescript dependency, language is TypeScriptIf nothing matches, there is no existing Gatling project here.