Skip to content

cloud-org/ai-code-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Code Template 🤖

A ready-to-use template for integrating Claude Code with GitHub Actions. Simply clone, configure secrets, and collaborate with Claude through issues and pull requests.

✨ Features

  • 🚀 Zero Configuration: Minimal setup required after cloning
  • 💬 Natural Interaction: Mention @claude in issues and PRs to get AI assistance

🚀 Quick Start

2. Configure GitHub Secrets

Choose one of the following authentication methods:

gh secret set ANTHROPIC_BASE_URL
gh secret set ANTHROPIC_API_KEY

3. Test Integration

  1. Create a new issue
  2. Include @claude in your message, for example:
    @claude Can you help me review the code structure and suggest improvements?
    
  3. Claude will reply within minutes!

📖 Usage Examples

Code Review

@claude Please review this pull request, checking for:
- Code quality and best practices
- Potential security issues
- Performance optimization suggestions

Bug Fixes

@claude I encountered this error: [paste error message]
Can you help me debug and fix it?

Feature Development

@claude I need to implement a user authentication system.
Can you suggest the best approach and help with implementation?

Network Restrictions

Restrict Claude's network access to specific domains:

experimental_allowed_domains: |
  .anthropic.com
  .github.com
  api.github.com
  .githubusercontent.com
  registry.npmjs.org

Timeout Configuration

Adjust timeout duration (default: 60 minutes):

timeout_minutes: "30"

📚 Documentation

For detailed setup instructions and advanced configuration options, see the Claude Code GitHub Actions Manual Setup Guide.

Releases

No releases published

Packages

No packages published