.claude/skills/post-release-followup/SKILL.md
Analyze release workflow findings and recommend follow-up actions — execute immediately or register as issues
npx skillsauth add baekenough/oh-my-customcode post-release-followupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
After PR creation in the auto-dev release workflow, collect unaddressed findings and present actionable follow-up recommendations. The user chooses: execute now, register as issues, or skip.
Gather unfinished work from multiple sources:
Source A — Remaining open issues:
gh issue list --label verify-done --state open --json number,title,labelsSource B — Deep-verify findings:
.claude/outputs/sessions/{today}/Source C — Triage deferred items:
.claude/outputs/sessions/{today}/Source D — TODO markers in changed files:
git diff develop...HEAD --name-only to get changed filesTODO, FIXME, HACK markers added in this releaseSource E — PR review feedback:
gh api repos/{owner}/{repo}/pulls/{pr_number}/comments and gh api repos/{owner}/{repo}/issues/{pr_number}/commentsRemove duplicates (same issue referenced from multiple sources). Categorize:
| Category | Criteria | Default Action | |----------|----------|----------------| | 즉시 실행 | P1/P2 잔여 이슈, MEDIUM+ 검증 발견사항, Critical/High PR 리뷰 발견사항 | 즉시 실행 | | 이슈 등록 | P3 이슈, LOW 검증 발견사항, 새 TODO, Medium PR 리뷰 발견사항 | 이슈로 등록 | | 참고 | 이미 추적 중인 이슈, 외관 관련 메모 | 건너뛰기 |
Display follow-up summary:
[Follow-up] {n}개 후속 작업 발견
━━━ 즉시 실행 추천 ({count}개) ━━━
1. {description} — 출처: {source}
2. {description} — 출처: {source}
━━━ 이슈 등록 추천 ({count}개) ━━━
3. {description} — 출처: {source}
4. {description} — 출처: {source}
━━━ 참고 사항 ({count}개) ━━━
5. {description} — 이미 #{issue_number}로 추적 중
선택:
[A] 추천대로 실행 (즉시 실행 + 이슈 등록)
[B] 모두 즉시 실행
[C] 모두 이슈 등록
[D] 개별 선택 (항목별로 질문)
[E] 건너뛰기
Use AskUserQuestion (or equivalent user prompt) to get the choice.
Option A (추천대로):
gh issue createOption B (모두 즉시 실행):
Option C (모두 이슈 등록):
gh issue create with appropriate labelsprofessor for auto-triage in next workflow runOption D (개별 선택):
[{n}] {description} — 실행(E) / 이슈(I) / 건너뛰기(S)?Option E (건너뛰기):
[Follow-up Complete]
├── 즉시 실행: {n}개 완료
├── 이슈 등록: {n}개 (#{numbers})
├── 건너뛰기: {n}개
└── 총 처리: {total}개
When creating follow-up issues:
gh issue create \
--title "{간결한 설명}" \
--body "## 출처\n\nv{version} 릴리즈 워크플로우에서 발견.\n\n## 컨텍스트\n\n{triage/verify에서의 상세 컨텍스트}\n\n## 권장 조치\n\n{권장 사항}" \
--label "professor"
Add priority label (P1, P2, P3) based on categorization.
gh CLI directly (read-only operation pattern)development
Generate and maintain a persistent codebase wiki — LLM-built interlinked markdown knowledge base (Karpathy LLM Wiki pattern)
development
Use the project wiki as RAG knowledge source — search wiki pages to answer codebase questions before exploring raw files
tools
Analyze task trajectories to propose reusable SKILL.md candidates from successful patterns
data-ai
hada.io RSS feed monitoring for AI agent/harness articles with automated /scout analysis