Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
PR 템플릿 검증 섹션 구조 강화task-final-reportSKILL, README/workflow 안내를 동기화했습니다.검증섹션의 표 구조가 PR 본문 가독성과 재현 가능성 사이의 균형을 잘 맞추는지 확인이 필요합니다.변경 내역
검증섹션을자동 검증,수동/시나리오 검증,CI/원격 검증,검증 한계구조로 개편했습니다.pr_process_guide.md와task-final-report/SKILL.md에 새 검증 작성 기준을 반영했습니다.task_workflow_guide.md의 상위 안내를 동기화했습니다.영향 영역
검증하위 목차와 표 구조 추가task-final-reportSKILL 갱신작업 문서
핵심 리뷰 포인트
검증섹션을 네 하위 목차로 나누면서도, 해당 없는 하위 섹션은 삭제하도록 안내해 PR 본문 과밀화를 줄였습니다.검증 한계또는남은 리스크로 분리하도록 템플릿, 매뉴얼, SKILL에 같은 기준을 넣었습니다.templates/.github/pull_request_template.md의{REPO_SLUG}placeholder는 그대로 보존했습니다.검증
자동 검증
grep -nE '### 자동 검증|### 수동/시나리오 검증|### CI/원격 검증|### 검증 한계' .github/pull_request_template.md templates/.github/pull_request_template.mdgrep -nE '자동 검증|수동/시나리오 검증|CI/원격 검증|검증 한계' templates/mydocs/manual/pr_process_guide.md templates/mydocs/skills/task-final-report/SKILL.mdgrep -nE 'task-final-report|Open PR|PR 본문|검증 결과|검증 근거' README.mdgrep -nE 'PR 본문|pull_request_template|검증 한계|검증 결과|SKILL 호출 표시' templates/mydocs/manual/task_workflow_guide.mdgrep -nF '{REPO_SLUG}' templates/.github/pull_request_template.md{REPO_SLUG}4곳 보존ruby -e 'a=File.read(".github/pull_request_template.md"); b=File.read("templates/.github/pull_request_template.md").gsub("{REPO_SLUG}", "postmelee/hyper-waterfall"); abort("template mismatch beyond REPO_SLUG") unless a == b; puts "OK: templates match after REPO_SLUG normalization"'{REPO_SLUG}정규화 후 두 템플릿 동일git diff --check origin/main..HEAD수동/시나리오 검증
검증 한계
관련 이슈
후속 이슈 제안
남은 리스크