Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /