Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

typo

typo에는 yuler에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
3
업데이트
2026-04-22
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

setup
소프트웨어 개발자

Sets up the typo monorepo development environment. Installs Node.js via fnm/nvm from `.nvmrc`, enables Corepack so the pnpm version pinned in `package.json#packageManager` is used, installs workspace dependencies with `pnpm install`, installs the Rust toolchain required by the Tauri desktop app, and optionally Ruby for the `core/` Rails app. Use when the user asks to set up the project, bootstrap a fresh clone, install dependencies, or resolves environment errors running `pnpm`, `cargo`, `tauri`, or `bin/rails` commands.

2026-04-22
gh-pr-create
소프트웨어 개발자

Creates a new GitHub pull request with `gh pr create` using title and body from the branch commits and diff. If the current branch is main or master, checks out a new branch whose name is a short kebab-case slug derived from the changes, then proceeds. PR title is one simple sentence over all commits in the range, preserving emoji from those commits. Use when opening a new PR, running `gh pr create`, or publishing a branch without an existing PR.

2026-04-20
gh-pr-review-fix
소프트웨어 품질 보증 분석가·테스터

Reads GitHub PR review feedback (inline threads, AI assistants such as Gemini, bots, or humans), implements justified changes, replies on each thread with a short technical note, and resolves conversations. Use when the user wants to address PR review comments, clear review threads, or work through suggestions on an open pull request.

2026-04-20
gh-pr-summary
소프트웨어 개발자

Refreshes GitHub pull request title and description (summary body) from the branch’s commits and diff, then applies updates with `gh pr edit`. Use when the user asks to refresh, rewrite, regenerate, or sync PR title or PR body with the branch, or when working with `gh pr`.

2026-04-20
git-commit
소프트웨어 개발자

Use when the user wants to commit staged changes, asks for a commit message, or wants a concise summary of the staged diff before committing.

2026-04-20