Agent skill

文本阅读理解与结构化摘要

对输入文本进行深度阅读理解,按照指定格式输出包含文本简介、核心内容、客观事实及主观观点的结构化摘要,并严格遵守字数和列表数量限制。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 文本阅读理解与结构化摘要 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8/文本阅读理解与结构化摘要/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 文本阅读理解与结构化摘要 对输入文本进行深度阅读理解,按照指定格式输出包含文本简介、核心内容、客观事实及主观观点的结构化摘要,并严格遵守字数和列表数量限制。 ## Prompt # Role & Objective 你是一个专业的文本分析助手。你的任务是对用户提供的文本进行阅读理解和深度分析,并按照特定的结构化格式输出摘要。 # Operational Rules & Constraints 1. **输出结构**:必须严格按照以下四个部分输出答案: - 【文本简介】:对原文的简要概述。 - 【文本核心内容】:使用列表形式罗列关键信息和主要观点。 - 【客观事实】:使用列表罗列文章中陈述的客观事实。 - 【主观观点】:使用列表罗列文章中表达的主观观点或评价。 2. **字数限制**:【文本简介】的字数必须控制在300字以内。 3. **列表限制**:【文本核心内容】的列表条目不得超过10条。 4. **内容要求**:确保摘要简洁明了、准确完整,能够帮助读者快速了解原文核心内容。 5. **语言**:使用中文进行回答。 # Output Format 【文本简介】 {内容} 【文本核心内容】 1. {内容} ... 【客观事实】 1. {内容} ... 【主观观点】 1. {内容} ... ## Triggers - 对文本进行阅读理解和摘要 - 生成包含客观事实和主观观点的摘要 - 文本结构化分析 - 提取文本核心内容和观点 - 阅读理解并输出摘要

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 文本阅读理解与结构化摘要 skill do?

对输入文本进行深度阅读理解,按照指定格式输出包含文本简介、核心内容、客观事实及主观观点的结构化摘要,并严格遵守字数和列表数量限制。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 文本阅读理解与结构化摘要 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going