원클릭으로
sp-create-issue
Turn an idea, problem description, or bug report into a well-formed GitHub issue and create it on GitHub once approved.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Turn an idea, problem description, or bug report into a well-formed GitHub issue and create it on GitHub once approved.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Address and resolve existing review comments on a GitHub pull request.
Fetch, analyze, and resolve SonarQube quality gate failures, code smells, bugs, and coverage gaps.
Study the feasibility and viability of a proposed feature or architectural change.
Request follow-up work on a specific issue (e.g. bug fixes, additional requirements, visual regression, or debugging) in a new or existing conversation without prior context.
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.
Plan a GitHub issue by investigating context and creating a detailed implementation plan. Present it to the user, and post it to the issue as a comment upon approval. No code changes.
| name | sp-create-issue |
| description | Turn an idea, problem description, or bug report into a well-formed GitHub issue and create it on GitHub once approved. |
| mode | agent |
| tools | ["codebase","githubRepo","terminalLastCommand"] |
| arguments | [{"name":"description","description":"The plain English description of the feature, bug, or improvement.","required":true}] |
Create a GitHub issue for the following idea or problem:
$DESCRIPTION
- Sync / offline patterns →
wiki/offline-first-architecture.md- UI components / Horizon design →
wiki/horizon-narrative-design-language.md- Domain services →
wiki/core-services-catalog.md(relevant section only)
Produce the issue in the following structure:
A short, imperative sentence (e.g. "Extract CashRateResultDelegate from CurrencyEventHandler").
Exactly one label from the closed list corresponding to the branch-creation workflow (do NOT use other arbitrary tags like ui, ux, groups, etc.):
bug (for bugfixes, maps to bugfix/ branch)enhancement (for refactoring/improvements, maps to refactor/ branch)feature (for new features, maps to feature/ branch)config (for internal tasks/configs, maps to internal/ branch)release (for releases, maps to release/ branch)hotfix (for urgent main branch fixes, maps to hotfix/ branch)A checklist of verifiable conditions that define "done":
make check passes with 0 failures (Konsist + unit tests + compilation).Explicitly list anything that this issue should NOT include, to prevent scope creep.
Before presenting the draft, verify:
bug, enhancement, feature, config, release, or hotfix.ui, ux, groups) are listed or will be applied.