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.