Loading...
Loading...
Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.
npx skill4agent add pollinations/pollinations issue-makerpollinations/pollinations# 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 5gh issue create --repo pollinations/pollinations \
--title "EMOJI Short clear title" \
--body "- Bullet point 1
- Bullet point 2
- Bullet point 3" \
--assignee HANDLE \
--label "LABEL"| Name | GitHub | Domain |
|---|---|---|
| Thomas | @voodoohop | General, Models, Infra |
| Joshua | @eulervoid | Pollen, Backend, Auth |
| Elliot | @elliotetag | Community, Newsletter, UI |
| Label | Use Case |
|---|---|
| Meta/planning issues that track multiple sub-tasks |
| Community announcements and updates |
| External user requests (tier upgrades, etc.) |
| New project submission (under review) |
| Submission awaiting user response |
| Project approved and merged |
| Submission rejected |
- Adds X to Y
- Fix Z by doing W
- Related: #1234## Overview
Brief description
## Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
## Related
- #issue1
- #issue2- Upgrade @USERNAME to TIER tier
- Qualification: [reason]
- Related: #original_request_issuerepo:pollinations/pollinations author:eulervoidgh issue create --repo pollinations/pollinations \
--title "🔧 Fix caching header for image service" \
--body "- Update cache-control header
- Add proper ETag support
- Related: #4100" \
--assignee voodoohopgh 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 voodoohopgh issue comment 1234 --repo pollinations/pollinations \
--body "✅ Done! Merged in #5678"