qjudge-code-problem-format-and-ops

Convert confirmed problem specifications into QJudge JSON payloads and patches.

31|1|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/quan0715/QJudge --skill qjudge-code-problem-format-and-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qjudge-code-problem-format-and-ops
Source: https://github.com/quan0715/QJudge/tree/main/ai-service/skills/qjudge-code-problem-format-and-ops
Command: npx skills add https://github.com/quan0715/QJudge --skill qjudge-code-problem-format-and-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

這個技能用於在資料落地階段,將已確認的題目規格轉換成 QJudge 所需的 payload、JSON Patch,以及 prepare/commit 的流程建議,降低手動轉換與錯誤風險。

Core Features & Use Cases

  • 自動化將題目規格轉換為 QJudge payload(CRUD 形式)與 DeepAgent patch 的需求格式。
  • 產出準備提交所需的 step-by-step 指引,協助團隊完成寫入流程。
  • 提供相關參考資料與範例文檔,以便快速對照與實作。

Quick Start

使用已確認的題目規格,快速生成對應的 QJudge payload、JSON Patch 與 prepare/commit 流程建議。

Frequently Asked Questions about qjudge-code-problem-format-and-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert confirmed problem specifications into QJudge payloads?

QJudge payload generation transforms confirmed problem specifications into executable JSON payloads and JSON Patch updates. It validates structure against QJudge problem format rules and references internal model files to ensure safe, standards-compliant outputs.

What is the prepare and commit workflow for QJudge problem format?

The prepare and commit workflow for QJudge problem format provides step-by-step guidance for submitting problem data. It involves generating the required JSON payloads and DeepAgent patch formats to complete the data write-in process safely.

How do I create a JSON Patch update for a QJudge problem?

Creating a JSON Patch update for a QJudge problem involves converting confirmed problem specifications into the DeepAgent patch requirement format. This ensures the patch adheres to QJudge problem format rules and references internal model files for secure updates.

Can I validate problem structure against QJudge format rules automatically?

Yes, you can validate problem structure against QJudge format rules automatically during payload generation. The transformation process references internal model files to ensure the output is structurally safe and standards-compliant.

What do I need to generate QJudge payloads from problem specifications?

To generate QJudge payloads from problem specifications, you need confirmed problem data as input. The transformation process uses this confirmed input to produce executable payloads, JSON Patch updates, and prepare/commit workflow guidance.