You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: Quick fixes for reviewer comments
Phase 1 fixes from issue #56:
- Use ⏭️ emoji for skipped status (instead of ⚠️)
- Fix 404 agent prompt links by using SHA instead of branch name
- Remove split test - use emoji format for all reviewers
- Update intro line: "PR feedback updates from your reviewer agents..."
- Add CI failure (exit 1) when checks fail
Closes#56
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: Ensure comment posts before CI fails
Add `if: always()` to post-comment steps so review results
are posted even when the reviewer action finds failures.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: Remove DEBUG statements from requirements reviewer
Addresses YAGNI feedback from code-quality reviewer.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* refactor: Extract shared JSON result parsing logic
Address DRY violation by creating shared extract-result.sh script.
Both reviewers now use the same extraction logic, reducing duplication
from ~90 lines to ~3 lines per reviewer.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* refactor: Extract skip result generation to shared script
Further address DRY violation by adding generate_skipped_result function.
Both reviewers now use the shared function for skip handling.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* chore: Defer CI failure feature to follow-up
Remove exit 1 logic - the feature works correctly but catches
pre-existing code quality issues in the codebase that need to
be addressed separately before this can be enabled.
The other Phase 1 fixes (emojis, links, intro text) are ready.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments