Skip to content

Natural Language interface for GitLab

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

We could provide a natural language interface for anyone using GitLab to have an easy access to GitLab features and accomplish some tasks quicker with the power of LLMs.

This could be potentially incorporated into GitLab CLI.

Examples:

  1. glab fix the issue with the sidebar in my project
    1. Finds the project
    2. Finds the issue
    3. Suggests the fix with MR
    4. Opens the MR in a browser
  2. glab fix the pipeline for my last MR
    1. Finds the MR
    2. Scans pipelines for errors
    3. Suggests the fix in the MR
    4. Opens the MR in browser
  3. glab when was the sidebar feature added?
    1. Searches issues and MRs
    2. Shows a list of best matches and prints out the date and commit hash
  4. glab enable dark mode
Edited by 🤖 GitLab Bot 🤖