원클릭으로
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.