🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

GH Triage

by @gruted

Automatically scans GitHub repos to label, comment, assign, and fix issues and PRs for efficient triage and reporting.

Versionv0.1.0
Downloads800
TERMINAL
clawhub install gh-triage

πŸ“– About This Skill

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