원클릭으로
dart-close-issue
DART Close Issue: draft and optionally post a GitHub issue closing message
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
DART Close Issue: draft and optionally post a GitHub issue closing message
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
DART Analyze: analyze repository evidence without editing
DART Architecture: the DART 7 multi-physics, multi-solver, multi-backend simulation pipeline and where each abstraction is owned
DART Audit Agent Compliance: audit and fix gaps when agents miss or cannot discover documented rules
DART Backport PR: backport a merged main PR to a release branch
DART Benchmark Packet: author or refresh a benchmark evidence packet for an owning plan
DART Branch Cleanup: analyze or clean stale repository branches
| name | dart-close-issue |
| description | DART Close Issue: draft and optionally post a GitHub issue closing message |
Use this skill in Codex to run the DART dart-close-issue workflow. The editable
workflow source lives in .claude/commands/; this file is its generated adapter
in the shared .agents/skills/ catalog.
/dart-close-issue <arguments>$dart-close-issue <arguments>Treat the text after the skill name as $ARGUMENTS. When the workflow
references $1, $2, etc., map those to the positional values supplied by the
user.
Close or prepare closing message for issue: $ARGUMENTS
@AGENTS.md @docs/onboarding/contributing.md
gh issue view <ISSUE_NUMBER> --comments.maingh issue comment <ISSUE_NUMBER> --body "<message>"
gh issue close <ISSUE_NUMBER>