원클릭으로
ai-pick-issue
Find, analyze, and recommend GitHub issues to work on. Use when looking for issues, or asking 'what should I work on next'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Find, analyze, and recommend GitHub issues to work on. Use when looking for issues, or asking 'what should I work on next'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ai-pick-issue |
| description | Find, analyze, and recommend GitHub issues to work on. Use when looking for issues, or asking 'what should I work on next'. |
| argument-hint | [issue-number or search-terms] |
Intelligently find or select GitHub issues: $ARGUMENTS
Workflow automation: once an issue is selected and design alignment is reached, continue to
/ai-prepare-branchwithout asking for extra confirmation.
Primary command:
uv run ai-tools repo issues pick --json $ARGUMENTSReturn:
Transitional fallback:
uv run ai-tools repo issues pick is unavailable, state the tool gap and use gh issue view for numeric input or gh issue list --state open --search ... for search input.Initialize ai-shell for a new repo or workspace and choose the correct repo type and tool setup.
Monitor CI pipeline after push, diagnose failures, auto-fix and re-push. Use after submitting work, or asking 'check the build' or 'how's the pipeline'.
Stand up a new repository with standard quality gates, CI/CD pipeline, and configuration files.
Create a feature branch from the correct base (dev or main), sync release bumps, and set up remote tracking. Use when starting work on an issue or saying 'start working on'.
Promote staging (dev) to production (main) by creating an automerge PR. Use when dev/staging is ready for release, or saying 'release to production'.
Comprehensive repository health check with remote-first git hygiene, branch cleanup, and code quality analysis. Use for repo maintenance, or saying 'clean up the repo'.