Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
VOID-GSM
Profil créateur GitHub

VOID-GSM

Vue par dépôt de 15 skills collectés dans 2 dépôts GitHub.

skills collectés
15
dépôts
2
mis à jour
2026-06-04
explorateur de dépôts

Dépôts et skills représentatifs

rels-pr-review
Analystes en assurance qualité des logiciels et testeurs

Fetches PR review comments for the Rels repo, applies the requested code changes, and posts reply comments confirming each fix. Use this skill when asked to "리뷰 반영해줘", "코멘트 처리해줘", "PR 리뷰 답글 달아줘", "리뷰 코멘트 적용해줘", or "review 반영".

2026-05-30
rels-feature-dev
Développeurs web

Implements Next.js pages under src/app/ for Rels. Use this skill when writing new pages, modifying existing pages, or integrating user flows. Used by the rels-feature-builder agent.

2026-05-30
rels-git-pr
Développeurs de logiciels

Creates a GitHub Pull Request for the Rels repo following the project PR template. Use this skill when asked to "PR 만들어줘", "PR 올려줘", "pull request 생성", "PR 작성해줘". Fills in the Korean PR template, determines the type prefix for the title from the branch commits, and runs gh pr create.

2026-05-30
rels-issue-analysis
Développeurs de logiciels

Fetches and analyzes a GitHub issue for the Rels repo, then maps it to an actionable work plan. Use this skill when asked to "이슈 분석해줘", "이슈 #N 봐줘", "이슈 보고", "어떤 작업인지 알려줘", or before starting work on a reported issue.

2026-05-30
rels-git-commit
Développeurs de logiciels

Stages and commits changes in the Rels repo following the project commit convention. Use this skill when asked to "커밋해줘", "commit", "변경사항 커밋", "저장해줘", or after finishing a feature/fix and needing to commit. Splits changes into granular logical units and commits each separately with a Korean message.

2026-05-30
rels-api-hook
Développeurs de logiciels

Writes TanStack Query hooks and API types for Rels. Use this skill when writing new entity hooks, adding queryKeys, adding apiUrls, or modifying existing hooks. Used by the rels-api-architect agent.

2026-05-30
rels-component-dev
Développeurs web

Writes shared UI components and SVG icons for Rels. Use this skill when adding or modifying components under src/components/common/ or src/assets/svg/. Used by the rels-component-writer agent.

2026-05-30
rels-orchestrator
Développeurs de logiciels

Rels frontend development orchestrator. Runs an agent team for all code tasks: adding features, implementing components, writing API hooks, modifying pages, fixing bugs — covering lectures, enrollments, notices, mypage, and auth flows. Use this skill for any request like "add", "create", "fix", "update", "improve", "redo", "based on previous result", or any code modification. Exclude pure explanation questions.

2026-05-30
gif-commit
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
2 dépôts affichés sur 2
Tous les dépôts sont affichés