god-mode

Sync GitHub commits, PRs, and issues into a local SQLite cache for multi-repo visibility.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mpelissari/openclaw-backup --skill god-mode-mpelissari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: god-mode
Source: https://github.com/mpelissari/openclaw-backup/tree/main/skills/god-mode
Command: npx skills add https://github.com/mpelissari/openclaw-backup --skill god-mode-mpelissari

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, sqlite3, jq, and includes scripts (resource) components.

What problem does it solve?

Unifies multi-repo project visibility and AI agent coaching.

Core Features & Use Cases

  • Multi-project status dashboard
  • Incremental sync from GitHub (Azure/GitLab coming soon)
  • Agent instruction analysis based on commit patterns
  • Local SQLite cache for fast queries

Quick Start

Run god setup, then add a project with god projects add github:youruser/yourrepo and run god sync to populate the data.

Frequently Asked Questions about god-mode

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

FAQPage Schema
How do I get a multi-repo dashboard view across multiple GitHub repositories?

To get a multi-repo dashboard view across multiple GitHub repositories, you can use a tool that periodically syncs commits, PRs, and issues into a local SQLite cache for fast querying. This provides a unified project status overview without manually checking each repository.

What is AI agent instruction analysis based on commit patterns?

AI agent instruction analysis based on commit patterns is the process of reviewing historical repository commits to refine and optimize agents.md files. This ensures AI coaching aligns with actual development activities and project evolution.

Do I need the gh CLI and sqlite3 to sync GitHub project data locally?

Yes, you need the gh CLI, sqlite3, and jq installed to sync GitHub project data locally. The tool relies on gh for data retrieval, sqlite3 for local storage at ~/.god-mode, and jq for data parsing and analysis.

Can I use this multi-repo project visibility tool with GitLab or Azure DevOps?

Currently, this multi-repo project visibility tool only supports GitHub via the gh CLI. Support for Azure DevOps and GitLab is listed as coming soon, meaning you cannot currently sync repositories hosted on those platforms.

How do I set up a local SQLite cache for incremental GitHub repository syncs?

To set up a local SQLite cache for incremental GitHub syncs, run the setup command, add a project using the format github:youruser/yourrepo, and execute the sync command. This populates the local database at ~/.god-mode with your repository data.