Agent skill
PR Review
Auto-review open PRs on watched repos and post summary comments
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/pr-review
SKILL.md
${var} — Repo (owner/repo) to review. If empty, reviews all watched repos.
If ${var} is set, only review PRs on 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 review. Read the last 2 days of memory/logs/ to avoid reviewing the same PR twice.
Steps:
- For each repo in watched-repos.md, list open PRs:
bash
gh pr list -R owner/repo --state open --json number,title,author,createdAt,updatedAt,body,additions,deletions,changedFiles - For each PR not already reviewed in recent logs:
- Fetch the diff:
gh pr diff NUMBER -R owner/repo - Review for:
- Logic errors or bugs
- Security concerns (injection, exposed secrets, unsafe operations)
- Code quality (naming, structure, duplication)
- Missing tests or edge cases
- Keep feedback concise and actionable — no nitpicks
- Fetch the diff:
- Post a review comment on the PR:
bash
gh pr review NUMBER -R owner/repo --comment --body "review text" - Send a summary via
./notify:*PR Review — ${today}* Reviewed N PRs across M repos. - owner/repo#123: summary of findings - Log what you reviewed to memory/logs/${today}.md. If no open PRs found, log "PR_REVIEW_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?