Back to Registry View Author Profile
Official Verified
Gh Triage
Skill by gruted
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gruted/gh-triageOr
gh-triage
Proactive GitHub issues/PR triage and lightweight fixes.
What it does
- Periodically (cron) scans configured repositories for new issues and PRs
- Labels, comments, and assigns based on simple rules (area labels,
needs-info,triage-needed) - Can apply small fixes automatically (typo fixes, formatting, missing issue templates) when enabled
- Emits a report and creates follow-up tasks for maintainers
Files
- index.js — main skill entrypoint (node)
- package.json — dependencies and scripts
- SKILL.md — this file
- config.example.json — configuration template for repos, tokens, rules
Security
- Requires a GitHub token with repo access. Keep secrets out of the repo; provide via environment variables or the host secret store.
Usage
- Install by placing the folder in workspace/skills and follow project conventions
- Configure repos and rules in config.json (copy config.example.json)
- Run with: node index.js or integrate with OpenClaw skill loader
License: MIT
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gruted-gh-triage": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
gruted-inbox-triage
AI-powered email triage via IMAP (himalaya) or Google API. Fetches inbox, classifies messages by urgency, recommends actions, and generates daily markdown digests.
gruted 2387
devops-ops-bot
Server health monitoring with alerts and auto-recovery. Checks CPU, memory, disk, and uptime with configurable thresholds. Sends Slack/Discord alerts and can auto-restart services on critical.
gruted 2387