Skip to main content

glab-incident

管理 GitLab 事件(Incident),用于问题跟踪和事件管理。适用于创建事件、管理事件响应或将事件关联到 Issue。触发词:incident、事件管理、创建事件、事件响应。

Ir para a instalação

Informações da origem

Repositório
haomingz/kimi-skills
Última atividade na origem
24 de abril de 2026 às 18:07
Idioma detectado do SKILL.md
chinês
Estrelas
16
Forks
4

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
glab-incident
description
管理 GitLab 事件(Incident),用于问题跟踪和事件管理。适用于创建事件、管理事件响应或将事件关联到 Issue。触发词:incident、事件管理、创建事件、事件响应。
# glab incident ## 概述 ``` Work with GitLab incidents. USAGE glab incident [command] [--flags] EXAMPLES $ glab incident list COMMANDS close [<id> | <url>] [--flags] Close an incident. list [--flags] List project incidents. note <incident-id> [--flags] Comment on an incident in GitLab. reopen [<id> | <url>] [--flags] Reopen a resolved incident. subscribe <id> Subscribe to an incident. unsubscribe <id> Unsubscribe from an incident. view <id> [--flags] Display the title, body, and other information about an incident. FLAGS -h --help Show help for this command. -R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. ``` ## 快速入门 ```bash glab incident --help ``` ## 子命令 完整的 `--help` 输出请参阅 [references/commands.md](references/commands.md)。
Ver no GitHub