🎯

gitlab-create-merge-request

🎯Skill

from kentoje/dotfiles

VibeIndex|
What it does

Creates a merge request in GitLab directly from the command line, likely using GitLab's API to streamline the merge request workflow.

gitlab-create-merge-request

Installation

Install skill:
npx skills add https://github.com/kentoje/dotfiles --skill gitlab-create-merge-request
3
AddedJan 25, 2026

Skill Details

SKILL.md

Overview

# dotfiles

Screenshots

image

image

Flow

Nix is in charge of managing the system configuration. The dotfiles are managed by stow and are symlinked to the home directory.

Homebrew is installed via Nix, and most of UI applications are installed if possible with Nix.

Install

Stow

Run stow in the current dotfiles directory which should be in $HOME/dotfiles

```bash

$ sudo ./setup/macos/setup.sh

```

nix-darwin

Install nix

```bash

$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

```

Install nix-darwin

```bash

$ nix run nix-darwin -- switch --flake ./.config/nix-darwin-#kento

```

Update nix packages

```bash

$ nix flake update ./.config/nix-darwin-pro

```

Rebuild env

```bash

$ darwin-rebuild switch --flake #

```

Tmux

Install tmux plugins

```bash

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

$ nvim .config/tmux/tmux.config

```

Run plugin install with: I