qa-quarto

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由

自动找出并修复转换误差,节省手动比对与调整的重复工作。

这个 Skill 做什么

用对抗 critic/fixer 循环检查 Quarto HTML 与 Beamer PDF 的内容与视觉一致性并自动修复直至通过。

把 Quarto 输出的 HTML 幻灯片和已有的 Beamer PDF 做逐项对照,找出内容或视觉上不一致的地方,然后自动修复并重复检查,最多跑 5 轮直到通过。适合在你怀疑 Quarto 转换结果和原始 Beamer 不一致,或在“translate-to-quarto”之后做质量把关时用。特别之处是用对抗式的 critic(审查)/fixer(修复)循环把问题挖出来并尝试修复,直到与 PDF 基准达成一致。

▸ 展开 SKILL.md 英文原文

Adversarial Quarto-vs-Beamer parity QA. A critic agent compares the Quarto HTML render to the Beamer PDF benchmark for content/visual parity; a fixer agent applies fixes; loops until APPROVED (max 5 rounds). Use when user says "qa the quarto", "check parity", "does the html match the pdf?", "quarto matches beamer?", or after a translate-to-quarto run. Requires both the `.qmd` rendered and a `.pdf` benchmark.

开发编程QuartoBeamerQA通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+65
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/qa-quarto/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/qa-quarto/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Adversarial Quarto vs Beamer QA Workflow

Compare Quarto HTML slides against their Beamer PDF benchmark using an iterative critic/fixer loop.

**Philosophy:** The Beamer PDF is the gold standard. The Quarto translation must be at least as good in every dimension.

---

## Workflow

```
Phase 0: Pre-flight → Phase 1: Critic audit → Phase 2: Fixer → Phase 3: Re-audit → Loop until APPROVED (max 5 rounds)
```

## Hard Gates (Non-Negotiable)

| Gate | Condition |
|------|-----------|
| **Overflow** | NO content cut off |
| **Plot Quality** | Interactive charts >= static plots |
| **Content Parity** | No missing slides/equations/text |
| **Visual Regression** | Quarto >= Beamer in all dimensions
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有