Skip to content

Comments

Add code review stage to commit job#99

Merged
nhorton merged 1 commit intomainfrom
claude/add-commit-review-stage-2aQ3q
Jan 21, 2026
Merged

Add code review stage to commit job#99
nhorton merged 1 commit intomainfrom
claude/add-commit-review-stage-2aQ3q

Conversation

@nhorton
Copy link
Contributor

@nhorton nhorton commented Jan 21, 2026

Adds a new review step that runs first in the commit workflow using a sub-agent. The review checks for:

  • General issues (logic errors, bugs, security concerns)
  • DRY opportunities (duplicated code, repeated patterns)
  • Naming clarity (descriptive variable/function names)
  • Test coverage (new functionality has tests)

Bumps commit job version to 1.3.0.

Adds a new review step that runs first in the commit workflow using a
sub-agent. The review checks for:
- General issues (logic errors, bugs, security concerns)
- DRY opportunities (duplicated code, repeated patterns)
- Naming clarity (descriptive variable/function names)
- Test coverage (new functionality has tests)

Bumps commit job version to 1.3.0.
@nhorton nhorton merged commit 9f7eede into main Jan 21, 2026
4 checks passed
@nhorton nhorton deleted the claude/add-commit-review-stage-2aQ3q branch January 21, 2026 17:29
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