← スキル一覧に戻る

hn-analysis
by az9713
Personal OS - AI-powered content consumption automation system for YouTube, articles, and research papers. Built with Claude Code + Opus 4.5
⭐ 2🍴 1📅 2026年1月15日
SKILL.md
name: hn-analysis description: Analyze Hacker News posts and discussions to extract insights from tech community discourse. Use when the user mentions Hacker News, HN, news.ycombinator, YC, or provides a HN URL.
Hacker News Post Analysis
Analyze Hacker News posts and their discussions to generate structured reports covering both linked content and community insights.
When to Use
Activate this skill when the user:
- Mentions "Hacker News", "HN", "Y Combinator news"
- Provides a news.ycombinator.com URL
- Asks about a HN discussion or comments
- Mentions "Show HN", "Ask HN", or "Launch HN"
- Wants to understand tech community sentiment on a topic
Instructions
- Parse the HN URL:
- Accept news.ycombinator.com/item?id=XXXXX format
- Extract item ID
- Fetch the HN post using WebFetch:
- Get post title, link, points, author
- Get top comments (aim for 20-30 top comments)
- If post links to content: Also fetch linked article
- If fetching fails:
- Inform user of issue
- Suggest checking URL format
- Stop here
- Read the analysis prompt from
prompts/hn.md - Extract metadata:
- Title, author, points
- Post type (Show HN, Ask HN, etc.)
- Comment count
- Generate analysis covering both content AND discussion
- Create output directory
reports/hackernews/if needed - Save the report to
reports/hackernews/YYYY-MM-DD_sanitized-title.md - Update the activity log at
logs/YYYY-MM-DD.md:- Add entry under "## HN Discussions" section
- Format:
- [Title](../reports/hackernews/filename.md) - HH:MM
- Confirm to user what was saved
Report Format
# [Post Title]
**Source**: [HN URL]
**Linked Content**: [Original URL if any]
**Points**: [Score]
**Comments**: [Count]
**Date**: YYYY-MM-DD
**Type**: Hacker News Discussion
---
[Analysis content following prompts/hn.md structure]
---
## My Notes
[Empty space for user notes]
Error Handling
- If URL format wrong: Suggest correct format
- If post deleted: Inform user
- If comments fail: Analyze post only
- If prompts/hn.md missing: Use prompts/default.md
Related
- Slash command:
/hn <url> - Prompt file:
prompts/hn.md - Output:
reports/hackernews/
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です