Help us improve
Share bugs, ideas, or general feedback.
From odin
Fetches and guides the user through addressing review/issue comments on the open GitHub PR for the current branch using gh CLI.
npx claudepluginhub outlinedriven/odin-claude-plugin --plugin odinHow this skill is triggered — by the user, by Claude, or both
Slash command
/odin:gh-address-commentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all `gh` commands with elevated network access.
Fetches and addresses GitHub PR review/issue comments on current branch using gh CLI. Lists threads via script, summarizes fixes, applies user-selected changes, with auth handling.
Addresses review or issue comments on open GitHub Pull Requests using gh CLI. Inspects threads, applies fixes, and responds to resolve feedback.
Fetches GitHub PR review comments via gh CLI and Python script, creates task checklists for threads, links commits to reviews, and blocks completion until all resolved. Use for systematic PR feedback handling.
Share bugs, ideas, or general feedback.
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access.
Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status, rerun it with sandbox_permissions=require_escalated.
Notes:
gh auth login, then retry.