一键导入
flag-rollout
Manage feature flags — list, inspect, enable, disable, or create flags. Supports progressive rollout workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage feature flags — list, inspect, enable, disable, or create flags. Supports progressive rollout workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a CI health report for a component or the entire organization. Uses controller analytics, run history, and security posture.
Create a Jira ticket from a build failure, security finding, or improvement recommendation.
Show a unified view of all CI/CD pipelines across Jenkins, GitHub Actions, and CloudBees Workflows. The cross-tool picture no single tool can provide.
Check release readiness across all components. Verifies CI status, security gates, and feature flag states for a go/no-go decision.
Analyze security posture across components. Shows vulnerabilities by severity, scanner type, SLA status, and remediation priority.
Analyze the latest failed CI run for a component. Identifies failing jobs and steps, reads logs, determines root cause, and classifies the failure.
| name | flag-rollout |
| description | Manage feature flags — list, inspect, enable, disable, or create flags. Supports progressive rollout workflows. |
| argument-hint | [flag-name] [action: list|status|enable|disable|create] |
Parse the arguments to determine action and target.
flags_applications_list — find all flag applications
For each application: flags_list — list all flags
flags_environments_list — list all environments
For each environment: flags_configurations_list — get flag states
Present a flag inventory:
Feature Flags — [Application Name]
| Flag | Type | Production | Staging | Default Value |
|---|---|---|---|---|
| name | Bool | ON/OFF | ON/OFF | value |
flags_applications_list then flags_get_by_name — find the flagflags_environments_list — list environmentsflags_configurations_list — get configuration per environmentflags_get_by_nameflags_environments_listflags_configuration_state_update(enabled=true) — enable the flagSame as enable, but with flags_configuration_state_update(enabled=false)
flags_applications_list — find the target applicationflags_add — create the flagflags_configurations_list