organize-github-repos

Compare Supabase records with GitHub repository metadata and generate discrepancy reports.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mealpac/manus --skill organize-github-repos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: organize-github-repos
Source: https://github.com/mealpac/manus/tree/main/skills/automation-skills/organize-github-repos
Command: npx skills add https://github.com/mealpac/manus --skill organize-github-repos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Ensure that Supabase-tracked GitHub repositories stay in sync to prevent data drift and miscommunication across systems.

Core Features & Use Cases

  • Repository state verification: compare Supabase records with GitHub metadata
  • Data integrity checks: detect discrepancies, validate fields, and generate actionable reports
  • Auto-healing workflows: optionally apply safe fixes to restore alignment across repositories

Quick Start

Run full health checks or single-repo verifications to audit alignment between Supabase and GitHub.

Frequently Asked Questions about organize-github-repos

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

FAQPage Schema
How do I verify Supabase records match GitHub repository states?

To verify Supabase records match GitHub repository states, run an audit that fetches GitHub data via gh, queries Supabase using MCP SQL, and performs field-by-field comparisons to detect discrepancies.

How does repository data drift detection between GitHub and Supabase work?

Data drift detection works by comparing Supabase-tracked metadata against live GitHub repository states, generating discrepancy reports that highlight misalignment to prevent cross-system miscommunication.

Can I automatically synchronize Supabase records with GitHub metadata?

Yes, you can automatically synchronize Supabase records with GitHub metadata by enabling optional auto-heal actions during the audit, which apply safe update operations to restore alignment.

Do I need the GitHub CLI to audit repository alignment with Supabase?

Yes, you need the GitHub CLI installed, as implementations rely on the gh command to fetch repository data for field-by-field comparisons against your Supabase records.

What is the best way to check data integrity for a single GitHub repository in Supabase?

The best way to check single-repository data integrity is running an individual verification, which scopes the field-by-field comparison to one repository and generates a targeted discrepancy report.