issue-maker
Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.
Best use case
issue-maker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.
Teams using issue-maker should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/issue-maker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How issue-maker Compares
| Feature / Agent | issue-maker | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Create GitHub issues following Pollinations team conventions. Use when asked to create issues, track work, or plan features.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Issue-Maker Turn any user request into GitHub issues following team conventions. --- ## Hard Rules 1. **Repo:** `pollinations/pollinations` 2. **Assignee:** Assign to appropriate team member based on domain expertise 3. **No local side-effects** (no file creation/modification) --- ## Workflow ### 1. Research First Before creating any issues: ```bash # 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 ```bash 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) ```markdown - Adds X to Y - Fix Z by doing W - Related: #1234 ``` ### Tracking Issue (more detailed) ```markdown ## Overview Brief description ## Tasks - [ ] Task 1 - [ ] Task 2 - [ ] Task 3 ## Related - #issue1 - #issue2 ``` ### Tier Upgrade Request ```markdown - 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:** ```bash 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:** ```bash 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:** ```bash gh issue comment 1234 --repo pollinations/pollinations \ --body "✅ Done! Merged in #5678" ```
Related Skills
monitor-services
Health check and auto-restart all Pollinations GPU services (Flux/Z-Image on RunPod, LTX-2 on GH200, Klein on RunPod, legacy image on OVH, Sana on Vast.ai). Use with /loop for recurring checks.
founder-meditation
When something goes wrong — build failures, crashes, errors, test failures, deployment issues — generate a short calming meditation with TTS audio to reassure the user that everything will be okay.
web-research
Query Pollinations text API with web-search models (gemini-search, perplexity-fast, nomnom, etc.). Use when you need web search grounded answers via Pollinations.
voting-status
Create and post ASCII art voting status diagrams to GitHub issues and Discord. Use when asked to update voting, show voting results, or announce voting status.
tinybird-deploy
Deploy Tinybird pipes and datasources for enter.pollinations.ai observability. Validates and pushes changes to Tinybird Cloud.
tier-management
Evaluate and update Pollinations user tiers. Check balances, upgrade devs, batch process users. For finding users with errors, see model-debugging skill first.
test-model
Test any model (text, image, video, audio) locally and via enter integration tests
spending-analysis
Analyze Pollinations revenue, pack purchases, and tier spending patterns. Query Polar for payment history and Tinybird for usage data.
r2-glacier-migration
Monitor and manage R2 to AWS Glacier Deep Archive migration. Use when checking transfer status, resuming transfers, or managing the archive migration.
model-management
Add, update, or remove text/image/video models. Handles any provider.
model-debugging
Debug and diagnose model errors in Pollinations services. Analyze logs, find error patterns, identify affected users. For taking action on user tiers, see tier-management skill.
enter-services
Deploy and manage enter.pollinations.ai text/image services on EC2 and Cloudflare Workers. Requires: SSH keys, sops, wrangler.