redis-config-guardian

Audit Redis config keys against fallback JSON references and reconcile drift.

Updated May 18, 2025
One-click install
npx skills add https://github.com/ki2pixel/render_signal_server --skill redis-config-guardian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redis-config-guardian
Source: https://github.com/ki2pixel/render_signal_server/tree/main/.windsurf/skills/redis-config-guardian
Command: npx skills add https://github.com/ki2pixel/render_signal_server --skill redis-config-guardian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Redis stores four critical configs (processing_prefs, routing_rules, webhook_config, magic_link_tokens) that must stay consistent with local fallback JSON references and the dashboard state. This skill provides an audit and reconciliation workflow to prevent drift and aid debugging persistence issues.

Core Features & Use Cases

  • Audits Redis keys against local fallback references and reports drift.
  • CLI and API endpoints enable verification, remediation, and observability.
  • Useful during migrations, debugging persistence issues, or when validating config integrity across environments.

Quick Start

Run the audit script to compare Redis keys against local debug fallbacks and apply remediations until all keys match.

Frequently Asked Questions about redis-config-guardian

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

FAQPage Schema
How do I detect Redis configuration drift against local fallback files?

Detect Redis configuration drift by running an audit script that compares Redis keys against local fallback JSON references, reporting any misaligned config keys for subsequent remediation.

Why does my dashboard state not match the config stored in Redis?

Dashboard state and Redis configs mismatch due to persistence drift; reconcile them using an API and CLI verification loop to detect, report, and remediate misaligned configuration keys.

What is the best way to reconcile Redis-backed configuration stores during migrations?

Reconcile Redis-backed configuration stores during migrations by applying audit scripts and a local debug reference set to validate config integrity and enforce verifiable remediation workflows.

Can I verify webhook_config and routing_rules consistency across development and production environments?

Verify webhook_config and routing_rules consistency across environments using CLI and API endpoints that detect and report misaligned Redis keys against dashboard state and fallback references.

How do I debug persistence issues with processing_prefs stored in Redis?

Debug Redis persistence issues with processing_prefs by applying a verifiable workflow using audit scripts and a local debug reference set to detect and remediate misaligned config keys.