mirror of
https://github.com/openclaw/clawdinators.git
synced 2026-08-27 04:01:15 -04:00
[PR #1] [MERGED] Add triage skill + GitHub sync for maintainer bot #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/clawdinators/pull/1
Author: @joshp123
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @joshp123
Base:
main← Head:clever-merkle📝 Commits (2)
557c9d4🤖 Add triage skill + GitHub sync for maintainer bot8766cc9Seed workspace dirs and harden github sync📊 Changes
7 files changed (+231 additions, -9 deletions)
View changed files
➕
clawdinator/workspace/.claude/skills/triage/SKILL.md(+77 -0)📝
clawdinator/workspace/AGENTS.md(+10 -0)➕
memory/github/.gitkeep(+3 -0)📝
nix/hosts/clawdinator-1-common.nix(+2 -0)📝
nix/modules/clawdinator.nix(+51 -1)➕
scripts/gh-sync.sh(+87 -0)📝
scripts/seed-workspace.sh(+1 -8)📄 Description
Summary
triageskill for Now/Next/Later priority summariesgh-sync.shscript to fetch PRs/issues from clawdbot org (ZFC-compliant: pure IO, no reasoning)memory/github/directory for synced stateDesign
ZFC-compliant architecture:
Skill triggers: "triage", "priorities", "what's hot", "status", "what needs attention"
Output: Now/Next/Later buckets with links + recommended actions
Files Changed
scripts/gh-sync.shclawdinator/workspace/.claude/skills/triage/SKILL.mdnix/modules/clawdinator.nixgithubSyncoption + systemd service/timernix/hosts/clawdinator-1.nixclawdinator/workspace/AGENTS.mdmemory/github/.gitkeepTest plan
systemctl status clawdinator-github-syncsystemctl start clawdinator-github-syncmanually and check/memory/github/prs.md+issues.md🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.