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...
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill gh-triage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gh Triage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-gh-triage)More formats (shields.io, HTML) on the badges page.
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。