[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73505":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":14,"forks30d":14,"starsTrendScore":18,"compositeScore":19,"rankGlobal":8,"rankLanguage":8,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":8,"pushedAt":8,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":14,"starSnapshotCount":14,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},73505,"claude-code-action","anthropics\u002Fclaude-code-action","anthropics",null,"TypeScript",7944,1889,46,379,0,48,135,418,144,112.83,"MIT License",false,"main",true,[],"2026-06-12 04:01:09","![Claude Code Action responding to a comment](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F1d60c2e9-82ed-4ee5-b749-f9e021c85f4d)\n\n# Claude Code Action\n\nA general-purpose [Claude Code](https:\u002F\u002Fclaude.ai\u002Fcode) action for GitHub PRs and issues that can answer questions and implement code changes. This action intelligently detects when to activate based on your workflow context—whether responding to @claude mentions, issue assignments, or executing automation tasks with explicit prompts. It supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry.\n\n## Features\n\n- 🎯 **Intelligent Mode Detection**: Automatically selects the appropriate execution mode based on your workflow context—no configuration needed\n- 🤖 **Interactive Code Assistant**: Claude can answer questions about code, architecture, and programming\n- 🔍 **Code Review**: Analyzes PR changes and suggests improvements\n- ✨ **Code Implementation**: Can implement simple fixes, refactoring, and even new features\n- 💬 **PR\u002FIssue Integration**: Works seamlessly with GitHub comments and PR reviews\n- 🛠️ **Flexible Tool Access**: Access to GitHub APIs and file operations (additional tools can be enabled via configuration)\n- 📋 **Progress Tracking**: Visual progress indicators with checkboxes that dynamically update as Claude completes tasks\n- 📊 **Structured Outputs**: Get validated JSON results that automatically become GitHub Action outputs for complex automations\n- 🏃 **Runs on Your Infrastructure**: The action executes entirely on your own GitHub runner (Anthropic API calls go to your chosen provider)\n- ⚙️ **Simplified Configuration**: Unified `prompt` and `claude_args` inputs provide clean, powerful configuration aligned with Claude Code SDK\n\n## 📦 Upgrading from v0.x?\n\n**See our [Migration Guide](.\u002Fdocs\u002Fmigration-guide.md)** for step-by-step instructions on updating your workflows to v1.0. The new version simplifies configuration while maintaining compatibility with most existing setups.\n\n## Quickstart\n\nThe easiest way to set up this action is through [Claude Code](https:\u002F\u002Fclaude.ai\u002Fcode) in the terminal. Just open `claude` and run `\u002Finstall-github-app`.\n\nThis command will guide you through setting up the GitHub app and required secrets.\n\n**Note**:\n\n- You must be a repository admin to install the GitHub app and add secrets\n- This quickstart method is only available for direct Anthropic API users. For AWS Bedrock, Google Vertex AI, or Microsoft Foundry setup, see [docs\u002Fcloud-providers.md](.\u002Fdocs\u002Fcloud-providers.md).\n\n## 📚 Solutions & Use Cases\n\nLooking for specific automation patterns? Check our **[Solutions Guide](.\u002Fdocs\u002Fsolutions.md)** for complete working examples including:\n\n- **🔍 Automatic PR Code Review** - Full review automation\n- **📂 Path-Specific Reviews** - Trigger on critical file changes\n- **👥 External Contributor Reviews** - Special handling for new contributors\n- **📝 Custom Review Checklists** - Enforce team standards\n- **🔄 Scheduled Maintenance** - Automated repository health checks\n- **🏷️ Issue Triage & Labeling** - Automatic categorization\n- **📖 Documentation Sync** - Keep docs updated with code changes\n- **🔒 Security-Focused Reviews** - OWASP-aligned security analysis\n- **📊 DIY Progress Tracking** - Create tracking comments in automation mode\n\nEach solution includes complete working examples, configuration details, and expected outcomes.\n\n## Documentation\n\n- **[Solutions Guide](.\u002Fdocs\u002Fsolutions.md)** - **🎯 Ready-to-use automation patterns**\n- **[Migration Guide](.\u002Fdocs\u002Fmigration-guide.md)** - **⭐ Upgrading from v0.x to v1.0**\n- [Setup Guide](.\u002Fdocs\u002Fsetup.md) - Manual setup, custom GitHub apps, and security best practices\n- [Usage Guide](.\u002Fdocs\u002Fusage.md) - Basic usage, workflow configuration, and input parameters\n- [Custom Automations](.\u002Fdocs\u002Fcustom-automations.md) - Examples of automated workflows and custom prompts\n- [Configuration](.\u002Fdocs\u002Fconfiguration.md) - MCP servers, permissions, environment variables, and advanced settings\n- [Experimental Features](.\u002Fdocs\u002Fexperimental.md) - Execution modes and network restrictions\n- [Cloud Providers](.\u002Fdocs\u002Fcloud-providers.md) - AWS Bedrock, Google Vertex AI, and Microsoft Foundry setup\n- [Capabilities & Limitations](.\u002Fdocs\u002Fcapabilities-and-limitations.md) - What Claude can and cannot do\n- [Security](.\u002Fdocs\u002Fsecurity.md) - Access control, permissions, and commit signing\n- [FAQ](.\u002Fdocs\u002Ffaq.md) - Common questions and troubleshooting\n\n## 📚 FAQ\n\nHaving issues or questions? Check out our [Frequently Asked Questions](.\u002Fdocs\u002Ffaq.md) for solutions to common problems and detailed explanations of Claude's capabilities and limitations.\n\n## License\n\nThis project is licensed under the MIT License—see the LICENSE file for details.\n","Claude Code Action 是一个适用于 GitHub PR 和 issues 的通用代码助手，能够回答问题并实现代码变更。该项目使用 TypeScript 开发，具备智能模式检测功能，可根据工作流上下文自动选择执行模式，无需额外配置。它支持多种认证方式，包括 Anthropic 直接 API、Amazon Bedrock、Google Vertex AI 和 Microsoft Foundry。核心功能包括交互式代码辅助、代码审查与改进建议、简单的代码实现及重构等，并能无缝集成到 GitHub 评论和 PR 审查中。此外，还提供了灵活的工具访问权限、进度跟踪和结构化输出等功能。该工具适合需要自动化处理代码审查、响应开发者提问或执行特定编程任务的开发团队使用。",2,"2026-06-11 03:45:53","high_star"]