ワンクリックで
gh-issue-creator
Create structured GitHub issues from vague prompts using repo templates, conservative assumptions, and Project #5 metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create structured GitHub issues from vague prompts using repo templates, conservative assumptions, and Project #5 metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Open a conservative Robot SF PR with scope verification, freshness checks, and artifact discipline.
Use for an autonomous Robot SF issue-to-PR loop that selects eligible GitHub issues, implements one scoped issue at a time, validates, pushes, and opens PRs.
Guarded PR merger; merges merge-ready PRs after verifying label, CI status, branch protection, and preflight checks.
Use for an autonomous Robot SF PR review loop that fixes scoped review gaps, validates proof, resolves review threads, and applies merge-ready; not for merging.
Autonomous issue-to-PR workflow from next eligible issue to ready PR with consistent metadata handling.
Continuous goal autopilot; orchestrates implement, review, merge, and discover cycles with preflight validation and delegation failure recovery.
| name | gh-issue-creator |
| description | Create structured GitHub issues from vague prompts using repo templates, conservative assumptions, and Project #5 metadata. |
| category | github-issue |
| kind | atomic |
| phase | context |
| requires_write | true |
| requires_slurm | false |
| requires_benchmark_artifacts | false |
| delegates_to | [] |
| output_schema | skill_run_summary.v1 |
Create GitHub issues from rough prompts with minimal expansion and sufficient structure for agent execution.
.github/ISSUE_TEMPLATE/docs/dev_guide.mddocs/context/issue_713_batch_first_issue_workflow.md (for batch routing)docs/context/issue_1512_issue_archetypes.md (for archetype and evidence-tier convention)bug, enhancement, documentation, refactor,
research, planner_integration.md, benchmark_experiment.md, fallback
issue_default.md).Parent issue, Non-goals, Validation / Testing, and
Blocked by fields before creation.docs/context/issue_1512_issue_archetypes.md. Include the archetype metadata block in
the issue body. Use only the canonical values from that note. When the archetype is unclear,
default to archetype: workflow with evidence_tier: idea and note the assumption.blocked-asset issues, check whether proposed payload
is only a guardrail, reminder, or "track pasted follow-up anyway" note already
enforced by existing parent issue state:blocked or evidence:blocked status.
If so, do not create new issue; record reminder on parent as comment, label,
or status update instead. Still create legitimate blocked-asset issues when
they carry unique technical state such as paths, checksums, missing-file
specifics, asset identifiers, or per-step unblock conditions.gh for deterministic fallbackgh issue create --title "<title>" --body-file <body.md> --template <template> --label "<labels>"gh
for scripted or fallback pathsgh project item-add when the CLI route is the active Project #5 write pathgh project item-edit for explicit field updates when the CLI route is activePriority, Expected Duration in Hours,
Reviewed) using existing field/schema IDsissue-splitter or perform one
before calling gh issue create.Use this skill for the scope named in its frontmatter description and registry metadata.