一键导入
qa
Adversarial quality audit loop. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds). Works with any document format.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Adversarial quality audit loop. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds). Works with any document format.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create new documents in any format — Beamer slides, Typst documents, or Quarto slides. Autonomous pipeline from prompt to publication-quality output.
Syntax guide and ecosystem reference for writing Typst (.typ) files. Use this skill when writing, editing, or debugging Typst documents. Covers core syntax, common errors, packages, and best practices.
Master pipeline — compile, review, fix, and finalize any document. Auto-detects format and runs the full quality loop.
Stage, commit, create PR, and merge to main. Use for the standard commit-PR-merge cycle.
Compile any supported file type. Detects format (.typ, .qmd, .py) and runs appropriate build command.
Show current context status and session health. Use to check how much context has been used, whether auto-compact is approaching, and what state will be preserved.
| name | qa |
| description | Adversarial quality audit loop. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds). Works with any document format. |
| argument-hint | [filename] |
| allowed-tools | ["Read","Grep","Glob","Write","Edit","Bash","Task"] |
| context | fork |
Iterative critic/fixer loop for any supported document format.
Determine file type from extension:
.tex → Beamer LaTeX slides.qmd → Quarto RevealJS slides (compare vs .tex benchmark if it exists).typ → Typst document (audit against quality standards)Phase 0: Pre-flight → Phase 1: Critic audit → Phase 2: Fixer → Phase 3: Re-audit → Loop until APPROVED (max 5 rounds)
| Gate | .tex | .qmd | .typ |
|---|---|---|---|
| Overflow | No overfull hbox > 10pt | No content cut off | No content exceeds page |
| Content Quality | No undefined citations | Interactive >= static plots | All imports resolve |
| Typography | Consistent formatting | Notation fidelity | Font consistency |
.qmd files:.typ files:.tex files:Launch the quality-critic agent to audit the document. Report saved to quality_reports/[FILENAME]_qa_critic_round1.md.
If not APPROVED, launch quality-fixer agent to apply fixes (Critical → Major → Minor), re-compile, and verify.
Re-launch critic to verify fixes. Loop back to Phase 2 if needed.
Max 5 fix rounds. After that, escalate to user with remaining issues.
Save to quality_reports/[FILENAME]_qa_final.md with:
See typst/references/quality-gates.md for score rubric, commit thresholds, and severity definitions.