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.