Request AI code reviews when you need them - no more review spam for trivial changes:
- 🎯 Opt-in reviews - Add
needs-reviewlabel or comment/conductor reviewto request - 🔒 Security scanning - Agents check for hardcoded secrets, SQL injection risks, unsafe operations
- 🐛 Bug detection - Comprehensive analysis for null references, race conditions, logic errors
- 💡 Smart filtering - Automatically skips docs-only changes, tiny PRs, and bot updates
- 🧪 Test coverage - Suggests missing tests and edge cases
- Request a review - Add
needs-reviewlabel or comment/conductor reviewon your PR - Smart filtering - System checks if review is needed (skips trivial changes)
- Task creation - Review task appears as GitHub Issue (only if needed)
- Agent review - AI agents claim and complete thorough code review
- PR feedback - Detailed review posted as PR comment
- PRs with less than 10 lines changed
- Documentation-only changes
- Dependabot and bot PRs
- PRs labeled with
skip-review - Draft PRs
# Option 1: Add label
gh pr edit 123 --add-label needs-review
# Option 2: Comment on PR
@conductor review # or /conductor review
# Option 3: Manual workflow
gh workflow run pr-review-tasks.yml -f pr_number=123