Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
zantarix
GitHub creator profile

zantarix

Repository-level view of 22 collected skills across 2 GitHub repositories, including approximate occupation coverage.

skills collected
22
repositories
2
occupation fields
1
updated
2026-06-04
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
claude-code
21 skills10updated 2026-06-04
95% of creator
implement-ticket
소프트웨어 개발자

Work a ticket reference to completion — fetch the issue, clarify intent with the user, then plan or implement via plan mode or /plan-adr.

2026-06-04
create-merge-request
소프트웨어 개발자

Create a GitLab merge request for the current branch, describing the changes made. Adds a `Closes #N` line when the work implements a ticket. If /review was run in this session and the session folder is known, posts the review to the MR as a batched draft-note review via the `gitlab:post-mr-review` skill. Use proactively whenever the user asks to create an MR or merge request.

2026-06-03
post-mr-review
소프트웨어 품질 보증 분석가·테스터

Reconcile a prior code review against the current branch state, then publish it to the GitLab MR as a single batched review: inline diff comments for findings in files the MR changed, and a summary comment (table + findings in untouched files) for the rest. Use after a review's fixes have been applied and you want to post the review to the MR.

2026-06-03
review
소프트웨어 품질 보증 분석가·테스터

Run all *-reviewer agents over the current changes — partitioning a large diff into cohesive chunks reviewed in parallel — then fix critical/major findings in a single pass. Stores all output under .reviews/. There is no re-run loop: the human review (local, or via the create-pull-request / create-merge-request skills) is the verifying gate; this skill's job is to surface and fix the obvious issues before that gate. Proactively use this skill to review code you've created if you have added or modified more than two functions, or whenever you complete an implementation plan.

2026-06-03
create-pull-request
소프트웨어 개발자

Create a GitHub pull request for the current branch, describing the changes made. Adds a `Closes #N` line when the work implements a ticket. If /review was run in this session and the session folder is known, posts the review.md file verbatim as a comment. Use proactively whenever the user asks to create a PR or pull request.

2026-06-03
create-child-task
소프트웨어 개발자

Create preparatory work as child Task work items under a GitLab ticket — e.g. "draft an ADR", "decide between options", spike research, dependency upgrades. Use when a ticket's pre-work should be tracked as sub-tasks rather than buried in the description.

2026-06-02
custom-work-item-types
소프트웨어 개발자

Create or convert a GitLab work item to a custom type that the MCP enum doesn't support — Bug, Incident, Ticket, or Tracker — via glab api graphql. Use when creating one of these types or changing an existing item's type.

2026-06-02
link-work-items
소프트웨어 개발자

Create, change, or remove a relationship link between two GitLab work items — related, blocks, or blocked-by. Use whenever the user wants one ticket marked as blocking, blocked by, or related to another (e.g. "block api#16 on api#20", "mark these as related") rather than describing the relationship in prose.

2026-06-02
Showing top 8 of 21 collected skills in this repository.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다