一键导入
triage-issue
Triage a GitHub issue in the axiforge repo. Use when asked to classify an issue as bug, enhancement, or question before deeper work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triage a GitHub issue in the axiforge repo. Use when asked to classify an issue as bug, enhancement, or question before deeper work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fix a GitHub bug issue for the axiforge Electron app. Use when asked to resolve issue-driven bugs in this repo with labels, project tracking, repro tests, branch/PR flow, and manual verification.
Implement a GitHub enhancement issue for the axiforge Electron app. Use when asked to work issue-driven feature requests in this repo, including triage labels, project status updates, branch/PR flow, tests, and manual verification.
Build axiforge locally for beta testing. Use when asked to run the repo's local beta packaging flow, including validation tests, beta version stamping, artifact builds, release creation, and Discord notification.
Run the axiforge release workflow. Use when asked to produce either a beta or official release for this repo, including validation, versioning, packaging, GitHub release steps, and optional extended test suites.
| name | triage-issue |
| description | Triage a GitHub issue in the axiforge repo. Use when asked to classify an issue as bug, enhancement, or question before deeper work. |
This skill imports the existing repo workflow from .claude/commands/triage.md.
Use it when the user wants Codex to classify GitHub issue #<n>.
Fetch the issue with gh api repos/darkharasho/axiforge/issues/<n>.
If the issue is missing, stop. If gh is unauthenticated, stop and tell the user to run gh auth login.
Classify the issue as exactly one of:
bugenhancementquestionApply that label with gh issue edit.
Report the result based on the chosen label:
bug: tell the user it was classified as bug and recommend fix-issue as the next step if they want implementation workenhancement: tell the user it was classified as enhancement and recommend add-feature as the next step if they want implementation workquestion: answer or acknowledge the question in a GitHub comment and stopfix-issue, add-feature, or release.