rls-status-checker

Aggregate RLS rollout signals from Git, GitHub CI, Railway, and PostgreSQL to detect drift.

3|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/webdevcom01-cell/agent-studio --skill rls-status-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rls-status-checker
Source: https://github.com/webdevcom01-cell/agent-studio/tree/main/.claude/skills/rls-status-checker
Command: npx skills add https://github.com/webdevcom01-cell/agent-studio --skill rls-status-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates and surfaces the status of the RLS rollout across git, CI, Railway, and PostgreSQL in a single command, enabling quick drift detection and phase tracking.

Core Features & Use Cases

  • Parallel data collection from Git, GitHub CI, Railway, and PostgreSQL
  • Drift detection and phase-based rollout status
  • Read-only health checks with optional JSON output for automation

Quick Start

Run /rls-status-checker to view the current RLS rollout status.

Frequently Asked Questions about rls-status-checker

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

FAQPage Schema
How do I check RLS rollout status across PostgreSQL and CI?

To check RLS rollout status across PostgreSQL and CI, aggregate Git, GitHub CI, Railway, and PostgreSQL signals to detect drift and track deployment phases. This provides a unified read-only view of rollout health across multiple environments.

What is RLS drift detection during a database rollout?

RLS drift detection during a database rollout is the process of comparing row-level security configurations across Git, CI, Railway, and PostgreSQL. It identifies configuration mismatches and validates phase completion to ensure deployment health.

Can I use JSON output for automated RLS rollout monitoring?

Yes, you can use JSON output for automated RLS rollout monitoring. The checker provides a --json flag alongside --verbose and --dry-run options, enabling automation pipelines to parse phase tracking, health, and drift detection results.

Does the RLS status checker perform read-only database health checks?

Yes, the RLS status checker performs read-only database health checks. It safely collects data from Git, GitHub CI, Railway, and PostgreSQL without modifying configurations, validating rollout phases and surfacing drift detection results.

What is the best way to track deployment phase completion for RLS?

The best way to track deployment phase completion for RLS is to aggregate rollout signals from Git, CI, Railway, and PostgreSQL in a single dashboard. This approach validates phase completion, detects drift, and monitors health across multiple environments.