.agent/skills/analyze-article/SKILL.md
Read a web article and write a TIL document (in Korean) that includes a summary, analysis, critique, and insights. Takes a URL as an argument. Use when the user asks to analyze an article, document it, or organize a technical post.
npx skillsauth add ahastudio/til analyze-articleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read a web article and write a TIL document with a summary / analysis / critique / insights structure.
The output document MUST be written in Korean. All section content (summary, analysis, critique, insights) is written in Korean. Technical terms may be written alongside their original English form.
/analyze-article https://example.com/article [security/article-name.md]
Fetch the content of the $0 URL with WebFetch.
Use Glob and Grep to check whether a document on the same topic already exists in the TIL. If one exists, notify the user and stop.
Write a markdown document with the following structure:
# Title
원문: <URL>
## 요약
Summarize the core content in 3-5 paragraphs.
Convey technical details accurately.
## 분석
Analyze the logical structure, strength of evidence, and context of the
article.
Point out connections to related technologies or trends.
If there are multiple sub-items, separate each with a sub-heading (###).
## 비평
Evaluate the strengths and weaknesses of the article in a balanced way.
Examine whether the claims are sufficiently supported and whether any
perspectives are missing.
Offer concrete counter-arguments or complementary points.
If there are multiple sub-items, separate each with a sub-heading (###).
## 인사이트
Write sharply and richly.
Each insight MUST be separated with a sub-heading (###) and developed over
3-5 paragraphs.
Cover deep implications, second-order effects, historical analogies, and
structural patterns — not surface-level observations.
Write at least 3 insights.
If $1 is provided, create the file at that path. If it is not provided, propose an appropriate directory and filename and confirm with the user.
tools
Commit changes and push to the remote repository
documentation
Pick hot articles from GeekNews (news.hada.io) and write a TIL document for each. Select top articles by points and only process articles that do not duplicate existing documents.
development
Convert ASCII double quotes (") in a markdown file to Unicode curly quotes ("\u201c", "\u201d"). Use when the user asks to convert double quotes, apply Unicode quotes, or use typographic/curly quotes.
data-ai
# skill.md <https://skill.md/> <https://agentskills.io/>