ワンクリックで
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