bylaunchdarkly· 96 skills
Decide whether a given code change should be placed behind a LaunchDarkly feature flag. Use when a developer asks whether a change should be behind a flag, when reviewing a diff or pull request, or when running in CI on a PR. Reads the diff and surrounding code, then emits a structured advisory recommendation. Read-only: it never creates or modifies flags.
$npx -y skills add launchdarkly/agent-skills --skill should-flag-changeInstalls into the current project.
Run `npx skills use "https://github.com/launchdarkly/agent-skills" --skill "launchdarkly/agent-skills/should-flag-change"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/launchdarkly/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/launchdarkly/agent-skills"` and select the relevant skills, then follow their instructions.