with one click
bai-status
Show my Black Atom Industries issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Show my Black Atom Industries issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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>