glab-iteration

Automate GitLab iteration retrieval and management from the CLI.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill glab-iteration-haomingz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glab-iteration
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/gitlab-cli-guide/glab-iteration
Command: npx skills add https://github.com/haomingz/kimi-skills --skill glab-iteration-haomingz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitLab iteration management within a project can be cumbersome when coordinating sprint scopes, assigning issues to iterations, and tracking progress. This skill provides a CLI-driven workflow to streamline that process.

Core Features & Use Cases

  • Create and manage iterations (sprints) for GitLab projects.
  • Assign issues to specific iterations and monitor progress across sprints.
  • View iteration details, schedules, and workload distribution for team coordination.
  • Use Case: A development team runs two-week sprints, creates iterations, moves issues into the current sprint, and reviews burndown progress from the CLI.

Quick Start

List all iterations for your current GitLab project.

Frequently Asked Questions about glab-iteration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage GitLab iterations from the command line?

GitLab sprint planning from the CLI is supported through glab commands that create iterations, assign issues to specific sprints, and fetch live progress data across multiple projects.

How do I assign GitLab issues to a sprint using the CLI?

You can assign GitLab issues to a sprint using glab CLI commands that target your project context, moving issues into the current iteration and tracking live workload distribution.

Can I track sprint burndown progress across multiple GitLab projects without the web UI?

Yes, you can view iteration details, schedules, and workload distribution across multiple GitLab projects by running glab CLI commands to fetch live sprint data directly in your terminal.

Does the glab CLI work for two-week sprint planning workflows?

Yes, the glab CLI supports two-week sprint planning workflows by enabling development teams to create iterations, assign issues to the current sprint, and review burndown progress from the terminal.

What is the best way to automate GitLab sprint scope creation?

Automating GitLab sprint scope creation is best achieved through a CLI-driven glab workflow that creates iterations, assigns issues to sprints, and retrieves live project data without manual web UI interaction.