원클릭으로
bai-weekly
Weekly Black Atom issue review — board health, staleness, priority check, project progress
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Weekly Black Atom issue review — board health, staleness, priority check, project progress
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Black Atom Industries theme ecosystem context. Load when BAI, themes, adapters, or colorschemes come up.
Bootstrap a Black Atom Industries project — loads org context from about:bai and bai:* skills, then invokes dev:create-project with BAI defaults.
Create a new Black Atom Industries issue
Show Black Atom issues ready to work (no blockers)
Review and clean up Black Atom issues
Show my Black Atom Industries issues
| name | bai-weekly |
| description | Weekly Black Atom issue review — board health, staleness, priority check, project progress |
| user-invocable | true |
| metadata | {"user-invocable":true} |
| allowed-tools | ["Bash","Grep","AskUserQuestion"] |
Weekly review of all Black Atom Industries issues across repos. Checks board health, flags staleness, and surfaces decisions.
Optional focus — repo name or "quick" for summary only ($ARGUMENTS in Claude Code, or /skill:bai-weekly args in Pi).
Examples:
livery - Focus on livery repo onlyquick - Summary dashboard only, no interactive reviewRepos: .github, core, livery, helm, nvim, ghostty, tmux, zed, wezterm, obsidian, radar.nvim, ui, website Project: Black Atom V1 (#7)
Load about:bai for GitHub project constants.
Query all project issues in one call:
gh project item-list 7 --owner black-atom-industries --format json
## Black Atom Weekly — {date}
| Status | Count |
|-|-|
| In Progress | X |
| In Review | Y |
| Todo | Z |
### By Repo
| Repo | In Progress | Todo | Total |
|-|-|-|-|
| core | X | Y | Z |
| livery | X | Y | Z |
| helm | X | Y | Z |
| .github | X | Y | Z |
Verify GitHub issue state against actual git activity across BAI repos at ~/repos/black-atom-industries/.
What to look for:
Present findings: "GitHub says X, but git shows Y"
Stale "In Progress" — no updates in 14+ days. Ask: move to Todo or unreported progress?
Urgent/High in Todo — high-priority issues sitting idle. Promote or deprioritize?
Stale blockers — state:blocked label or native blockedBy relationships with no updates in 21+ days. Still blocked?
Recently created — last 7 days. Confirm triage is correct.
For each flagged issue, use AskUserQuestion:
Group by category, not one-by-one.
## Weekly Summary
Reviewed: X issues
- Kept: X
- Updated: X
- Closed: X
- Skipped: X
Next actions:
- [decisions needing follow-up]
gh project item-list 7 for the primary data sourcegh issue view --json updatedAt