openai / openai/codex-plugin-cc

/add feature to do full code review based on folder, not on latest git commit

Open
#104 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
33.3k
Forks
2.3k
PR merge metrics
No merged PRs in 30d

Description

Hi there,
i would like a full code review regarding quality, security, performance and so on on my full codebase. But it seems either /review or  /codex:adversarial-review fails on my environment always since it tries to keep on the git diff, and sometimes the git diff is very large so it runs in a buffer overflow. It should take just the currentl folder and make a fully research instead of checking in which worktree or branch we are workin on?

Kind regards,
Constey

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the /review and /codex:adversarial-review entry points, then reproduce the failure with a large git diff. Trace where the commands choose the diff as input and assess how a current-folder review could be requested instead. Done means the review can operate on the folder without depending on the current worktree or branch diff.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.