一键导入
context-create-diagnose-resolution
Troubleshoot rejected submissions, stuck processing, or unexpected market resolutions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Troubleshoot rejected submissions, stuck processing, or unexpected market resolutions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, cancel, or manage multiple orders in a single batch
Place and manage prediction market orders on Context Markets
Build an embeddable single-market prediction widget with buy/sell buttons
Build a portfolio dashboard showing positions, P&L, balances, and claimable winnings
Build prediction market frontends with the Context React SDK
Scaffold a full prediction market trading UI with market list, orders, and portfolio
| name | context-create-diagnose-resolution |
| description | Troubleshoot rejected submissions, stuck processing, or unexpected market resolutions |
Troubleshoot markets that were rejected during submission, stuck in processing, or resolved unexpectedly.
A market submission was rejected, is taking too long to process, or a live market resolved in a way that seems wrong.
The oracle reviewed the draft and refused to create the market.
submission.refuseToResolve will be true. Look at submission.rejectionReasons for specific issues.web_enabled.submission.similarMarkets for existing alternatives.The submission hasn't completed after 90+ seconds.
ctx.questions.getSubmission(submissionId) or context questions status <submissionId>"processing" — still being evaluated. Normal processing is 30–90 seconds. Wait up to 3 minutes before retrying."failed" — the oracle encountered an error. Try rephrasing the question."completed" — done. Check submission.questions for the generated market.A live market resolved to an outcome that seems wrong.
context_get_market returns the full criteria. Read them literally — the oracle follows the criteria as written, not as intended.social_only — did the specified X accounts post about the outcome? If not, the oracle may have lacked evidence.web_enabled — did authoritative sources report the outcome? Web evidence overrides social media.social_only markets.web_enabled evidence overrides social media. If X posts say one thing but an authoritative source says another, the web source wins.submission.similarMarkets — your market may already exist.status: "completed" and refuseToResolve: false.