Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-utilities
Show the current feature flag cleanup progress.
npx claudepluginhub carloshpdoc/ios-workflow-claude --plugin xcode-build-suiteHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-utilities:feature-flag-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Feature Flag Cleanup Status Show the current feature flag cleanup progress. ## Steps ### 1. Read the Tracking File Read `docs/feature-flags/status.md` and parse the progress table. ### 2. Calculate Summary Statistics Count flags by status: - **Removed:** Successfully cleaned up - **In-Progress:** Currently being worked on - **Pending:** Not yet started ### 3. Show Progress Display: ### 4. Show In-Progress Flags If any flags are in-progress, list them: ### 5. Show Recently Removed List the last 5 removed flags with their PR links: ### 6. Recommend Next Flags Show the re...
Share bugs, ideas, or general feedback.
Show the current feature flag cleanup progress.
Read docs/feature-flags/status.md and parse the progress table.
Count flags by status:
Display:
## Feature Flag Cleanup Progress
| Status | Count | Percentage |
|-------------|-------|------------|
| Removed | X | X% |
| In-Progress | X | X% |
| Pending | X | X% |
| **Total** | **X** | **100%** |
Progress: [=========>..........] X%
If any flags are in-progress, list them:
### Currently In-Progress
| Flag | Owner | Started |
|------|-------|---------|
| ... | ... | ... |
List the last 5 removed flags with their PR links:
### Recently Removed
| Flag | Date | PR | Lines Removed |
|------|------|----|---------------|
| ... | ... | ...| ... |
Show the recommended next flags to remove from the status file:
### Recommended Next
| Flag | Recommendation | Complexity |
|------|----------------|------------|
| ... | ... | ... |
RemoteConfigKey.swiftdocs/feature-flags/issues/docs/feature-flags/reports/