一键导入
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