ソース情報
- リポジトリ
- toss/es-toolkit
- ソースの最終更新活動
- 2026年3月2日 10:22
- 検出された SKILL.md の言語
- 英語
- スター
- 11,333
- フォーク
- 613
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/toss/es-toolkit --skill issue-labelコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | issue-label |
| description | Suggest and apply GitHub labels to unlabeled issues |
| argument-hint | <issue number> |
| allowed-tools | Bash, Read, Grep |
Analyze issue content and assign appropriate labels.
$ARGUMENTS — Issue number (e.g. 1234)
| Label | When to use |
|---|---|
p0: major bug | Core function broken, incorrect results, crashes |
p1: minor bug | Edge case failures, non-critical behavior issues, type errors |
p1: docs bug | Wrong/outdated documentation, broken links |
p2: optimization | Performance improvements, bundle size reduction |
p2: new feature | New function or capability request |
p2: type enhancement | TypeScript type improvements, better generics |
p2: refactoring | Code cleanup, internal improvements |
p2: docs enhancement | New docs, translations, better examples |
p3: discussion | Questions, design discussions, RFCs |
help wanted | Good for external contributors |
gh issue view {number} --repo toss/es-toolkit --json title,body,labels
If labels already exist, report them and stop.
From title and body, identify:
gh issue edit {number} --repo toss/es-toolkit --add-label "{label}"
## Issue #{number} — {title}
### Applied Label: {label}
### Reason: {why this label fits}