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

GIF_WEB

GIF_WEB contains 7 collected skills from VOID-GSM, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
7
Stars
4
updated
2026-06-04
Forks
0
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

gif-commit
software-developers

Creates atomic git commits for the GIF project with proper commit types (feat, fix, refactor, style, design, docs, test, chore) and Korean descriptions. Use when asked to commit changes, split work into atomic commits, or organize git history. Triggers on: 'commit', '์ปค๋ฐ‹', 'git commit', 'commit these changes', '๋ณ€๊ฒฝ์‚ฌํ•ญ ์ปค๋ฐ‹', '์ž‘์€ ๋‹จ์œ„๋กœ ์ปค๋ฐ‹', '์ปค๋ฐ‹ ์ชผ๊ฐœ์ค˜', 'atomic commits', 'stage and commit'. Does NOT trigger for push, PR creation, or PR review responses.

2026-06-04
gif-workflow
software-developers

GIF project's complete git workflow orchestrator. Use for ANY git operation: committing code, pushing to remote, creating PRs, or handling PR review comments. Runs the full automated pipeline [commit โ†’ push โ†’ PR creation โ†’ comment response] or any subset. Triggers on: 'commit', 'push', 'create PR', 'PR ๋งŒ๋“ค์–ด์ค˜', 'PR ์˜ฌ๋ ค์ค˜', 'PR ์ƒ์„ฑ', '์ปค๋ฐ‹ํ•ด์ค˜', 'ํ‘ธ์‰ฌํ•ด์ค˜', 'PR ์ฝ”๋ฉ˜ํŠธ ๋ฐ˜์˜', '๋ฆฌ๋ทฐ ๋ฐ˜์˜', 'review comment ์ฒ˜๋ฆฌ', '์ฝ”๋ฉ˜ํŠธ ์ฒ˜๋ฆฌ', '์ฝ”๋ฉ˜ํŠธ ๋ฐ˜์˜', git workflow, 'full git pipeline'. Also handles partial runs: 'just push', 'only create PR', 'handle comments only'. Re-runs, updates, and partial re-runs also trigger this skill.

2026-05-31
gif-pr
software-developers

Creates GitHub Pull Requests for the GIF project using the project's PR template with [type] prefix titles and git flow branch targeting (feature/* โ†’ develop, hotfix/* โ†’ main). Use when asked to create a PR, open a pull request, or submit work for review. Triggers on: 'create PR', 'PR ๋งŒ๋“ค์–ด์ค˜', 'PR ์˜ฌ๋ ค์ค˜', 'PR ์ƒ์„ฑ', 'pull request', 'ํ’€๋ฆฌํ€˜', 'open PR', 'PR ์˜ฌ๋ ค์ค˜'. Does NOT trigger for committing code, pushing, or handling review comments.

2026-05-31
gif-component
software-developers

Creates Next.js pages, layouts, and React components for the GIF project following App Router patterns: Server Components by default, 'use client' only when needed, design tokens from packages/ui, and role-based route structure for admin. Use when adding a page, layout, or component without a full API integration. Triggers on: '์ปดํฌ๋„ŒํŠธ ๋งŒ๋“ค์–ด์ค˜', 'ํŽ˜์ด์ง€ ๋งŒ๋“ค์–ด์ค˜', '๋ ˆ์ด์•„์›ƒ ์ถ”๊ฐ€', 'Server Component', 'Client Component', 'ํ™”๋ฉด ๋งŒ๋“ค์–ด์ค˜', 'UI ๊ตฌํ˜„', 'page.tsx ๋งŒ๋“ค์–ด์ค˜', 'layout.tsx ์ถ”๊ฐ€', 'route ์ถ”๊ฐ€'. Does NOT trigger when also building an API layer โ€” use gif-feature for that.

2026-05-31
gif-feature
software-developers

GIF project full-feature scaffolding orchestrator. Use when implementing a new feature end-to-end: API integration, pages, components, types, and hooks. Triggers on: '๊ธฐ๋Šฅ ๊ตฌํ˜„', '์ƒˆ ๊ธฐ๋Šฅ ๋งŒ๋“ค์–ด์ค˜', 'feature ์ถ”๊ฐ€', 'API ์—ฐ๋™ํ•˜๊ณ  ํŽ˜์ด์ง€ ๋งŒ๋“ค์–ด์ค˜', 'scaffold', '์ „์ฒด ๊ตฌํ˜„', '{๊ธฐ๋Šฅ๋ช…} ๋งŒ๋“ค์–ด์ค˜', 'implement {feature}', 'ํŽ˜์ด์ง€๋ž‘ API ๊ฐ™์ด ๋งŒ๋“ค์–ด์ค˜'. Also handles re-runs, partial updates, and additions to existing features.

2026-05-31
gif-api
software-developers

Creates API service functions and TanStack Query hooks for the GIF project following project conventions (apiClient from @repo/lib, array queryKey, useQuery/useMutation v5 patterns, Sonner feedback). Use when adding or updating API integrations without building the UI. Triggers on: 'API ์—ฐ๋™', 'axios ์„œ๋น„์Šค ๋งŒ๋“ค์–ด์ค˜', 'useQuery ๋งŒ๋“ค์–ด์ค˜', 'useMutation ์ถ”๊ฐ€', 'API hook ๋งŒ๋“ค์–ด์ค˜', 'service ํ•จ์ˆ˜', 'TanStack Query', 'ํ›… ๋งŒ๋“ค์–ด์ค˜', 'API ํ•จ์ˆ˜ ์ถ”๊ฐ€'. Does NOT trigger when also building a page or component โ€” use gif-feature for that.

2026-05-31
gif-review
software-quality-assurance-analysts-and-testers

Handles GitHub PR review comments for the GIF project: evaluates each comment individually, applies accepted changes as atomic commits with lint validation, and posts replies with accept/reject decision, reasoning, and code snippets. Use when asked to handle PR comments, reflect review feedback, or respond to reviewer suggestions. Triggers on: 'PR ์ฝ”๋ฉ˜ํŠธ ๋ฐ˜์˜', 'review ๋ฐ˜์˜', '์ฝ”๋ฉ˜ํŠธ ์ฒ˜๋ฆฌ', 'PR ๋ฆฌ๋ทฐ ๋ฐ˜์˜', 'respond to review', 'handle PR feedback', '๋ฆฌ๋ทฐ ๋ฐ˜์˜ํ•ด์ค˜', '์ฝ”๋ฉ˜ํŠธ ๋‹ต๊ธ€ ๋‹ฌ์•„์ค˜', '์ฝ”๋ฉ˜ํŠธ ๋ฐ˜์˜ํ•ด์ค˜', 'review comment ๋ฐ˜์˜'. Does NOT trigger for creating PRs, committing code, or pushing.

2026-05-31