ワンクリックで
bai-create
Create a new Black Atom Industries issue
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new Black Atom Industries issue
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.
Show Black Atom issues ready to work (no blockers)
Review and clean up Black Atom issues
Show my Black Atom Industries issues
Update a Black Atom issue (status, labels, relations, etc.)
| name | bai-create |
| description | Create a new Black Atom Industries issue |
| user-invocable | false |
| metadata | {"user-invocable":false} |
| allowed-tools | ["Bash","AskUserQuestion"] |
Create a new issue in the Black Atom Industries GitHub org.
Issue title and optional details ($ARGUMENTS in Claude Code, or /skill:bai-create args in Pi).
Examples:
Fix theme contrast in dark mode"Add nvim telescope support" repo:liveryDesign new logo for v1 repo:.githubRepos: .github, core, livery, helm, nvim, ghostty, tmux, zed, wezterm, obsidian, radar.nvim, ui, website
Issue Types: Bug, Feature, Design, Enhancement, Refactor, Documentation, Infrastructure, Task
Milestones (per repo): livery → v1.0.0, helm → v1.0.0, radar.nvim → v1.0.0, core → Monitor, ui → v1.0.0
Load about:bai for GitHub project constants (Issue Type IDs, project field IDs).
Parse title and any inline hints (repo, type) from arguments
Determine repo:
nvim, ghostty → ghostty, etc.).github.githubCheck milestones for the target repo:
gh api repos/black-atom-industries/<repo>/milestones --jq '.[].title'
Ask with AskUserQuestion — combine into a single call for what's missing:
Check for related issues — search briefly, suggest linking if relevant
Create issue:
gh issue create --repo black-atom-industries/<repo> --title "..." --body "..." --milestone "<milestone>" --project "Black Atom V1"
Set Issue Type via GraphQL (load IDs from about:bai):
ISSUE_ID=$(gh issue view <number> --repo black-atom-industries/<repo> --json id --jq '.id')
gh api graphql -f query='mutation { updateIssue(input: { id: "'$ISSUE_ID'", issueTypeId: "<type_id>" }) { issue { id } } }'
Set Priority on project via GraphQL (load field/option IDs from about:bai)
Created issue:
[core#70] Fix theme contrast in dark mode
Repo: core | Type: Bug | Priority: Medium | Status: Todo
Milestone: Monitor
https://github.com/black-atom-industries/core/issues/70
addBlockedBy relationships (see about:bai) and state:blocked label for non-issue blockers