review by clearsmog/claude-skills
npx skills add https://github.com/clearsmog/claude-skills --skill review自动检测文件格式并并行启动相应的审阅智能体。只读模式——不应用任何修复。
根据扩展名确定文件类型:
.tex → Beamer LaTeX 幻灯片.qmd → Quarto RevealJS 幻灯片.typ → Typst 文档(幻灯片、文档、指南、简历等).py → Python 脚本.md → Markdown 文档对于 .typ 文件,还会根据内容检测文档类型:
#import "@preview/polylux" 或 #import "@preview/touying" → Typst 幻灯片广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
#import "@local/qk" → 使用 qk 组件库#set page(width: 16cm, height: 9cm) 或类似设置 → 演示文稿| 扩展名 | 智能体(并行) | 条件 |
|---|---|---|
.tex | proofreader + document-auditor + pedagogy-reviewer | 总是 |
.tex | + diagram-reviewer | 如果发现 TikZ(\begin{tikzpicture}) |
.qmd | proofreader + document-auditor | 总是 |
.qmd | + quality-critic | 如果存在同名的 .tex 文件 |
.typ | typst-reviewer + proofreader | 总是 |
.typ | + pedagogy-reviewer | 如果检测到幻灯片格式 |
.py | python-pro (subagent) | 总是 |
.md | proofreader | 总是 |
$ARGUMENTS — 解析文件路径.typ 文件,读取文件以检测文档子类型quality_reports/ 目录# 审阅摘要:[文件名]
| 维度 | 智能体 | 关键问题 | 主要问题 | 次要问题 | 结论 |
|-----------|-------|----------|-------|-------|---------|
| [变量] | [智能体名称] | N | N | N | [状态] |
## 总体评价:[优秀 / 良好 / 需要改进 / 差]
## 关键问题(如果有)
[列出需要立即关注的首要问题]
## 生成的报告
- quality_reports/[文件]_report.md
- quality_reports/[文件]_typst_review.md
- ...
请参阅 typst/references/quality-gates.md 以获取权威的评分标准、严重性定义和调度表。
/finish 命令每周安装量
1
代码仓库
GitHub 星标数
2
首次出现
1 天前
安全审计
安装于
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
Auto-detect file format and launch the right review agents in parallel. Read-only — no fixes applied.
Determine file type from extension:
.tex → Beamer LaTeX slides.qmd → Quarto RevealJS slides.typ → Typst document (slides, docs, guides, CVs).py → Python script.md → MarkdownFor .typ files, also detect document type from content:
#import "@preview/polylux" or #import "@preview/touying" → Typst slides#import "@local/qk" → Uses qk component library#set page(width: 16cm, height: 9cm) or similar → Presentation| Extension | Agents (parallel) | Condition |
|---|---|---|
.tex | proofreader + document-auditor + pedagogy-reviewer | Always |
.tex | + diagram-reviewer | If TikZ found (\begin{tikzpicture}) |
.qmd | proofreader + document-auditor | Always |
.qmd | + quality-critic | If .tex sibling exists |
$ARGUMENTS — resolve file path.typ files, read file to detect document subtypequality_reports/# Review Summary: [Filename]
| Dimension | Agent | Critical | Major | Minor | Verdict |
|-----------|-------|----------|-------|-------|---------|
| [varies] | [agent name] | N | N | N | [status] |
## Overall: [EXCELLENT / GOOD / NEEDS WORK / POOR]
## Critical Issues (if any)
[List top issues requiring immediate attention]
## Reports Generated
- quality_reports/[file]_report.md
- quality_reports/[file]_typst_review.md
- ...
See typst/references/quality-gates.md for the authoritative score rubric, severity definitions, and dispatch table.
/finish insteadWeekly Installs
1
Repository
GitHub Stars
2
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
31,600 周安装
.typ | typst-reviewer + proofreader | Always |
.typ | + pedagogy-reviewer | If slide format detected |
.py | python-pro (subagent) | Always |
.md | proofreader | Always |