一键导入
bai-ready
Show Black Atom issues ready to work (no blockers)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show Black Atom issues ready to work (no blockers)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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
Review and clean up Black Atom issues
Show my Black Atom Industries issues
Update a Black Atom issue (status, labels, relations, etc.)
基于 SOC 职业分类
| name | bai-ready |
| description | Show Black Atom issues ready to work (no blockers) |
| user-invocable | false |
| metadata | {"user-invocable":false} |
| allowed-tools | ["Bash"] |
Show issues that are ready to pick up — not blocked by other issues.
Optional repo name filter ($ARGUMENTS in Claude Code, or /skill:bai-ready args in Pi).
Repos: Discover dynamically via gh repo list black-atom-industries --json name --jq '.[].name' --limit 100
Project: Black Atom V1 (#7)
Load about:bai for GitHub project constants.
Get all assigned open issues:
gh search issues --assignee=@me --owner=black-atom-industries --state=open --json repository,number,title,labels,url
Filter out issues that have the state:blocked label
Get priority from project data:
gh project item-list 7 --owner black-atom-industries --format json
Sort by priority (Urgent first)
For blocked issues, scan comments for "Blocked by" to show what they're waiting on:
gh issue view <number> --repo black-atom-industries/<repo> --json comments --jq '.comments[].body'
### Ready to Work
1. [core#50] Finalize naming conventions (Urgent)
Repo: core
https://github.com/black-atom-industries/core/issues/50
2. [livery#29] Set up frontend architecture (High)
Repo: livery | Milestone: v1.0.0
https://github.com/black-atom-industries/livery/issues/29
### Blocked (for reference)
- [core#53] Fine-tune all themes for V1
Blocked by: core#50, core#51
https://github.com/black-atom-industries/core/issues/53
state:blocked label