بنقرة واحدة
issue
Create a GitHub issue in the appropriate databayt repo
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a GitHub issue in the appropriate databayt repo
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Multi-slide bilingual brand carousels — Claude writes the deck, kun renders Anthropic-styled slides at exact platform sizes, a human approves, channels receive
Draft, stage, and publish brand social posts — Claude drafts, /higgs renders, a human approves, Hermes relays
Convert a file or URL to Markdown via MarkItDown (PDF, Office, images, audio, web)
Full pipeline — idea to production (chains every stage)
Autonomous block QA — detect, adversarially verify, fix safe tiers, hand the residual to a human
Technical spec — data model, file plan, refined acceptance criteria
| name | issue |
| description | Create a GitHub issue in the appropriate databayt repo |
| when_to_use | Use when a task, bug, chore, or follow-up needs to become a tracked GitHub issue in the right databayt repo (kun, hogwarts, souq, mkan, shifa, codebase, shadcn, ios-app/android-app, marketing) with priority/type/scope/assignment labels, a Context/Action/Verification body, and a Slack #dev notification — including turning Slack messages into issues — as distinct from /idea which captures structured feature ideas with user stories. Triggers on: open/file an issue, create a GitHub issue in the right databayt repo. |
| argument-hint | <title> [description] |
Create a GitHub issue in the appropriate databayt repo.
Arguments: $ARGUMENTS (title and description, or just a topic to expand)
| Repo | Use for |
|---|---|
| kun | Engine config: agents, skills, MCP, hooks, rules, memory, scripts |
| hogwarts | Education product: features, bugs, improvements |
| souq | E-commerce product |
| mkan | Rental product |
| shifa | Medical product |
| codebase | Shared patterns, components, templates |
| shadcn | UI component library |
| ios-app / android-app | Mobile apps (iOS / Android) |
| marketing | Landing pages, marketing site |
P0-critical, P1-high, P2-medium, P3-low
type:agent, type:skill, type:mcp, type:hook, type:rule, type:memory, type:docs, type:infra, bug, enhancement
scope:captain, scope:business, scope:product, scope:tech, scope:specialist, scope:cross-repo
assign:abdout, assign:ali, assign:samia, assign:sedon, assign:captain
gh issue create#dev channel with the issue linkAfter creating an issue, post to Slack:
curl -s -X POST -H "Authorization: Bearer $SLACK_BOT_TOKEN" \
-H "Content-Type: application/json" \
-d '{"channel":"#dev","text":"New issue: repo#N — title"}' \
https://slack.com/api/chat.postMessage
When asked to create issues from Slack messages:
users:read to identify who reported the issueIf creating issues across multiple repos, create them in parallel.
If the label doesn't exist in the target repo, create it first with gh label create.