Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

LaunchDarkly Flag Cleanup

porlaunchdarkly·launchdarkly· v1.0.0 · atualizado em 2026-04-11
79
Score

Safely remove a feature flag from code while preserving production behavior. Use when the user wants to remove a flag from code, delete flag references, or create a PR that hardcodes the winning variation after a rollout is complete.

feature-flagslaunchdarklycode-cleanuptechnical-debtcontinuous-integrationsoftware-development
Linguagens
multi-language
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdlaunchdarkly-flag-cleanup/workflow
1
Explore the codebase: — Identify all references to the flag and understand the branching logic.
2
Run the removal readiness check: — Use `check-removal-readiness` to assess the safety of removing the flag.
3
Determine the forward value: — Fetch the flag configuration using `get-flag` to identify the correct variation.
4
Remove the flag from code: — Replace flag evaluations with the forward value and clean up dead code.
5
Create a pull request: — Use the provided template for a structured PR description.
6
Verify the removal: — Ensure the code compiles, tests pass, and no remaining references exist.
7
Archive the flag: — Use `archive-flag` to archive the flag in LaunchDarkly.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aJira CLI
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aCockroachDB Commit Helper
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

LaunchDarkly Flag Cleanup
launchdarkly-flag-cleanup
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.ACT
5.REFLECT
Triggers7
remove a feature flag from codeclean up a LaunchDarkly flagdelete flag referenceshardcode the winning variationremove old feature flag codecleanup feature togglesremove a launchdarkly flag

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download launchdarkly-flag-cleanup
$ synaptic skills detail launchdarkly-flag-cleanup
$ synaptic skills live launchdarkly-flag-cleanup

Links

GitHub Repository