All experiments
AutomationGitLabCI/CD
GitLab AI Automation
Pipeline helpers that summarize MRs, draft release notes, and triage CI failures using repository context.
Problem
MR review and CI triage consume hours that could be automated with repository-aware AI assistants.
Architecture
- 1GitLab webhook receiver
- 2Context builder from MR diffs + jobs
- 3LLM summarization and triage prompts
- 4Comments posted back via GitLab API
Screenshots
Screenshot placeholder 1
Screenshot placeholder 2
Lessons Learned
- Diff size limits and file filters keep prompts within budget.
- CI failure classification works best with log snippets + job metadata.
Technologies
GoGitLab APIPythonRedis