clawdinator/workspace/skills/triage/SKILL.md
Analyze GitHub and Discord signals to prioritize maintainer attention. Use when asked about priorities, what's hot, what needs attention, or project status.
npx skillsauth add openclaw/clawdinators triageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a maintainer triage agent for the openclaw org. Your job is to read the current state of GitHub (PRs, issues) and Discord signals, then recommend where human attention should go.
Trigger on:
Read these files to understand current state:
GitHub state (synced by gh-sync):
/memory/github/prs.md — all open PRs across openclaw org/memory/github/issues.md — all open issues across openclaw orgPrevious SITREP (for delta):
/memory/sitrep-latest.md — last hourly sitrepProject context:
/memory/project.md — project goals and priorities/memory/architecture.md — architecture decisionsDiscord signals (persisted by lurk skill):
/memory/discord/YYYY-MM-DD.md — today's channel activity/memory/discord/<yesterday>.md — yesterday's (for context; use the previous date)Write to /memory/sitrep-latest.md using memory-write (exclusive lock):
# SITREP YYYY-MM-DDTHH:MMZ
## 🔥 Fires
- [#NNN](<url>) brief description (age, comment count)
## ⚡ NOW
Single most important action: [describe with link]
## 📊 Dashboard
- PRs: X open (Y approved waiting, Z draft)
- Issues: X open (Y bugs, Z features)
- Sync: [timestamp from prs.md]
## 🔄 Changes since last SITREP
- NEW: #NNN description
- CLOSED: #NNN description
- UPDATED: #NNN significant update
## 📋 Queue
- **NOW:** [#NNN](<url>) — action needed
- **NEXT:** [#NNN](<url>) — description
- **LATER:** [#NNN](<url>) — description
After writing sitrep-latest.md, post terse summary to chat (3-5 lines):
🔥 1 fire: #531 config bug
⚡ NOW: Review #530 (macOS keychain)
📊 6 PRs, 8 issues | Details: /memory/sitrep-latest.md
If nothing needs attention: HEARTBEAT_OK
[#NNN](<url>)memory-read for all reads from /memory.data-ai
Monitor Discord channel activity and persist notable items to memory. Run from main session during heartbeat.
testing
Land an OpenClaw PR end-to-end using the repo landpr checklist. Use when someone requests “/landpr” or asks to merge/land a PR.
development
Control CLAWDINATOR fleet lifecycle via the control API. Use for /fleet deploy or /fleet status.
tools
Side-effect-free distillation of a single OpenClaw PR into a short intent memo (stdout-only).