flags

Compare feature flag states across release channels and export CSV output.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/TheGreatL/KanbanBoard --skill flags-thegreatl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flags
Source: https://github.com/TheGreatL/KanbanBoard/tree/main/.agents/skills/flags
Command: npx skills add https://github.com/TheGreatL/KanbanBoard --skill flags-thegreatl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and debug feature flag states, especially when features behave differently across various release channels.

Core Features & Use Cases

  • Check Flag Status: View the enabled/disabled status of all feature flags.
  • Compare Channels: Identify differences in flag configurations between two specified channels.
  • Group by Cleanup: See which flags are ready for cleanup.
  • Use Case: You're investigating why a new UI element is visible on the next channel but not on www. This Skill can quickly show you the status of the relevant flags in both channels to pinpoint the discrepancy.

Quick Start

Run the flags skill to show all flags across all channels.

Frequently Asked Questions about flags

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug feature flag discrepancies across release channels?

To debug feature flag discrepancies across release channels, you can check and compare flag states between environments like www, canary, and next to pinpoint configuration differences causing inconsistent feature behavior.

Why does a feature work on the next channel but not on www?

A feature may work on the next channel but not on www due to differing flag configurations. Comparing flag states across these release channels helps identify which specific configuration mismatch causes the visibility discrepancy.

How do I compare feature flag configurations between different environments?

You compare feature flag configurations between different environments by checking the enabled and disabled statuses across specified release channels, which provides a clear overview of differences for troubleshooting.

Can I export feature flag states to a CSV file for analysis?

Yes, you can export feature flag states to a CSV file. This format supports easier analysis and comparison of flag configurations and their statuses across various release channels.

How do I identify which feature flags are ready for cleanup?

You identify feature flags ready for cleanup by grouping them based on their cleanup status. This process highlights obsolete flags that can be safely removed from your configuration across all channels.