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.