ci(pr-review): add checkout step for skill definitions access#252
Merged
jeremyeder merged 2 commits intoambient-code:mainfrom Jan 15, 2026
Merged
Conversation
Add actions/checkout@v4 before claude-code-action to enable access to .claude/commands/ skill definitions. Uses base.sha (not head.sha) for security - this ensures skill definitions come from the trusted main branch, not from potentially malicious fork PRs. Fixes the "Unknown skill: review-agentready" error seen in Claude Code Review workflow runs. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Chris Hambridge <chambrid@redhat.com>
Add settings block to claude-code-action configuration to allow gh pr, gh issue, gh search, and git commands during code review. This enables the review skill to interact with GitHub APIs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Chris Hambridge <chambrid@redhat.com>
Contributor
|
🎉 This PR is included in version 2.22.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
kami619
pushed a commit
to kami619/agentready
that referenced
this pull request
Jan 15, 2026
…t-code#252) * ci(pr-review): add checkout step for skill definitions access Add actions/checkout@v4 before claude-code-action to enable access to .claude/commands/ skill definitions. Uses base.sha (not head.sha) for security - this ensures skill definitions come from the trusted main branch, not from potentially malicious fork PRs. Fixes the "Unknown skill: review-agentready" error seen in Claude Code Review workflow runs. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Chris Hambridge <chambrid@redhat.com> * ci(pr-review): add inline settings for gh and git command permissions Add settings block to claude-code-action configuration to allow gh pr, gh issue, gh search, and git commands during code review. This enables the review skill to interact with GitHub APIs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Chris Hambridge <chambrid@redhat.com> --------- Signed-off-by: Chris Hambridge <chambrid@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>
jeremyeder
pushed a commit
that referenced
this pull request
Feb 6, 2026
* ci(pr-review): add checkout step for skill definitions access Add actions/checkout@v4 before claude-code-action to enable access to .claude/commands/ skill definitions. Uses base.sha (not head.sha) for security - this ensures skill definitions come from the trusted main branch, not from potentially malicious fork PRs. Fixes the "Unknown skill: review-agentready" error seen in Claude Code Review workflow runs. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Chris Hambridge <chambrid@redhat.com> * ci(pr-review): add inline settings for gh and git command permissions Add settings block to claude-code-action configuration to allow gh pr, gh issue, gh search, and git commands during code review. This enables the review skill to interact with GitHub APIs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Chris Hambridge <chambrid@redhat.com> --------- Signed-off-by: Chris Hambridge <chambrid@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>
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.
Description
Add actions/checkout@v4 before claude-code-action to enable access to .claude/commands/ skill definitions. Uses base.sha (not head.sha) for security - this ensures skill definitions come from the trusted main branch, not from potentially malicious fork PRs.
Type of Change
Related Issues
Fixes the "Unknown skill: review-agentready" error seen in Claude Code Review workflow runs.
https://github.com/ambient-code/agentready/actions/runs/21011220924
Changes Made
Testing
pytest)Checklist
Screenshots (if applicable)
Additional Notes