article-analyzer
Original:🇨🇳 Chinese
Translated
In-depth article analysis, interpretation and fact-checking. Used to extract core viewpoints, examine logic, evaluate value and analyze writing skills.
2installs
Sourcedaqi/daqi-skills
Added on
NPX Install
npx skill4agent add daqi/daqi-skills article-analyzerTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →In-depth Article Analysis Skill
Usage Scenarios
- Users provide articles and request analysis
- Users want to understand the core arguments and reasoning logic of the article
- Users want to critically review a certain article
- Users want to extract reusable thinking frameworks from articles
- Users want to learn the writing skills of articles
Analysis Framework
Conduct layer-by-layer analysis according to the following five dimensions. Each answer should be specific and insightful, avoid general statements. If information is insufficient, state the reason.
1. Core Content (Figure out "what it is")
- Core Argument: Summarize the core argument of the article in one sentence
- Key Concepts: What key concepts did the author use? How are these concepts defined?
- Article Structure: How is the argument developed? How are each part connected?
- Evidence Support: What specific cases, data or authoritative citations support the viewpoints?
2. Background Context (Understand "why")
- Author Identity: Who is the author? What is their background, identity, and position?
- Writing Background: Under what context was the article written? What phenomenon or debate is it responding to?
- Writing Purpose: What problem does the author want to solve? Who do they want to influence?
- Underlying Assumptions: What are the author's underlying assumptions? What unspoken premises are there?
3. Critical Review
- Possible Rebuttals: What might be the main opposing opinions?
- Argument Flaws: Are there any loopholes, leaps or biases in the argument?
- Application Boundary: Under what circumstances do the viewpoints hold? Under what circumstances do they not hold?
- Avoided Issues: Did the author deliberately avoid or play down any issues?
4. Value Extraction
- Thinking Framework: What reusable thinking frameworks or methodologies did the author propose?
- Inspiration 1: What can [target reader role 1 determined based on article content] learn?
- Inspiration 2: What can [target reader role 2 determined based on article content] learn?
- Cognitive Change: What cognition of readers may this article change?
5. Writing Skill Analysis (Optional, expand when requested by users)
- Structure Design: How are the title, opening, and ending designed?
- Persuasion Skills: What techniques did the author use to make the article persuasive?
- Worth Learning: What are the worth learning points of the writing style?
Invocation Mode
When invoked by other skills
When invoked by skills such as , , etc., the caller may specify special requirements:
polishoutliner- Polishing Mode: No fact-checking, only retrieve background information when necessary
- Outline Mode: Focus on structure and argument analysis
Follow the specific instructions of the caller.
Online Retrieval Requirements
Retrieval Judgment Criteria
Situations requiring retrieval:
- The article cites specific data (statistical figures, research conclusions) and you doubt its accuracy
- The article quotes famous sayings, authoritative viewpoints, and the citation is crucial to the argument
- The article involves major controversial events, and it is necessary to understand the positions of all parties to make a fair analysis
- The author is a public figure, whose background and position will affect the understanding of the article
- You are unsure about a key fact and cannot provide a reliable analysis
Situations not requiring retrieval:
- The article is purely opinion/commentary, and does not involve verifiable factual statements
- The cited data/events are well-known common sense
- The article is a fictional work or personal essay
- You are sufficiently confident about all key information
Retrieval Types
Fact-checking (executed when in doubt)
- Verify specific data, citations, events
- Mark when problems are found:
[事实核查:原文称"XXX",经查证实际为"YYY"]
Background Supplement (executed when it affects understanding)
- Author background, event context, positions of parties to the dispute
Extended Analysis (executed when requested by users or required for analysis)
- Other expert opinions, latest developments, rebuttal arguments
Retrieval Principles
- Necessity First: First judge whether retrieval is really needed to avoid meaningless searches
- Retrieve When Unsure: When in doubt about key facts, it is better to retrieve than to guess
- Do Not Fabricate: If no information is found, say "No relevant information found"
- Mark Sources: Indicate the information source for the verification results
Execution Requirements
- Answer each question one by one, do not skip
- Answers should be specific and insightful, cited with the original text of the article as evidence
- Avoid general and vague language
- If information for a question is insufficient, clearly state "Insufficient information, the reason is..."
- The target reader role needs to be determined independently based on the content of the article
- Writing skill analysis is brief by default, and expanded in detail when requested by users
- Perform online verification when in doubt about key facts, do not fabricate or guess
- Evaluate before starting analysis: Does this article contain factual statements that need to be verified?
Result Saving
After the analysis is completed, save the complete analysis result to the article directory:
- Save as
analysis.md - The format remains consistent with the output (complete analysis of five dimensions)
- Add meta information at the beginning of the file:
markdown
---
source: source-1.md
analyzed_at: YYYY-MM-DD HH:mm
---File Structure Example:
posts/2026/01/08/ai-future/
├── source-1.md # 素材
└── analysis.md # 分析结果When invoked by other skills:
- The save path is specified by the caller
- If not specified by the caller, save to the same level directory as the source material