소스 정보
- 저장소
- cuga-project/cuga-flo
- 최근 소스 활동
- 2026년 9월 8일 11:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- cuga-new-feature
- description
- # Create a new issue (upstream)
- metadata
- {"user-invocable":true,"disable-model-invocation":true}
# Create a new issue (upstream)
1. Create the issue with the GitHub CLI (`gh issue create`).
2. Open it against the **origin** upstream (use that remote / repository—not a fork-only default).
3. Labels: run `gh label list` for that upstream repository. Only use names that appear in that output. Always pass `--label needs-triage` and add other applicable labels. Do not invent label names.
4. Choose the correct title prefix based on the issue type:
| Prefix | When to use |
|---|---|
| `[Feature]` | New functionality or capability |
| `[Design]` | Architecture, API design, or UX proposal before implementation |
| `[Refactor]` | Internal restructuring with no behavior change |
| `[Performance]` | Speed, memory, or efficiency improvements |
| `[Security]` | Vulnerability, safety concern, or hardening |
| `[Docs]` | Documentation additions or corrections |
| `[Test]` | Missing tests, flaky tests, or test infrastructure |
| `[Chore]` | Dependency updates, cleanup, or tooling |
| `[Epic]` | Large body of work grouping multiple issues |
| `[Question]` | Clarification needed, not a task |
5. Write the body using the same sections as `.github/ISSUE_TEMPLATE/feature_request.yml`: What you want and why, How it could work, Links or extra context (if any). Incorporate the user's message and any selected editor/context so the issue is concrete and complete.
6. Do not add "Made with Cursor" or similar promotional footers to the issue.
GitHub에서 보기