plugins/harness-fme/skills/feature-flag-status/SKILL.md
Gives a full status report for a feature flag — which environments it's active in, its current targeting rules, and whether it's been killed. Use this before deploying or debugging a flag.
npx skillsauth add kud/claude-plugins feature-flag-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If the user provided a flag name (e.g. /feature-flag-status my-flag), use it directly.
If no flag name was given, ask: "Which feature flag do you want to check?"
If no workspace is specified, call list_workspaces and use the first result, or ask if there are multiple.
Call get_feature_flag with the workspace ID and flag name to get:
Call list_environments with the workspace ID to get all available environments (e.g. production, staging, development).
For each environment, call get_flag_definition with the workspace ID, environment ID, and flag name to get:
Structure the output as:
### Feature Flag: <flag-name>
**Workspace**: <workspace name>
**Default treatment**: <treatment>
**Tags**: <tags or "none">
#### Environment Status
| Environment | Status | Default Treatment |
|-------------|--------|-------------------|
| production | ✅ Active / 🔴 Killed | <treatment> |
| staging | ✅ Active / 🔴 Killed | <treatment> |
| ... | ... | ... |
#### Targeting Rules (<environment>)
<describe who gets what — e.g. "10% of users get treatment ON, rest get OFF">
Flag every environment where the flag is killed prominently.
If the flag is killed in an environment, offer to restore it via restore_feature_flag.
If the flag appears to be fully rolled out everywhere, offer to note it as a candidate for cleanup.
tools
Shows your Trakt watchlist, recently watched, and upcoming releases. Use this to get a quick overview of your watch queue and activity.
testing
Checks in to a movie or episode you're about to watch on Trakt. Use this when you start watching something.
documentation
Reads the revu review export (revu-review.md) or autosave (.revu.json) from the current directory, presents the annotated diff comments for AI review discussion, then asks whether to delete the export file.
data-ai
Searches your Raindrop.io bookmarks by keyword, tag, or collection. Use this to find a saved link.