بنقرة واحدة
report
Auto-fix a user-reported issue end to end
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Auto-fix a user-reported issue end to end
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | report |
| description | Auto-fix a user-reported issue end to end |
| when_to_use | Use when GitHub issues labeled `report` need processing — reading a user-reported bug, locating the route/component, reproducing, fixing with a minimum diff, building, pushing, and closing the issue — across the databayt repos (hogwarts, kun, souq, mkan, shifa) or a single repo/issue, distinct from /qa (block-wide QA) and /check (pre-ship gate). Triggers on: report, fix reports, user-reported issue auto-fix, verified-report queue. |
| argument-hint | [#N] [repo] |
Process GitHub issues labeled report. Read, verify, fix, close.
/report - Process all repos with open report issues/report hogwarts - Process only databayt/hogwarts/report kun - Process only databayt/kun/report hogwarts#42 - Process a specific issue/report --status - Show open report issues across all reposhogwarts) → process only databayt/<repo>repo#number (e.g., hogwarts#42) → process only that specific issue--status → show status dashboard, don't fix anything--statusRun this for each repo and present as a table:
gh issue list --label report --state open --repo databayt/hogwarts --json number,title,createdAt,labels
gh issue list --label report --state open --repo databayt/kun --json number,title,createdAt,labels
gh issue list --label report --state open --repo databayt/souq --json number,title,createdAt,labels
gh issue list --label report --state open --repo databayt/mkan --json number,title,createdAt,labels
gh issue list --label report --state open --repo databayt/shifa --json number,title,createdAt,labels
Output: repo | issue# | title | age | labels
For each target repo, list open report issues:
gh issue list --repo databayt/<repo> --label report --state open --json number,title,createdAt
Process each issue (oldest first) using the report agent pipeline:
gh issue view <N> → extract description + page URLpnpm build in the target repofix: prefix, Closes #N| Repo | Local Path | Production |
|---|---|---|
| hogwarts | /Users/abdout/hogwarts | *.databayt.org |
| kun | /Users/abdout/kun | kun.databayt.org |
| souq | /Users/abdout/souq | souq.databayt.org |
| mkan | /Users/abdout/mkan | mkan.databayt.org |
| shifa | /Users/abdout/shifa | shifa.databayt.org |
| Situation | Action |
|---|---|
| Cannot reproduce | Comment + cannot-reproduce label, leave open |
| Feature request | Comment + needs-human label, leave open |
| Needs schema/auth change | Comment + needs-human label, leave open |
| Build error | Hand off to build agent |
| Server exception | Hand off to sse agent |
pnpm build before pushingsee the page after deployMulti-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