close-issue
Close a Linear issue with evidence — runs 3 gates (tests, CI, acceptance criteria) before closing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Close a Linear issue with evidence — runs 3 gates (tests, CI, acceptance criteria) before closing
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
Create a well-documented issue in Linear with objective, description, acceptance criteria, and technical notes
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 | close-issue |
| description | Close a Linear issue with evidence — runs 3 gates (tests, CI, acceptance criteria) before closing |
| user-invocable | true |
| allowed-tools | Bash(git *) Bash(gh *) Bash(npm test*) Bash(python3 scripts/*) Bash(bash scripts/*) |
| argument-hint | <ISSUE_ID> (e.g., DEMO-1) |
Close Linear issue $ARGUMENTS with mechanical verification.
Run the harness gate script:
bash scripts/close_issue.sh $0
This runs 3 gates:
npm test)gh run list)If ALL gates pass: The script automatically:
Issue $0 closed with evidence.If ANY gate fails:
/close-issue again.