Skip to content

Provide commit-by-commit LLM reviews? #75

Description

@maflcko

This is mostly for brainstorming, because I don't know if it will be useful and provide more value than it consumes.

In theory, I guess it could be implemented by checking out each commit and running something like codex -c model=gpt-5.1-codex-mini --dangerously-bypass-approvals-and-sandbox exec 'review the top commit. Only mention high severity issues. Use markdown. If no issues found, reply with exactly "No severe review issues found".' > /tmp/result_for_commit.txt.

However, I'll need to figure out how to supply such an agent-cli inside docker, clone and checkout all pull request commits, and write the handling code. Not sure if this is worth it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions