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.
npx claudepluginhub oxidian/cc-plugins --plugin oxghThis skill is limited to using the following tools:
- Git remote: !`git remote get-url origin`
Automates 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.
Share bugs, ideas, or general feedback.
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>/comments