chore: point PR review workflows to team-skills#2246
Merged
nick-inkeep merged 1 commit intomainfrom Feb 22, 2026
Merged
Conversation
Update both Claude CI workflows to load agents and skills from inkeep/team-skills/ci/ instead of repo-local files or internal-cc-plugins. claude-code-review.yml: - Add GitHub App token generation step for team-skills access - Add shallow clone of team-skills to /tmp/team-skills - Add --plugin-dir /tmp/team-skills/ci/pr-review to claude_args closed-pr-review-auto-improver.yml: - Change token repositories from internal-cc-plugins to team-skills - Clone team-skills instead of internal-cc-plugins - Update --plugin-dir to /tmp/team-skills/ci/closed-pr-review-auto-improver - Update prompt to reference team-skills paths for agent edits and PR target Old pr-review agent files are intentionally kept in place as inert fallback until the new workflow is validated. Cleanup will follow in a separate PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
inkeep/team-skills/ci/instead of repo-local files orinternal-cc-pluginsChanges
claude-code-review.ymlINTERNAL_CI_APP_ID) for team-skills accessinkeep/team-skillsto/tmp/team-skills--plugin-dir /tmp/team-skills/ci/pr-reviewtoclaude_argsclosed-pr-review-auto-improver.ymlrepositoriesfrominternal-cc-plugins→team-skillsteam-skillsinstead ofinternal-cc-plugins--plugin-dirto/tmp/team-skills/ci/closed-pr-review-auto-improverTest plan
claude-code-review.yml— verify agents load from team-skillsclosed-pr-review-auto-improver.yml— verify auto-improver targets team-skills🤖 Generated with Claude Code