Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

content-refiner内容精炼者

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

1,129

周安装

48

GitHub Stars

158

下载量

396
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:content-refiner(内容精炼者)
来源仓库:https://github.com/panaversity/agentfactory
仓库路径:skills/content-refiner
安装命令:
npx skills add https://github.com/panaversity/agentfactory --skill content-refiner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/panaversity/agentfactory --skill content-refiner

简介

专治 Gate 4 审核失败的后期修正工具,聚焦删减冗余与修复逻辑断层。

  • 诊断具体失败原因(字数或连贯性)后针对性优化。
  • 仅接受明确失败反馈作为输入,拒绝盲目重写请求。
  • 安装方式:通过 GitHub 仓库安装,命令为 npx skills add https://github.com/panaversity/agentfactory --skill content-refiner。
  • 注意:为后置修正环节,不可独立用于初稿创作。

SKILL.md

Content Refiner (The Fixer)

Purpose

POST-GATE TOOL. Transforms content that FAILED Gate 4 into passing content. Focuses on trimming verbosity and fixing continuity.

When to Use

  • Trigger: Gate 4 (Acceptance Auditor) returned [FAIL].
  • Goal: Fix word count OR continuity issues (or both).
  • Key: Diagnose what failed BEFORE applying fixes.

CRITICAL: Pre-Refinement Diagnosis

DO NOT apply fixes blindly. Gate 4 fails for different reasons requiring different strategies.

Step 0: Identify What Failed (Mandatory)

Ask the user OR examine the Gate 4 failure message:

Failure TypeQuestionAction
Word Count"Is the lesson over the target (typically 1500 words)?"Calculate exact % to cut
Continuity"Does the opening reference the previous lesson?"Rewrite opening only
Both"Word count AND continuity broken?"Two-phase approach

DIAGNOSIS EXAMPLES:

Example 1: Word Count Only

Content: 1950 words, Target: 1500
Excess: 450 words
% to cut: (450 / 1950) × 100 = 23%
→ CUT EXACTLY 23%, not generic 15-20%

Example 2: Continuity Only

Opening: "Let's explore this new topic..."
Problem: Doesn't reference Lesson N-1
→ Rewrite opening only; don't cut words

Example 3: Both

Word count: 1950 (23% over)
Opening: Generic, missing prior lesson reference
→ Phase 1: Rewrite opening (identify anchor from Lesson N-1)
→ Phase 2: Cut words to 23% (context-aware)

Step 1: Assess Content Layer (Context-Aware Cutting)

Read the lesson's frontmatter to determine layer:

LayerCutting Strategy
L1 (Manual)Keep foundational explanations; cut elaboration
L2 (AI-Collaboration)Keep Try With AI sections (core); cut narrative padding
L3 (Intelligence)Keep pattern insights; cut explanatory scaffolding
L4 (Spec-Driven)Keep specification details; cut conceptual scaffolding

The Refinement Procedure (Layer-Aware)

Phase 1: The Connection Builder (Continuity Fix)

Do this FIRST if opening is generic.

Formula:

In [Previous Lesson], you [SPECIFIC OUTCOME from Lesson N-1].
Now, we will [CONNECT outcome to new goal] by [STRATEGY].

Validation:

  • Opening references Lesson N-1 by name
  • Specific outcome (not generic "learned about...")
  • Clear connection shows why this lesson matters (builds on N-1)

After fixing: Proceed to Fluff Cutter if word count also fails.

Phase 2: The Fluff Cutter (Word Count Fix)

Apply layer-specific cuts in this order:

FOR ALL LAYERS:

  1. Delete redundant "Why This Matters" sections

- Keep ONLY if it reveals non-obvious insight - If same point made in text AND in "Why This Matters" → delete WTM

  1. Merge repeated examples

- Find duplicate explanations - Keep first, delete second

  1. Tighten transitions between sections

- Replace "As we discussed earlier, X..." with direct reference

FOR L1-L2 ONLY (students still building foundation): 4. Reduce "Try With AI" sections to exactly 2 prompts

  • Keep foundational + one advanced
  • Delete exploratory extras
  1. Keep educational scaffolding (explanations, examples)

FOR L3-L4 ONLY (students ready for advanced patterns): 4. Trim narrative scaffolding

  • Keep pattern insights and rules
  • Delete "why this matters philosophically"
  1. Remove beginner-level explanations

- Assume students understand fundamentals

FOR ALL LAYERS: 6. One Analogy Rule: Keep the BEST analogy for the concept; delete redundant ones 7. Merge Tables/Text: Use ONE format (table OR prose), never both 8. Reduce Examples: Keep 2-3 best; delete "also consider..." 9. Tighten Lists: Convert 5-item lists to 3 core items

Verification:

  • Word count after cuts: [TARGET ± 5%]
  • No L1 content cut from L1 lessons
  • No pattern insights lost from L3-L4 lessons
  • Try With AI: 2 prompts if L1-L2, keep all if L3-L4

Phase 3: Post-Refinement Validation (CRITICAL)

After applying fixes, verify the content now PASSES Gate 4:

✓ Word Count Check:
  Current: [X] words
  Target: [target_from_spec]
  Status: [PASS if ≤target ± 5%, FAIL if over]

✓ Continuity Check:
  Opening references Lesson [N-1]? [YES/NO]
  Specific outcome mentioned? [YES/NO]
  Connection to new lesson clear? [YES/NO]

✓ Layer Appropriateness:
  No foundational cuts from L1-L2? [YES/NO]
  No pattern insight loss from L3-L4? [YES/NO]

✓ Content Integrity:
  Removed examples still explained elsewhere? [YES/NO]
  Cut sections non-essential? [YES/NO]

NEXT STEP RECOMMENDATION:

"Refined content is ready.

Word count: [after] (target: ≤[target])
Continuity: Now references Lesson [N-1]

Recommend re-submitting to acceptance-auditor for Gate 4 re-validation.
Command: [provide re-validation instruction]"

Output Format

## Refinement Report: [Lesson Name]

### Diagnosis
**Issue Found**: [Word count | Continuity | Both]
**Layer**: [L1/L2/L3/L4]

### Metrics
| Metric | Before | After | Target | Status |
|--------|--------|-------|--------|--------|
| Word Count | 1950 | 1485 | ≤1500 | ✅ PASS |
| Continuity | Generic opening | References Lesson 2 | Specific reference | ✅ PASS |

### Fixes Applied
1. **Phase 1**: Rewrote opening to reference "booking-agent implementation" from Lesson 2
2. **Phase 2**: Deleted 240 words using layer-aware cuts:
   - Removed redundant "Why This Matters" section (line 45, 120 words)
   - Merged duplicate example (lines 67-89, 85 words)
   - Cut 1 extra "Try With AI" prompt (35 words)
3. **Phase 3**: Validated word count and continuity

### Ready for Re-validation
✅ Word count: 1485 (≤1500)
✅ Continuity: Opening references Lesson 2
✅ Layer integrity: All L2 AI examples preserved

**Next**: Re-submit to acceptance-auditor for Gate 4 validation

### Refined Content
[Full refined lesson content]

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.61%
按下载量换算137

Claude

30.41%
按下载量换算120

Cursor

21.04%
按下载量换算83

Gemini CLI

11.07%
按下载量换算44

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills