address-pr-comments (Claude Code shim)
SkillDev toolsLets your agent fetch unresolved GitHub pull request review comments, fix the issues, and reply on each thread.
Available today. Use it from your connected AI after setup.
No other account needed.
Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.
Then ask your AI: use the address-pr-comments (Claude Code shim) skill
About this skill
Address unresolved inline PR review comments on a GitHub pull request. Fetches unresolved comments, assesses validity (with extra scrutiny for AI/bot reviewers), implements fixes, leaves a reply on every comment thread, and commits changes. Use when the user asks to address PR comments, resolve revi
What this skill tells your AI
The instructions your AI receives, as published by sesori-ai/sesori_apps_monorepo in .claude/skills/address-pr-comments/SKILL.md and read by ahel’s review.
This is the Claude Code entry point for the shared address-pr-comments skill. The full procedure — core rules, validity assessment, AI/bot scrutiny, commit/push ordering, reply formats, and edge cases — is not duplicated here. It lives in one canonical file.
Read .opencode/skills/address-pr-comments/SKILL.md now and follow it in full. (Path is relative to the repository root, which is the Claude Code working directory.)
Path resolution
The canonical file uses paths relative to its own directory, .opencode/skills/address-pr-comments/. Claude Code runs bash from the repo root, so resolve its two script references against that directory:
| Canonical file says | Run from repo root |
|---|---|
../pr-inline-comments/scripts/fetch.sh | .opencode/skills/pr-inline-comments/scripts/fetch.sh |
./scripts/reply.sh | .claude/skills/address-pr-comments/scripts/reply.sh |
The reply.sh in this skill's scripts/ is a thin wrapper that execs the canonical .opencode/skills/address-pr-comments/scripts/reply.sh, so either path runs identical code. The fetch script is shared directly with no wrapper.
For resolving natural-language --since time windows into ISO 8601, the canonical file points at .opencode/skills/pr-inline-comments/SKILL.md — follow that section as written.
Signals
- GitHub stars
- 122
- Forks
- 9
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Key
address-pr-comments-sesori-ai- Source
- github.com/sesori-ai/sesori_apps_monorepo