dart-triage-issue

SkillDev tools

DART Triage Issue: triage a GitHub issue and recommend next action

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the dart-triage-issue skill

What this skill tells your AI

The instructions your AI receives, as published by dartsim/dart in .agents/skills/dart-triage-issue/SKILL.md and read by ahel’s review.

Use this skill in Codex to run the DART dart-triage-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-triage-issue <arguments>
  • Codex: $dart-triage-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

Triage issue: $ARGUMENTS

Required Reading

@AGENTS.md @docs/onboarding/contributing.md

Workflow

  1. Inspect the issue:
    gh issue view <ISSUE_NUMBER> --comments
    
  2. Determine whether the report is still valid on current origin/main.
  3. Classify status:
    • still valid
    • already fixed
    • needs more information
    • duplicate
    • out of scope
  4. If validity depends on behavior, reproduce or inspect the relevant code path.
  5. Do not close or comment unless the user explicitly asks for that action.

Output

  • Status
  • Rationale in 1-3 bullets
  • Recommended next step
  • Suggested reply text, if useful

Signals

GitHub stars
1k
Forks
304
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
dart-triage-issue
Source
github.com/dartsim/dart