Skip to main content
Run any Skill in Manus
with one click
GitHub repository

git-claw

git-claw contains 8 collected skills from chanmuzi, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
6
updated
2026-07-19
Forks
0
Occupation coverage
3 occupation categories ยท 100% classified
repository explorer

Skills in this repository

code-review
software-quality-assurance-analysts-and-testers

Review code changes using context-aware multi-agent pipeline with severity-based findings. TRIGGER when: user asks to review code, analyze PR quality, check for issues, run code review, or audit changes (e.g., "์ฝ”๋“œ ๋ฆฌ๋ทฐํ•ด์ค˜", "review this PR", "์ฝ”๋“œ ๋ถ„์„ํ•ด์ค˜", "๋ฆฌ๋ทฐ ๋Œ๋ ค์ค˜"). DO NOT TRIGGER when: user is replying to review comments (use review-reply), creating PRs, committing, or performing git operations without review intent.

2026-07-19
pr
software-developers

Create a pull request following project conventions. TRIGGER when: user asks to create/open a PR, push and create PR, or any workflow that includes PR creation (e.g., "PR ์˜ฌ๋ ค์ค˜", "ํ‘ธ์‹œํ•˜๊ณ  PR ๋งŒ๋“ค์–ด์ค˜", "commit, push, and create PR"). DO NOT TRIGGER when: user is viewing or listing existing PRs, or performing git operations without PR intent.

2026-07-18
review-reply
software-quality-assurance-analysts-and-testers

Review PR comments, discuss improvements, and reply with resolution status. TRIGGER when: user asks to review PR feedback, check review comments, address reviewer suggestions, or handle code review (e.g., "๋ฆฌ๋ทฐ ํ™•์ธํ•ด์ค˜", "review comments", "ํ”ผ๋“œ๋ฐฑ ๋ฐ˜์˜ํ•ด์ค˜"). DO NOT TRIGGER when: user is creating PRs, committing, or performing git operations without review intent.

2026-07-18
commit
software-developers

Create a git commit following project conventions. TRIGGER when: user asks to commit, create a commit, stage and commit, save changes, or any workflow that includes committing (e.g., "commit and push", "commit and create PR", "์ปค๋ฐ‹ํ•ด์ค˜", "์ปค๋ฐ‹ํ•˜๊ณ  ํ‘ธ์‹œ"). DO NOT TRIGGER when: user is only checking git status/diff without intent to commit.

2026-07-18
explain-diff
software-developers

Generate a self-contained interactive HTML explainer for a code diff, commit, branch, or PR so the developer genuinely understands the change before sharing or merging it. TRIGGER when: user asks to explain a diff/PR/commit/changes or wants an understanding document (e.g., "diff ์„ค๋ช…ํ•ด์ค˜", "์ด ๋ณ€๊ฒฝ ์ดํ•ดํ•˜๊ฒŒ ํ•ด์ค˜", "explain this PR", "๋ณ€๊ฒฝ์‚ฌํ•ญ ์„ค๋ช… ๋ฌธ์„œ ๋งŒ๋“ค์–ด์ค˜"). DO NOT TRIGGER when: user wants defect findings or a review verdict (use code-review), is committing or creating PRs, or asks a quick question about a specific line that a direct answer serves better.

2026-07-18
issue
software-developers

Create a GitHub issue following project conventions with auto-labeling. TRIGGER when: user asks to create an issue, report a bug, request a feature, file a ticket, or track work (e.g., "์ด์Šˆ ๋งŒ๋“ค์–ด์ค˜", "๋ฒ„๊ทธ ๋ฆฌํฌํŠธ", "feature request", "์ด๊ฑฐ ์ด์Šˆ๋กœ ๋งŒ๋“ค์–ด์ค˜"). DO NOT TRIGGER when: user is viewing, listing, or commenting on existing issues without intent to create a new one.

2026-07-18
micro-world
web-developers

Build a throwaway interactive HTML simulation (a "micro-world") of a specific behavior โ€” a state machine, algorithm, data transform, or protocol flow โ€” so the developer can inhabit and feel how the code works instead of reading about it. TRIGGER when: user asks to simulate, play with, or interactively explore a behavior (e.g., "micro-world ๋งŒ๋“ค์–ด์ค˜", "์ด๊ฑฐ ์‹œ๋ฎฌ๋กœ ๋ณด์—ฌ์ค˜", "๋งŒ์ ธ๋ณผ ์ˆ˜ ์žˆ๊ฒŒ ๋งŒ๋“ค์–ด์ค˜", "๋™์ž‘์„ ์ธํ„ฐ๋ž™ํ‹ฐ๋ธŒ๋กœ ์ดํ•ดํ•˜๊ณ  ์‹ถ์–ด"). DO NOT TRIGGER when: user wants a document explaining a diff (use explain-diff), a code review (use code-review), or the change is config/rename/dependency-bump material with no behavior to inhabit.

2026-07-18
handoff
software-developers

Generate a copy-ready handoff prompt for transferring work context to a new session. TRIGGER when: user asks to hand off work, create a handoff prompt, transfer context, wrap up session, prepare for next session (e.g., "handoff ํ•ด์ค˜", "๋‹ค์Œ ์„ธ์…˜์œผ๋กœ ๋„˜๊ฒจ์ค˜", "์ž‘์—… ์ด๊ด€ํ•ด์ค˜", "handoff prompt ๋งŒ๋“ค์–ด์ค˜"). DO NOT TRIGGER when: user is committing, creating PRs, reviewing code, or performing other git operations without handoff intent.

2026-07-17