Skip to content

feat: add /assign-reviewers command with GitHub Action and Slack integration#10

Merged
shadowdevcode merged 2 commits intomainfrom
feat/10x-system-upgrade
Mar 31, 2026
Merged

feat: add /assign-reviewers command with GitHub Action and Slack integration#10
shadowdevcode merged 2 commits intomainfrom
feat/10x-system-upgrade

Conversation

@shadowdevcode
Copy link
Copy Markdown
Owner

Summary

  • Adds /assign-reviewers — a standalone utility command for risk-based PR reviewer routing (5-tier risk model, reviewer selection via git log/git blame, approval/unapproval logic, PR comments, optional Slack notifications)
  • Adds .github/workflows/pr-auto-review.yml — GitHub Action that fires on pull_request: [opened, synchronize], skips bot PRs, and calls Claude Code CLI with the PR URL
  • Registers the command in CLAUDE.md as a utility command (no pipeline role)

Test plan

  • Open a new PR → GitHub Action should trigger and call /assign-reviewers
  • Verify Slack notification fires if SLACK_WEBHOOK_URL secret is set
  • Verify bot PRs are skipped by the Action
  • Verify assign-reviewers command reads the diff and outputs risk tier + reviewer list

🤖 Generated with Claude Code

shadowdevcode and others added 2 commits March 31, 2026 16:08
…Slack integration

Introduces risk-based PR review routing: 5-tier risk model, reviewer selection via git log/blame, approval logic, PR comments, and optional Slack notifications. GitHub Action triggers on PR open/synchronize.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-product-os-493e Ready Ready Preview, Comment Mar 31, 2026 10:46am

@shadowdevcode shadowdevcode merged commit 78c2f7a into main Mar 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant