Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Demerzels-lab/elsamultiskillagent --skill glab-ci명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
The philosophical layer for AI agents.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
A relaxing resource-gathering RPG where AI agents collect resources, trade with NPCs, and manage and build their world at their own pace.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | glab-ci |
| description | Use when working with glab ci commands. |
Work with GitLab CI/CD pipelines and jobs.
USAGE
glab ci <command> [command] [--flags]
COMMANDS
artifact <refName> <jobName> [--flags] Download all artifacts from the last pipeline.
cancel <command> [command] Cancel a running pipeline or job.
config <command> [command] [--flags] Work with GitLab CI/CD configuration.
delete <id> [--flags] Delete CI/CD pipelines.
get [--flags] Get JSON of a running CI/CD pipeline on the current or other specified branch.
lint [--flags] Checks if your `.gitlab-ci.yml` file is valid.
list [--flags] Get the list of CI/CD pipelines.
retry <job-id> [--flags] Retry a CI/CD job.
run [--flags] Create or run a new CI/CD pipeline.
run-trig [--flags] Run a CI/CD pipeline trigger.
status [--flags] View a running CI/CD pipeline on current or other branch specified.
trace [<job-id>] [--flags] Trace a CI/CD job log in real time.
trigger <job-id> [--flags] Trigger a manual CI/CD job.
view [branch/tag] [--flags] View, run, trace, log, and cancel CI/CD job's current pipeline.
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.
glab ci --help
See references/commands.md for full --help output.