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.