Skip to content

feat: add graph engineering review stack - #9

Open
jhillbht wants to merge 1 commit into
mainfrom
feat/graph-engineering-review-stack
Open

feat: add graph engineering review stack#9
jhillbht wants to merge 1 commit into
mainfrom
feat/graph-engineering-review-stack

Conversation

@jhillbht

@jhillbht jhillbht commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 124112c8a4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +1 to +2
---
description: Run a multi-angle review graph for complex changes that need more than one generic review pass

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include the graph stack in the scaffold recipes

For existing projects using the README’s advertised just add-claude path, templates/justfile still generates only the pre-existing commands and agents, so this command and review-graph-orchestrator.md are never installed; similarly, just add-planning does not install the new graph workflow template. Add these artifacts to the corresponding scaffold recipes so users receive the feature rather than only repository clones having it.

Useful? React with 👍 / 👎.

Comment on lines +32 to +36
Minimum commands:
```bash
git status
git diff main...HEAD
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include working-tree changes in the review input

When /review-graph is run before all current work has been committed, this is a commit-to-commit diff and silently excludes staged and unstaged changes, while git status provides only filenames/statuses. The official git diff documentation distinguishes the <commit>...<commit> form from the form that compares a commit with the working tree; gather the index and working-tree diffs as well so the final verdict cannot approve changes that none of the review lenses inspected.

Useful? React with 👍 / 👎.

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.

1 participant