ワンクリックで
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.