create-issue
Create a well-documented issue in Linear with objective, description, acceptance criteria, and technical notes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a well-documented issue in Linear with objective, description, acceptance criteria, and technical notes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Resolve a commit blocked by gitleaks — move the secret to .env, ask the user to populate it, and WAIT for confirmation before retrying the commit
Close a Linear issue with evidence — runs 3 gates (tests, CI, acceptance criteria) before closing
Start work on a Linear issue — fetch details, create branch, move to In Progress
Display project status dashboard — Linear issues, current branch, CI status
| name | create-issue |
| description | Create a well-documented issue in Linear with objective, description, acceptance criteria, and technical notes |
| user-invocable | true |
| allowed-tools | Bash(python3 scripts/*) |
| argument-hint | <TITLE> [details] |
Create a well-documented issue in Linear following a standard template.
/create-issue Add dark mode toggle
/create-issue Agregar contador de tareas por columna
/create-issue Fix login bug on mobile
Detect the language from the user's request:
ISSUE_LANG env var (default: es)Parse the request: Extract the title and any details the user provides.
Build the description using the template for the detected language:
## Objetivo
Breve descripción de lo que logra este issue y por qué es importante.
## Descripción
Explicación detallada de la feature, bug o tarea. Incluye contexto
que ayude a entender el alcance y el enfoque.
## Criterios de Aceptación
- [ ] Primer criterio medible
- [ ] Segundo criterio medible
- [ ] Tercer criterio medible
## Notas Técnicas
- Archivos, componentes o áreas del código relevantes
- Dependencias o restricciones
- Enfoque sugerido (si aplica)
## Objective
Brief description of what this issue accomplishes and why it matters.
## Description
Detailed explanation of the feature, bug, or task. Include context
that helps understand the scope and approach.
## Acceptance Criteria
- [ ] First measurable criterion
- [ ] Second measurable criterion
- [ ] Third measurable criterion
## Technical Notes
- Relevant files, components, or areas of the codebase
- Dependencies or constraints
- Suggested approach (if applicable)
Create the issue:
python3 scripts/linear_client.py create "<TITLE>" "<DESCRIPTION>"
Confirm to the user showing the issue ID, title, and URL.
- [ ] checkboxes (the harness gate 3 checks these)Bad / Mal:
Good / Bien:
LINEAR_TEAM_KEY env var.