Aiden
Integrations
GitHub
Connect Aiden with your GitHub repositories to get intelligent assistance with code management, infrastructure as code, and CI/CD workflows. Once enabled, Aiden becomes your DevOps coding partner, helping you manage configurations, troubleshoot workflows, and implement best practices through natural conversations.
With GitHub integration, Aiden can:
- Explore repository files and codebases
- Build a knowledge base about your infrastructure configurations
- Create pull requests with suggested improvements for infra and config changes
- Review infrastructure code and configuration changes
- Debug GitHub Actions workflow issues
- Generate new configuration files based on existing patterns
- Analyze deployment history and failures
- Recommend security and best practice enhancements
- Review the Terraform changes in PR #245 in repo acme/iac
- Can you improve the security of the cart-service Doeckerfile
- What's causing the CI pipeline failure in the auth-service repo?
- Generate a GitHub Actions workflow for Node.js testing similar to that of the auth-service
- Create a PR to optimize our Kubernetes resource configs
- Help me understand the structure of our Ansible playbooks
- Navigate to Integrations in the sidebar
- Locate the GitHub integration card and click Activate
- Configure your GitHub access:
- GitHub Personal Access Token
- Click Save to enable the integration
GitHub app based authentication is coming soon

- Create a token with minimum required permissions
- Limit repository access to only what's necessary
- Regularly rotate the PAT
- Enable branch protection on critical repositories
- Consider using required reviews for Aiden-generated PRs