← スキル一覧に戻る

issue-maker
by pollinations
issue-makerは、機械学習とAI開発のためのスキルです。モデル構築から運用まで、包括的で効率的なAI開発ワークフローをサポートします。
⭐ 3,819🍴 583📅 2026年1月23日
colaboratorycolaboratory-notebookdiffusiongangenerativehacktoberfesthacktoberfest-acceptedhacktoberfest2025
ユースケース
🧠
AIモデル統合
LLMや機械学習モデルをアプリに統合。
✨
プロンプト最適化
より良い結果を得るためのプロンプト改善。
📊
データ分析自動化
AIを活用したデータ分析と洞察の抽出。
SKILL.md
name: issue-maker description: Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.
Issue-Maker
Turn any user request into GitHub issues following team conventions.
Hard Rules
- Repo:
pollinations/pollinations - Assignee: Assign to appropriate team member based on domain expertise
- No local side-effects (no file creation/modification)
Workflow
1. Research First
Before creating any issues:
# Check @eulervoid's PRs for style inspiration (concise, bullet-point format)
gh search prs --repo pollinations/pollinations --author eulervoid --limit 5
# Search existing issues for patterns
gh search issues --repo pollinations/pollinations "KEYWORD" --limit 5
2. Plan
List all planned issues:
- One sentence description per issue
- Identify assignee and labels
- Note related PRs or issues
3. Create
gh issue create --repo pollinations/pollinations \
--title "EMOJI Short clear title" \
--body "- Bullet point 1
- Bullet point 2
- Bullet point 3" \
--assignee HANDLE \
--label "LABEL"
4. Output
Provide Discord-compatible summary:
- Bold titles with issue numbers
- Plain URLs on separate lines (Discord auto-embeds)
- Group by category
Team Handles
| Name | GitHub | Domain |
|---|---|---|
| Thomas | @voodoohop | General, Models, Infra |
| Joshua | @eulervoid | Pollen, Backend, Auth |
| Elliot | @elliotetag | Community, Newsletter, UI |
Common Labels
| Label | Use Case |
|---|---|
TRACKING | Meta/planning issues that track multiple sub-tasks |
NEWS | Community announcements and updates |
ext-issue | External user requests (tier upgrades, etc.) |
app:review | New project submission (under review) |
app:info-needed | Submission awaiting user response |
app:approved | Project approved and merged |
app:denied | Submission rejected |
Issue Templates
Standard Issue (max 3 bullets)
- Adds X to Y
- Fix Z by doing W
- Related: #1234
Tracking Issue (more detailed)
## Overview
Brief description
## Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
## Related
- #issue1
- #issue2
Tier Upgrade Request
- Upgrade @USERNAME to TIER tier
- Qualification: [reason]
- Related: #original_request_issue
Style Guide
- Short, sharp, no fluff
- Smart emojis (not overdone)
- Bullet points over paragraphs
- Reference @eulervoid's style:
repo:pollinations/pollinations author:eulervoid
Example Commands
Create simple issue:
gh issue create --repo pollinations/pollinations \
--title "🔧 Fix caching header for image service" \
--body "- Update cache-control header
- Add proper ETag support
- Related: #4100" \
--assignee voodoohop
Create tracking issue:
gh issue create --repo pollinations/pollinations \
--title "📋 TRACKING: Q4 Model Updates" \
--body "## Overview
Track all model-related updates for Q4
## Tasks
- [ ] Add Claude Sonnet 4.5
- [ ] Update pricing tiers
- [ ] Deprecate old models" \
--label "TRACKING" \
--assignee voodoohop
Comment on issue:
gh issue comment 1234 --repo pollinations/pollinations \
--body "✅ Done! Merged in #5678"
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


