Skip to content

Releases: qodevai/gitlab-cli

v0.3.0

24 Feb 13:15

Choose a tag to compare

What's New

install --skills command

Copy bundled AI agent skill files to .claude/skills/qodev-gitlab/ in your workspace. Teaches AI coding agents (Claude Code, etc.) the full CLI surface through progressive disclosure.

qodev-gitlab-cli install --skills

Full command reference in --help

The root --help now shows an "All Commands" section with every subcommand and its arguments, so agents and humans can discover the full CLI in a single call.

Executable renamed to qodev-gitlab-cli

The script entry point now matches the package name, so uvx qodev-gitlab-cli works directly without --from.

Changelog

  • feat: add install --skills command for AI agent skill files (#3)
  • feat: add full command reference to root --help (#2)
  • fix: rename executable to qodev-gitlab-cli to match package name (#1)