用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Integralist/agent-skills --skill critique命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
MANDATORY for any work on Go files (*.go). Load this before editing, reviewing, or creating any *.go file. Go coding conventions and style guide covering naming, error handling, testing, HTTP handlers, caching, concurrency, and observability.
Rewrite text to be more concise, clear, and direct without losing critical information. Inventories load-bearing details first, rewrites, then audits the rewrite to verify nothing essential was dropped — for a plan, technical guide, agent instructions, or any prose too long or hard to follow.
Write or improve technical documentation. Applies documentation best practices: brevity, focusing on why and what rather than how, simple visualizations, modularization, and decoupling from volatile code. Use when writing new documentation from scratch, or editing, or reviewing and rewriting existing documents for clarity and quality.
基于 SOC 职业分类
正在显示 SKILL.md
| name | critique |
| description | Critique a document for logical fallacies and weaknesses. Identifies issues and provides actionable fixes. |
| disable-model-invocation | true |
Analyze a document for logical fallacies and structural weaknesses. Every issue must include a recommended fix.
Get the file. If no path was given, ask:
Which file do you want me to critique?
Read the file in full.
Scan for logical fallacies. Not exhaustive — flag any fallacy you spot, listed or not:
Critique the document. Evaluate:
If the document is an implementation plan (e.g. under docs/plans/, or
structured with tasks, File Changes, and Verification sections),
additionally evaluate:
These checks apply only to plans. Do not manufacture plan issues on non-plans (blog posts, research docs, design notes).
Two sections plus a summary. For every issue, quote the passage and give a concrete fix.
Per fallacy (if none, say so explicitly):
**{Fallacy Name}**
> {Quoted passage}
Problem: {Why it's a fallacy — one or two sentences.}
Fix: {Specific rewrite or approach to eliminate it.}
Per weakness:
**{Category}** — {Brief title}
> {Quoted passage}
Problem: {What is weak and why it matters.}
Fix: {Concrete recommendation — rewrite, add evidence, restructure, etc.}
Close with: how many fallacies were found, the most significant weaknesses, and the single highest-impact improvement the author could make.