Files
daffy0208 756f13502b feat: Add Codex automated code review CI/CD workflow
Add GitHub Actions workflow that automatically reviews code changes using Codex CLI:
- .github/workflows/codex-review.yml: Standalone workflow for PRs
- .github/workflows/ci.yml: Added codex-review job
- scripts/ci/codex-review.sh: Helper script for running reviews
- CLI/commands/test-codex.js: Test file with intentional bugs

Workflow features:
- Triggers on PR open/sync/reopen
- Reviews CLI commands and brain scripts
- Fails CI on HIGH/CRITICAL bugs
- Posts review comments on PR
- Completes in <5 minutes

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 13:40:56 +00:00
..