Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →오픈 Issue 목록을 우선순위로 표시. 「이슈 목록 보여줘」「열린 이슈는?」「이슈 리스트해줘」등으로 기동.
.claude/skills/wasabeef-issue-5745e5/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 65% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -27% | 0% |
현재 리포지토리의 오픈 Issue 목록을 우선순위와 함께 표시합니다.
bash# Claude 에 의뢰 「오픈 Issue 목록을 우선순위와 함께 표시하세요」
bash# 리포지토리 정보 취득 gh repo view --json nameWithOwner | jq -r '.nameWithOwner' # 오픈 Issue 정보 취득하여 Claude 에 의뢰 gh issue list --state open --json number,title,author,createdAt,updatedAt,labels,assignees,comments --limit 30 「위의 Issue 를 우선순위별로 정리하여, 각 Issue 의 2 행 개요도 포함해서 표시하세요. URL 은 위에서 취득한 리포지토리명을 사용하여 생성하세요」
text오픈 Issue 목록 (우선순위순) ### 고우선순위 #번호 제목 [라벨] | 작성자 | 오픈부터 경과 시간 | 코멘트 수 | 담당자 ├─ 개요 1 행째 └─ 개요 2 행째 https://github.com/owner/repo/issues/번호 ### 중우선순위 (동일한 형식) ### 저우선순위 (동일한 형식)
고우선순위
bug 라벨이 붙은 Issuecritical이나 urgent 라벨이 붙은 Issuesecurity 라벨이 붙은 Issue중우선순위
enhancement 라벨이 붙은 Issuefeature 라벨이 붙은 Issue저우선순위
documentation 라벨이 붙은 Issuegood first issue 라벨이 붙은 Issuewontfix나 duplicate 라벨이 붙은 Issuebash# 특정 라벨의 Issue 만 취득 gh issue list --state open --label "bug" --json number,title,author,createdAt,labels,comments --limit 30 # 복수 라벨로 필터링 (AND 조건) gh issue list --state open --label "bug,high-priority" --json number,title,author,createdAt,labels,comments --limit 30
gh)가 필요합니다Other measured skills in the registry, with their headline benchmark lift.