Loading...
Loading...
Developer oversight and AI agent coaching. Use when viewing project status across repos, syncing GitHub data, or analyzing agents.md against commit patterns.
npx skill4agent add aaaaqwq/claude-code-skills god-modeDeveloper oversight and AI agent coaching for OpenClaw.
# First-run setup
god setup
# Add a project
god projects add github:myuser/myrepo
# Sync data
god sync
# See overview
god status
# Analyze your agents.md
god agents analyze myrepogod status [project]god status # All projects
god status myproject # One project in detailgod sync [project] [--force]god sync # Incremental sync all
god sync myproject # Just one project
god sync --force # Full refresh (ignore cache)god projectsgod projects # List all
god projects add github:user/repo # Add project
god projects remove myproject # Remove projectgod agents analyze <project>god agents analyze myprojectgod agents generate <project>~/.config/god-mode/config.yamlprojects:
- id: github:user/repo
name: My Project # Display name
priority: high # high/medium/low
tags: [work, api]
local: ~/code/myrepo # Local clone path
sync:
initialDays: 90 # First sync lookback
commitsCacheMinutes: 60
analysis:
agentFiles: # Files to search for
- agents.md
- AGENTS.md
- CLAUDE.md
- .github/copilot-instructions.md~/.god-mode/cache.dbcontexts/| Provider | CLI | Setup |
|---|---|---|
| GitHub | | |
| Azure | | |
| GitLab | | |
ghsqlite3jqgod status
# See all projects at a glance
# Notice any stale PRs or quiet projectsgod status myproject
# See recent activity, open PRs, issues
# Remember where you left offgod agents analyze myproject
# Get suggestions based on your actual commit patterns
# Apply recommendations to your agents.mdgod status
# Review activity across all projects
# Identify projects needing attention# HEARTBEAT.md
- Run `god status` and summarize:
- Projects with stale PRs (>3 days)
- Projects with no activity (>5 days)
- Open PRs needing review# Weekly agent instruction review
schedule: "0 9 * * 1" # Monday 9am
task: |
Run `god agents analyze` on high-priority projects.
If gaps found, notify with suggestions.gh auth logingod projects add github:user/repogod sync --force