بنقرة واحدة
bip-issue-file
Create or update GitHub issue from markdown file using --body-file
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create or update GitHub issue from markdown file using --body-file
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check remote server CPU, memory, and GPU availability via SSH
Cold-start into a worktree/clone from a fresh conversation — read the PR, issue, and any status files, figure out where things stand, then STOP and ask the user what to do next. Use for a fresh conversation dropped into a bip-spawn or bip-epic-spawn worktree/clone that already has history (a PR, an in-progress phase, or a stalled worker).
Quick poll of tracked EPICs and code repos for new manuscript-relevant results
Persist manuscript session state before context reset
Cold-start for a manuscript session — the paper is the source of truth and shared context; discuss results, orchestrate research through issues/PRs, and update the paper as threads complete
Spawn a Claude session in a clone for an EPIC issue
| name | bip-issue-file |
| description | Create or update GitHub issue from markdown file using --body-file |
| allowed-tools | Bash, Read |
Create or update a GitHub issue using a markdown file as the body.
/bip-issue-file ISSUE-feature-name.md
CRITICAL: Use the --body-file flag to ensure the ENTIRE contents of the file become the issue body verbatim.
$ARGUMENTS is provided, use that as the file pathSearch the recent conversation history for:
/bip-issue-work commandsIf found, this is an UPDATE operation. Otherwise, CREATE.
Look for explicit mentions like:
Do NOT auto-assign without explicit context.
For CREATE operations, extract the title from the file:
# (markdown h1 heading), strip the # prefix and use as titleUpdate (issue number found in context):
gh issue edit <number> --body-file <file>
Create (no issue number):
gh issue create --title "<extracted title>" --body-file <file>
Create with assignee (if explicitly mentioned):
gh issue create --title "<extracted title>" --body-file <file> --assignee <username>
IMPORTANT:
--label flags--body-file (or -F) flag exclusively for the body--assignee if explicitly mentioned in conversation contextReport: