Install
npx skillscat add dartsim/dart/dart-close-issue Install via the SkillsCat registry.
SKILL.md
dart-close-issue
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.
Invocation
- Claude Code/OpenCode:
/dart-close-issue <arguments> - Codex:
$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.
Command Body
Close or prepare closing message for issue: $ARGUMENTS
Required Reading
@AGENTS.md
@docs/onboarding/contributing.md
Workflow
- Inspect the issue:
gh issue view <ISSUE_NUMBER> --comments. - Verify the stated resolution:
- fixed by merged PR
- already fixed on
main - no longer reproducible
- out of scope or needs a different tracker
- Draft a concise closing message:
- thank the reporter
- state the concrete resolution
- link the fixing PR or relevant docs when available
- Only post and close if the user explicitly requested action and explicit
maintainer/user approval has been given:gh issue comment <ISSUE_NUMBER> --body "<message>" gh issue close <ISSUE_NUMBER>
Output
- Closing message
- Whether it was posted
- Whether the issue was closed