AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Glab Whatsnew

skill-vince-winkintel-gitlab-cli-skills-glab-whatsnew · by vince-winkintel

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.

— No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-vince-winkintel-gitlab-cli-skills-glab-whatsnew

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vince-winkintel-gitlab-cli-skills-glab-whatsnew)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Glab Whatsnew? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

glab whatsnew

View GitLab CLI release notes from the terminal.

Quick start

# 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

# 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

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.