mirror of
https://github.com/daffy0208/ai-dev-standards.git
synced 2026-09-14 20:49:49 +08:00
756f13502b
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>