Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Demerzels-lab/elsamultiskillagent --skill glab-mr명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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-mr |
| description | Use when working with glab mr commands. |
Create, view, and manage merge requests.
USAGE
glab mr <command> [command] [--flags]
EXAMPLES
$ glab mr create --fill --label bugfix
$ glab mr merge 123
$ glab mr note -m "needs to do X before it can be merged" branch-foo
COMMANDS
approve {<id> | <branch>} [--flags] Approve merge requests.
approvers [<id> | <branch>] [--flags] List eligible approvers for merge requests in any state.
checkout [<id> | <branch> | <url>] [--flags] Check out an open merge request.
close [<id> | <branch>] Close a merge request.
create [--flags] Create a new merge request.
delete [<id> | <branch>] Delete a merge request.
diff [<id> | <branch>] [--flags] View changes in a merge request.
for [--flags] Create a new merge request for an issue.
issues [<id> | <branch>] Get issues related to a particular merge request.
list [--flags] List merge requests.
merge {<id> | <branch>} [--flags] Merge or accept a merge request.
note [<id> | <branch>] [--flags] Add a comment or note to a merge request.
rebase [<id> | <branch>] [--flags] Rebase the source branch of a merge request against its target branch.
reopen [<id>... | <branch>...] Reopen a merge request.
revoke [<id> | <branch>] Revoke approval on a merge request.
subscribe [<id> | <branch>] Subscribe to a merge request.
todo [<id> | <branch>] Add a to-do item to merge request.
unsubscribe [<id> | <branch>] Unsubscribe from a merge request.
update [<id> | <branch>] [--flags] Update a merge request.
view {<id> | <branch>} [--flags] Display the title, body, and other information about a merge request.
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 mr --help
See references/commands.md for full --help output.