Commit 86eaa6d
authored
ci: use lambdaclass/actions reusable workflows for AI review (#69)
## Summary
- Consolidate three separate AI review workflows into a unified workflow
using reusable workflows from lambdaclass/actions
- Rename prompt file to match standardized naming convention
- Enable on-demand reviews via `/kimi`, `/codex`, `/claude` commands
## Changes
- Add `.github/workflows/ai-review.yml` - unified workflow using
lambdaclass/actions@v1
- Rename `.github/prompts/pr_review.md` → `ai-review.md`
- Remove legacy workflows: `pr_review_chatgpt.yaml`,
`pr_review_claude.yaml`, `pr_review_kimi.yaml`
## Test plan
- [ ] Verify workflow runs on PR open/ready_for_review
- [ ] Test on-demand review commands (`/kimi`, `/codex`, `/claude`)
- [ ] Confirm all three AI reviewers execute in parallel
- [ ] Validate custom prompt is read from new location1 parent 9325f73 commit 86eaa6d
File tree
5 files changed
+36
-210
lines changed- .github
- prompts
- workflows
5 files changed
+36
-210
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments