ワンクリックで
create-flag
Create a new LaunchDarkly feature flag in the specified project with the given key, name, description, and tags
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new LaunchDarkly feature flag in the specified project with the given key, name, description, and tags
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
List existing LaunchDarkly feature flags in a project, optionally filtered by tag or search query, to check for duplicates before creating new flags
Analyze a pull request diff or issue description and suggest feature flags that should be created, including recommended keys, names, and flag types
| name | create-flag |
| description | Create a new LaunchDarkly feature flag in the specified project with the given key, name, description, and tags |
| disable-model-invocation | false |
Creates a new boolean feature flag in LaunchDarkly. Invoke this skill when you have identified a concrete flag to create and have all required parameters ready.
Provide all of the following in your invocation:
default, my-project)new-checkout-flow)New Checkout Flow)repo:my-org/my-repo,pr:42)true for short-lived experiment/rollout flags; false for permanent kill switches (default: true)boolean (default), string, number, or jsoncreate_feature_flag with the provided parameters.get_feature_flag with the project key and flag key.After successful creation, report:
Created flag: **{flag_name}** (`{flag_key}`)
Project: {project_key}
URL: https://app.launchdarkly.com/projects/{project_key}/flags/{flag_key}
If the flag already exists, report that clearly and provide the existing flag's URL instead of creating a duplicate.