Skip to content

Automated Codex reviews#1420

Merged
Lopa10ko merged 5 commits into
refactor/cicd-dependeciesfrom
codex-reviews
Mar 19, 2026
Merged

Automated Codex reviews#1420
Lopa10ko merged 5 commits into
refactor/cicd-dependeciesfrom
codex-reviews

Conversation

@PavelMarian

@PavelMarian PavelMarian commented Feb 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Created codex-auto-review.yml workflow
  • Created review_schema.json and review_common.md

Next steps

  • Add review_####.md file for each main issue
  • Re-write review_common.md to improve Codex performance

Context

closes #1419

@PavelMarian
PavelMarian requested a review from Lopa10ko February 25, 2026 16:06
@github-actions

github-actions Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

All PEP8 errors has been fixed, thanks ❤️

Comment last updated at Thu, 19 Mar 2026 10:37:54

Comment thread .github/codex/prompts/review_common.md Outdated
Comment on lines +14 to +32
#### 1. Security vulnerabilities
- Hardcoded secrets/credentials
- SQL injection risks
- Unsafe deserialization
- Missing input validation
- Insecure direct object references

#### 2. Bugs and logic errors
- Null pointer exceptions
- Off-by-one errors
- Race conditions
- Infinite loops
- Incorrect error handling

#### 3. Breaking changes
- API contract violations
- Database schema changes without migration
- Removed public interfaces
- Changed function signatures

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

эту часть промпта для ревьювера сделать более python-specific

on:
pull_request:
branches: [ master ]
types: [ opened, synchronize, ready_for_review ]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

стоит добавить возможность перезапускать workflow комментарием или вручную из GH actions

@Lopa10ko

Copy link
Copy Markdown
Collaborator

@PavelMarian работа в этом PR продолжается? хочется влить поскорее

@PavelMarian

Copy link
Copy Markdown
Collaborator Author

@Lopa10ko запушил последние корректировки, больше апдейтов не планирую

@Lopa10ko
Lopa10ko merged commit 53e20b3 into refactor/cicd-dependecies Mar 19, 2026
2 of 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.

2 participants