Agent skill
Issue Triage
Label and prioritize new GitHub issues on watched repos
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/issue-triage
SKILL.md
${var} — Repo (owner/repo) to triage. If empty, triages all watched repos.
If ${var} is set, only triage that repo (owner/repo format).
Config
This skill reads repos from memory/watched-repos.md. If the file doesn't exist yet, create it or skip this skill.
# memory/watched-repos.md
- owner/repo
- another-owner/another-repo
Read memory/MEMORY.md and memory/watched-repos.md for repos to triage. Read the last 2 days of memory/logs/ to avoid re-triaging.
Steps:
- For each repo in watched-repos.md, list issues created in the last 48h:
bash
gh issue list -R owner/repo --state open --json number,title,body,labels,createdAt --limit 20 - For each new issue without labels:
- Read the issue body and classify:
- bug — something broken
- feature — new capability request
- question — needs clarification
- urgent — security, data loss, or blocking
- good-first-issue — well-scoped, self-contained
- Apply appropriate labels:
bash
gh issue edit NUMBER -R owner/repo --add-label "label" - If labeled
urgent, also post a comment acknowledging it:bashgh issue comment NUMBER -R owner/repo --body "Triaged as urgent — flagging for immediate attention."
- Read the issue body and classify:
- Send a summary via
./notifyif any urgent issues found. - Log what you triaged to memory/logs/${today}.md. If no new issues, log "ISSUE_TRIAGE_OK" and end.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?