一键导入
issues-workflow-orchestrator
Use the shared issue workflow runner to generate a ranked backlog or execute a ranked issue subset with an explicit target.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use the shared issue workflow runner to generate a ranked backlog or execute a ranked issue subset with an explicit target.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Template starter skill for documenting a reusable development workflow. Use this as a base when creating project-specific skills.
(Gemini) Workflow to coordinate multi-step delivery through implementation, review, triage, and commit decisions.
(Gemini) Main-agent workflow for multi-step delivery — delegates discovery, implementation, and review to specialized subagents.
(Gemini) Reviews dashboard and data-heavy admin pages for scanability, KPI hierarchy, chart-task fit, and actionability; produces prioritized UI improvements and implementation tasks.
(Gemini) Frontend implementation guidance for this app. Use before coding visible UI, including forms, dashboards, tables, filters, overlays, navigation, layout, microcopy, accessibility, and i18n.
(Gemini) Use the shared issue workflow runner to generate a ranked backlog or execute a ranked issue subset with an explicit target.
| name | issues-workflow-orchestrator |
| description | Use the shared issue workflow runner to generate a ranked backlog or execute a ranked issue subset with an explicit target. |
Canonical prompt surface for issue-workflow operations.
Use this skill to generate a ranked backlog or execute a ranked issue subset.
Apply shared policy from docs/issues-workflow-shared-policy.md.
repo: GitHub repository (owner/name).issues: optional comma-separated issue numbers (for example 1,2); default all open issues.mode: backlog or execute; defaults to backlog when omitted.target: claude or codex for execute mode only. The copilot target has been removed (see shared policy).target-command: optional command override for execute mode only; it swaps the selected target's entry-point binary while preserving that target's built-in arguments.npm run issues:workflow -- --repo=<owner/name> [--mode=<backlog|execute>] [flags] as the canonical runner.docs/issues-workflow-shared-policy.md and scripts/issues-workflow.ts as source of truth for mode behavior, ranking, queue processing, brief contract, and artifacts.--target, --target-command, --apply-issue-actions, and --dry-run.npm run issues:workflow -- --repo=<owner/name> [--issues=1,2].npm run issues:workflow -- --mode=execute --repo=<owner/name> --target=<claude|codex> [--target-command=<bin>] [--dry-run] [--apply-issue-actions] [--issues=1,2].tmp/issues-orchestration/<run-id>/ for queue, grouped tasks, briefs, and results.--dry-run still invokes the selected target CLI; it only suppresses GitHub issue comments/closes.--target-command changes only the command name. The selected target still controls the argument template.For every issue: