dart-triage-issue
GitHub用于在 Codex 中执行 DART GitHub Issue 分类工作流。通过检查 Issue 状态、验证当前版本有效性,将其分类为有效、已修复等,并输出状态、理由及下一步建议。
触发场景
安装
npx skills add dartsim/dart --skill dart-triage-issue -g -y
SKILL.md
Frontmatter
{
"name": "dart-triage-issue",
"description": "DART Triage Issue: triage a GitHub issue and recommend next action"
}
dart-triage-issue
Use this skill in Codex to run the DART dart-triage-issue workflow. The editable
workflow source currently lives in .claude/commands/, and this generated
Codex skill is a generated Codex adapter entrypoint.
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
- Inspect the issue:
gh issue view <ISSUE_NUMBER> --comments - Determine whether the report is still valid on current
origin/main. - Classify status:
- still valid
- already fixed
- needs more information
- duplicate
- out of scope
- If validity depends on behavior, reproduce or inspect the relevant code path.
- 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
版本历史
-
51b2d25
当前 2026-07-11 18:26
澄清了 AI 工作流的术语描述。
- e0d13fd 2026-07-05 10:38


