원문: https://github.com/facebook/astryx/wiki/Night-Watch-PM · 번역 기준: 2026-09-03

담당: Cindy's Navi (cixzhang)

목표: 태스크, 이슈, 위키를 깔끔하고 탐색 가능한 상태로 유지합니다.


시간별 체크리스트

1. 이슈 트리아지 — 구현 가능성 보장

모든 오픈 이슈를 완결성 관점에서 검토합니다:

gh issue list --repo facebook/astryx --state open --limit 100 \
  --json number,title,labels,body,comments,createdAt \
  --jq '.[] | {number, title, labels: [.labels[].name], bodyLength: (.body | length), commentCount: (.comments | length)}'

구현 가능한 이슈에 필요한 것:

카테고리 필수 항목 누락 시
enhancement (새 컴포넌트) API 스케치(props), 시각 레퍼런스, 사용 예제 누락된 항목을 요청하는 코멘트
enhancement (기능) 어느 컴포넌트인지, 동작 변경, before/after 구체 사항을 요청하는 코멘트
bug 재현 단계, 기대 vs 실제, 브라우저/버전 재현 단계를 요청하는 코멘트
discussion 명확한 질문 또는 결정 사항 액션 없음 — discussion은 열린 결말
vibe-test 자동 생성 건너뜀

코멘트 템플릿:

This issue needs a bit more detail before it can be picked up for implementation:

- [ ] {specific missing item}
- [ ] {specific missing item}

Once these are filled in, this is ready to build. Happy to help draft any of these if useful.

다음 이슈에는 코멘트하지 않습니다:

2. 이슈 & PR 라벨링

이슈 — 이슈에 라벨이 없으면 추가합니다: