crear-issue

Creates GitHub issues following the repository template with verifiable acceptance criteria.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/devlitus/space-flight---combat-simulator --skill crear-issue-devlitus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: crear-issue
Source: https://github.com/devlitus/space-flight---combat-simulator/tree/main/.codex/skills/crear-issue
Command: npx skills add https://github.com/devlitus/space-flight---combat-simulator --skill crear-issue-devlitus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing well-structured GitHub issues is time-consuming and often results in vague tickets without clear objectives or testable acceptance criteria. This Skill automates the creation of issues in the devlitus/simulator-lift repository, ensuring every issue follows the official template and contains real, verified technical data. ## Core Features & Use Cases - Template-compliant drafting: Reads .github/ISSUE_TEMPLATE/tarea.yml as the source of truth and structures the issue with objective, acceptance criteria checklist, and required tests. - Repository investigation: Inspects implicated files and runs diagnostic commands (e.g., pnpm outdated) so the issue contains concrete evidence instead of generalities. - Deterministic creation: Executes gh issue create against the repo and returns the issue URL with a short summary. - Use Case: You notice a dependency is outdated. Ask the assistant to create an issue, and it will verify versions in the repo, draft verifiable acceptance criteria (like a passing pnpm verify), and publish the issue in Spanish via the GitHub CLI. ## Quick Start Ask the assistant to create a GitHub issue describing the task you want tracked, providing a short description of the objective.

Frequently Asked Questions about crear-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a GitHub issue from the command line?▼

Use the GitHub CLI with gh issue create, passing --repo, --title, and --body flags. This Skill runs that command with a heredoc body and returns the issue URL plus a short summary of what was drafted.

How to write acceptance criteria for GitHub issues?▼

Write each criterion as a checklist item that is objectively verifiable: a command like pnpm verify, a concrete test, or an observable behavior marked as manual browser verification. Avoid vague statements that cannot be checked later.

Does this Skill work with repositories other than devlitus/simulator-lift?▼

No, it is hardcoded to create issues in devlitus/simulator-lift and reads that repository's issue template at .github/ISSUE_TEMPLATE/tarea.yml as the source of truth for fields and sections.

What happens if the issue request is too vague?▼

The Skill first investigates the repository by reading implicated files and running diagnostic commands to gather real evidence. It only asks the user questions if the objective remains ambiguous after that investigation.

Can the Skill add labels or assignees to the issue?▼

No, labels and assignees are explicitly excluded by its guardrails unless the user specifically requests them. It only sets the title and body when running gh issue create.