github-trend-daily-writer

Fetch GitHub Trending data and generate unpublished GitHub Watcher articles.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/harunamitrader/harunami_AI_base --skill github-trend-daily-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-trend-daily-writer
Source: https://github.com/harunamitrader/harunami_AI_base/tree/main/skills/github-trend-daily-writer
Command: npx skills add https://github.com/harunamitrader/harunami_AI_base --skill github-trend-daily-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of daily GitHub Trending analyses in Japanese and publishes them as GitHub Watcher articles, while updating the local data store and site feed.

Core Features & Use Cases

  • Read the full GitHub Trending ranking and normalize each entry to a canonical owner/repo URL.
  • Select up to five repositories that have not yet been published as daily articles, in ranking order.
  • Generate articles in GitHub Watcher format and update data/articles.json and feed.xml.
  • Create an update report on the same day that new articles were added, and maintain category metadata for discovery.

Quick Start

Run the daily writer to fetch the latest trends, publish up to five new articles, and refresh the site data and feed.

Frequently Asked Questions about github-trend-daily-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily GitHub trending articles in Japanese?

You can automate daily Japanese GitHub trending articles by fetching the latest GitHub Trending data, selecting up to five unpublished repositories in ranking order, and generating GitHub Watcher style articles that update data/articles.json and feed.xml automatically.

How does the GitHub trending watcher normalize repository URLs?

The watcher normalizes each repository entry to a canonical owner/repo URL before checking publication status. This canonical normalization prevents duplicate entries and ensures accurate tracking when selecting up to five unpublished repositories in ranking order.

Can I generate GitHub trending articles without manual data entry?

Yes, generating GitHub trending articles requires no manual data entry. The workflow automatically reads the full GitHub Trending ranking, selects up to five unpublished repositories, and applies provided templates with metadata rules including star counts and serial numbers.

What is the maximum number of GitHub trending repositories selected per daily article run?

The maximum is five GitHub trending repositories selected per daily article run. The workflow selects up to five repositories that have not yet been published as daily articles, processing them in strict ranking order from the trending page.

Does the GitHub trending article generator update RSS feed files?

Yes, the GitHub trending article generator updates feed.xml and data/articles.json. Alongside generating article content using provided templates, the workflow refreshes the site feed and local data store to reflect newly added daily articles and maintain category metadata.

Why does the daily GitHub trending writer skip already published repositories?

The daily GitHub trending writer skips already published repositories to avoid duplicate content. By normalizing repos to canonical owner/repo URLs and checking existing articles, it ensures each daily run only features trending repositories not yet covered in previous publications.