一键导入
feature-flag
Add or evaluate a LaunchDarkly feature flag. Use when implementing a new feature behind a flag or checking flag status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add or evaluate a LaunchDarkly feature flag. Use when implementing a new feature behind a flag or checking flag status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Audit a React component for WCAG 2.1 AA compliance.
Add structured logging to a module. Use when adding observability to new code.
Add RED metrics (Rate, Errors, Duration) to a service or endpoint.
Add OpenTelemetry distributed tracing to a service.
Create an Architecture Decision Record. Use when making significant architectural decisions or when asked to document a tech choice.
Create or update a Grafana alert rule for a metric.
基于 SOC 职业分类
| name | feature-flag |
| description | Add or evaluate a LaunchDarkly feature flag. Use when implementing a new feature behind a flag or checking flag status. |
Manage LaunchDarkly feature flags.
SCREAMING_SNAKE_CASE → kebab-case for LDshared/src/feature-flags.tsif (await ldClient.variation('flag-key', context, false))List all flags and whether they're enabled: use LD API or /flags admin endpoint.
Arguments: $ARGUMENTS — flag name or action (list/add/remove)