一键导入
suggest-flags
Analyze a pull request diff or issue description and suggest feature flags that should be created, including recommended keys, names, and flag types
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze a pull request diff or issue description and suggest feature flags that should be created, including recommended keys, names, and flag types
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a new LaunchDarkly feature flag in the specified project with the given key, name, description, and tags
List existing LaunchDarkly feature flags in a project, optionally filtered by tag or search query, to check for duplicates before creating new flags
| name | suggest-flags |
| description | Analyze a pull request diff or issue description and suggest feature flags that should be created, including recommended keys, names, and flag types |
| disable-model-invocation | false |
Analyzes code changes or issue context and produces a structured list of feature flag recommendations. Use this skill when you want to identify flag opportunities before committing to creation.
Provide one of:
Scan the input for:
if, switch, feature checks) guarding new behaviorTODO: gate this, feature flag, experiment, or rolloutReturn a recommendation list:
Suggested flags:
1. **{flag_name}** (`{flag_key}`)
Type: boolean | temporary: true/false
Why: {one sentence rationale}
Gate: {describe what code/behavior this flag should wrap}
2. ...
If no flag opportunities are found, say so explicitly: "No feature flag opportunities detected in the provided context."
temporary: true if they are for a rollout or experiment (intended to be cleaned up)temporary: false for kill switches or long-lived operational controls