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.