yusukebb-cyber/Claude Code Action Official

General-purpose Claude agent for GitHub PRs and issues. Can answer questions and implement code changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
trigger_phraseThe trigger phrase to look for in comments or issue bodyno@claude
assignee_triggerThe assignee username that triggers the action (e.g. @claude)no
modelModel to use (provider-specific format required for Bedrock/Vertex)no
anthropic_modelDEPRECATED: Use 'model' instead. Model to use (provider-specific format required for Bedrock/Vertex)no
allowed_toolsAdditional tools for Claude to use (the base GitHub tools will always be included)no""
disallowed_toolsTools that Claude should never useno""
custom_instructionsAdditional custom instructions to include in the prompt for Claudeno""
direct_promptDirect instruction for Claude (bypasses normal trigger detection)no""
anthropic_api_keyAnthropic API key (required for direct API, not needed for Bedrock/Vertex/OAuth)no
use_oauthUse OAuth authentication instead of API keynofalse
claude_access_tokenOAuth access token (required when use_oauth is true)no
claude_refresh_tokenOAuth refresh token (required when use_oauth is true)no
claude_expires_atOAuth token expiration timestampno
github_tokenGitHub token with repo and pull request permissions (optional if using GitHub App)no
use_bedrockUse Amazon Bedrock with OIDC authentication instead of direct Anthropic APInofalse
use_vertexUse Google Vertex AI with OIDC authentication instead of direct Anthropic APInofalse
timeout_minutesTimeout in minutes for executionno30
namedescription
execution_filePath to the Claude Code execution output file