Add portable workflow templates for Claude Code integration#1012
Open
Vishaalsai29 wants to merge 2 commits intoanthropics:mainfrom
Open
Add portable workflow templates for Claude Code integration#1012Vishaalsai29 wants to merge 2 commits intoanthropics:mainfrom
Vishaalsai29 wants to merge 2 commits intoanthropics:mainfrom
Conversation
Includes three ready-to-use GitHub Actions workflows: - claude.yml: Tag mode for @claude mentions on issues/PRs - claude-review.yml: Automatic PR code reviews with inline comments - claude-agent.yml: Manual agent mode via workflow_dispatch https://claude.ai/code/session_016Ft9YACF7CiYwG4pDsCmFQ
Auto-formatted changes: remove extra blank lines in list items and align markdown table columns. https://claude.ai/code/session_016Ft9YACF7CiYwG4pDsCmFQ
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
This PR adds three ready-to-use GitHub workflow templates that enable Claude Code integration across different use cases. These portable workflows can be easily copied into any repository to enable AI-assisted development workflows.
Key Changes
claude.yml: Tag-based workflow that responds to@claudementions on issues and pull requests, allowing interactive code assistance and branch creationclaude-review.yml: Automatic PR review workflow that runs on every PR open/update with inline code review comments and security/performance analysisclaude-agent.yml: Manual workflow dispatch mode for running custom Claude tasks via the GitHub Actions UI with configurable promptsSETUP.md: Comprehensive setup guide for the portable workflows with prerequisites, installation steps, and usage examplesbase-action/README.md,docs/setup.md,docs/migration-guide.md,docs/security.md,docs/configuration.md,base-action/CONTRIBUTING.md, and.claude/commands/label-issue.md(removed extra blank lines for consistency)Implementation Details
All three workflows:
anthropics/claude-code-action@v1with Anthropic API key authenticationThe workflows demonstrate different trigger patterns:
These templates serve as starting points that users can copy and customize for their specific needs.
https://claude.ai/code/session_016Ft9YACF7CiYwG4pDsCmFQ