Fix CI heredoc errors, add Visual/UX reviewers & composite actions - #17
Merged
Conversation
…ss.\n\nSession-ID: 73c6099a-bea4-474a-9eb9-7e6ddc757858\nSession-Timestamp: 2026-01-05T02:36:00.084Z\nBranch: claude-elegant-falcon-hlwid2wp\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Reviews
Claude Code CI |
7 tasks
- Fix all 5 reviewer actions to always set outputs (no early exit) - Refactor ci-pipeline.yml to use composite actions instead of inline logic - Change dependent job conditions to use needs.X.result == 'success' - Reduce workflow from ~700 lines to 375 lines Closes #16 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviews
Claude Code CI |
YAML literal blocks require all content lines to be indented. Simplified inline fallback prompts to avoid multiline content. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviews
Claude Code CI |
GitHub Actions skips dependent jobs by default when any `needs` dependency was skipped (even if the direct dependency succeeded). The `if` condition isn't evaluated unless we explicitly add `always()`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviews
| Context | ✓ | No CLAUDE.md files to check |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reviews / Visual)Reviews / UX) for console errors and behavioral issues.claude/agents/reviewers/Changes
Bug Fix
Fixed 4 broken heredoc blocks in
ci-pipeline.yml(lines 307-318, 400-412, 518-530, 623-635) by replacing withprintf.New Composite Actions
Agent Prompt Files
Usage from Other Repos
Test plan
Closes #16
🤖 Generated with Claude Code