askill
github-issues

github-issuesSafety 100Repository

Create GitHub issues in Spanish following project conventions: structured sections, conventional title prefixes, and consistent labeling. Trigger: When creating GitHub issues, reporting bugs, or proposing features via gh CLI.

0 stars
1.2k downloads
Updated 2/9/2026

Package Files

Loading files...
SKILL.md

When to Use

  • Creating a new GitHub issue (feature, bug, chore, etc.)
  • Reporting a bug found during development or CI
  • Proposing a feature or enhancement for discussion

Critical Patterns

Language

All issue titles and bodies MUST be written in Spanish (Chile). Code references, file paths, and technical terms may remain in English.

Title Format

Issue titles follow conventional-commit style prefixes:

TypeWhenExample
feat:New functionalityfeat: publicar artefactos de contenedor desde main
feat(scope):Scoped featurefeat(ci): pipeline de despliegue a Cloud Run
fix:Bug reportfix: webhook de Discord falla con error 'sender is required'
chore:Maintenancechore: actualizar dependencias de Node
docs:Documentationdocs: agregar guía de contribución
refactor:Code improvementrefactor: extraer lógica de validación

Body Structure

Use the appropriate template based on issue type:

  • Features / enhancements: Contexto, Propuesta, Alcance, Criterios de aceptación
  • Bugs: Descripción, Causa raíz, Pasos para reproducir, Solución propuesta, Referencias

See assets/issue-template-feat.md for the feature template.

See assets/issue-template-bug.md for the bug template.

Labels

Apply the most appropriate label from the repository's existing labels:

LabelWhen
enhancementfeat: issues
bugfix: issues (bugs)
documentationdocs: issues

Checklist Before Creating

  • Title uses conventional-commit prefix
  • Body is in Spanish
  • Sections follow the appropriate template
  • Label is applied
  • Acceptance criteria are verifiable (checkboxes)

Commands

gh issue create --title "feat: ..." --label enhancement --body "$(cat <<'EOF' ... EOF)"
gh issue create --title "fix: ..." --label bug --body "$(cat <<'EOF' ... EOF)"
gh issue list --limit 10  # review existing issues for style

Resources

  • Templates: See assets/ for issue body templates (feat, bug)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

88/100Analyzed 2/24/2026

Well-structured skill for creating GitHub issues in Spanish (Chile) with clear conventions. Provides comprehensive guidance on title formats, body templates, labels, and actual CLI commands. Includes proper metadata, "when to use" section, and references to template files. Slightly focused on specific regional variant (Chile) but otherwise highly reusable and actionable.

100
95
80
85
90

Metadata

Licenseunknown
Version-
Updated2/9/2026
Publisher333-333-333

Tags

ci-cdgithub