一键导入
bai-status
Show my Black Atom Industries issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show my Black Atom Industries issues
用 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
Update a Black Atom issue (status, labels, relations, etc.)
| name | bai-status |
| description | Show my Black Atom Industries issues |
| user-invocable | false |
| metadata | {"user-invocable":false} |
| allowed-tools | ["Bash"] |
Show issues assigned to me across the Black Atom Industries GitHub org.
Optional repo name filter ($ARGUMENTS in Claude Code, or /skill:bai-status args in Pi).
Examples:
core - Only core repo issueslivery - Only livery repo issuesRepos: .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 (IDs, field values).
Query issues via one of:
# All project issues with status/priority
gh project item-list 7 --owner black-atom-industries --format json
# Or cross-repo search for assigned issues
gh search issues --assignee=@me --owner=black-atom-industries --state=open --json repository,number,title,state,labels,url
Apply repo filter if argument provided
Group by status (In Progress → In Review → Todo)
For each issue show:
core#50)state:blocked label### In Progress
[core#52] Add label/displayName as a property on ThemeMeta
Repo: core | Priority: Medium
https://github.com/black-atom-industries/core/issues/52
### Todo
[livery#29] Set up frontend architecture
Repo: livery | Priority: High | Milestone: v1.0.0
https://github.com/black-atom-industries/livery/issues/29
[core#50] Finalize naming conventions
Repo: core | Priority: Urgent | state:blocked
https://github.com/black-atom-industries/core/issues/50
gh project item-list 7 for the richest data (includes status and priority fields)state:blocked label) clearlyhttps://github.com/black-atom-industries/<repo>/issues/<number>