con un clic
github-create-issue
Create GitHub issues with proper formatting, labels, and details.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create GitHub issues with proper formatting, labels, and details.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Analyze spreadsheet data intelligently - understand structure, choose right analysis tool (SQL/pivot/chart), apply formatting, present insights.
Create charts and visualizations in Google Sheets — detect data structure, select chart type, format for clarity, present insights
Generate an editable Microsoft Word (.docx) document — reports, letters, memos, structured docs. Use when the user wants a Word file. Built with docx-js (Node) for high fidelity.
Generate a polished, printable PDF — reports, letters, invoices, resumes, one-pagers. Use when the user wants a PDF document. Typst is the primary engine; LaTeX (tectonic) is the fallback for niche packages or specific academic/journal templates.
Generate a PowerPoint (.pptx) slide deck — pitch decks, reviews, summaries. Use when the user wants slides. Built with pptxgenjs (Node) for native, editable slides and charts.
Generate an Excel (.xlsx) workbook or a CSV file — tables, financial models, data exports, formatted reports with charts. Use when the user wants a spreadsheet or CSV. Built with openpyxl + pandas (Python).
| name | github-create-issue |
| description | Create GitHub issues with proper formatting, labels, and details. |
| target | github_agent |
Create a new issue in a GitHub repository.
Required parameters:
owner: Repository owner (username or organization)repo: Repository nametitle: Issue title (clear, concise)Optional parameters:
body: Detailed description (supports Markdown)labels: Array of label names (e.g., ["bug", "high-priority"])assignees: Array of usernames to assignList user's repositories (for finding the right repo).
Useful for:
List existing issues (check for duplicates).
Useful for:
Get details of a specific issue.
Modify existing issue (add labels, change status, etc.)
Before creating, collect:
Call GITHUB_CREATE_AN_ISSUE with all gathered info.
Show user:
## Description
Brief description of the bug
## Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. See error
## Expected Behavior
What should happen
## Actual Behavior
What actually happened
## Screenshots
If applicable
## Environment
- OS: [e.g., macOS 14.0]
- Browser: [e.g., Chrome 120]
## Feature Description
Clear description of the feature
## Problem Solved
What problem does this solve?
## Proposed Solution
How should it work?
## Alternatives Considered
Other approaches considered