# Glab Whatsnew

> View GitLab CLI release notes with glab whatsnew. Use when checking what changed after upgrading glab, reviewing release notes since a baseline version, or asking what's new in the GitLab CLI. Triggers on whatsnew, what's new, release notes, glab upgrade notes, glab changelog since.

- **Type:** Skill
- **Install:** `agentstack add skill-vince-winkintel-gitlab-cli-skills-glab-whatsnew`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [vince-winkintel](https://agentstack.voostack.com/s/vince-winkintel)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [vince-winkintel](https://github.com/vince-winkintel)
- **Source:** https://github.com/vince-winkintel/gitlab-cli-skills/tree/main/glab-whatsnew

## Install

```sh
agentstack add skill-vince-winkintel-gitlab-cli-skills-glab-whatsnew
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# glab whatsnew

View GitLab CLI release notes from the terminal.

## Quick start

```bash
# Show release notes since the last viewed/post-upgrade baseline, capped at 10 releases
glab whatsnew

# Show notes for the latest published release
glab whatsnew --latest

# Show notes for a specific release
glab whatsnew v1.102.0

# Show notes for every release after a baseline
glab whatsnew --since v1.100.0
```

## When to use

Use `glab whatsnew` after upgrading `glab` or before updating automation that depends on command behavior. It is the quickest CLI-native path for inspecting upstream release notes without opening a browser.

## Behavior notes

- With no arguments, `glab whatsnew` shows releases published since the last time you ran `whatsnew` or saw the post-upgrade banner.
- The implicit history is capped at the most recent 10 releases.
- Use `--since ` for deterministic automation or review work where you need an explicit baseline.
- Use `--latest` when you only care about the latest published release.

## Agent workflow

```bash
# Review all releases newer than the skill repo's last processed glab baseline
glab whatsnew --since v1.100.0

# Then inspect command help for any relevant new/changed command surfaces
glab repo prune --help
glab mr note create --help
glab stack sync --help
```

Do not treat release-note prose alone as a contract. For skill updates, verify changed command surfaces with `glab  --help` or upstream docs/source before editing guidance.

## Command reference

```text
glab whatsnew [version] [--flags]

Flags:
  --latest   Show release notes for the latest published release only
  --since    Show release notes for every release newer than this version
  -h --help  Show help for this command
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [vince-winkintel](https://github.com/vince-winkintel)
- **Source:** [vince-winkintel/gitlab-cli-skills](https://github.com/vince-winkintel/gitlab-cli-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-vince-winkintel-gitlab-cli-skills-glab-whatsnew
- Seller: https://agentstack.voostack.com/s/vince-winkintel
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
