From oxgh
Waits for AI code review on GitHub PRs, analyzes top finding from comments, and generates TDD fix plan without user prompt. Use after submitting PRs for review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oxgh:wait-for-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Git remote: !`git remote get-url origin`
git remote get-url origin$ARGUMENTS if provided, otherwise detect from current branch with gh pr view --json number --jq '.number'gh pr checkout <PR_NUMBER> to ensure you're on the PR's branch (safe to run even if already on the branch)python3 ${CLAUDE_PLUGIN_ROOT}/scripts/wait_for_ai_review.py <PR_NUMBER> (use 45 minute timeout)gh api repos/{owner}/{repo}/issues/<PR_NUMBER>/commentsnpx claudepluginhub oxidian/cc-plugins --plugin oxghAutomates GitHub PR workflow: detects PR, checks out branch, waits for AI code review, auto-merges if clean, or creates TDD fix plan for top issue.
Waits for AI code review on GitLab MR, checks out branch, analyzes top finding from notes, and generates TDD fix plan. Use after MR submission.
Automates GitHub PR review-fix loops: requests bot reviews via @mentions, polls comments with GitHub CLI, analyzes issues, fixes code, runs internal review, pushes changes, repeats until no critical issues.