github-pickup-writer

Publish a Japanese GitHub pickup article to the local articles directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of a single Japanese GitHub pickup article from a user-specified repository and saves it into the designated local Harunami AI base articles directory.

Core Features & Use Cases

  • Generate a single pickup article for a specified GitHub repository.
  • Validate the target repository, resolve canonical URLs, prevent duplicates, and store the article under the daily folder.
  • Update data indices and feeds (articles.json, Github search index, and RSS) accordingly.

Quick Start

Provide the target repository URL or owner/repo to publish a single Japanese article under the daily pickup folder.

Frequently Asked Questions about github-pickup-writer

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

FAQPage Schema
How do I generate a Japanese pickup article for a GitHub repository?

To generate a Japanese pickup article, provide a target GitHub repository URL or owner/repo. The tool validates the target, resolves canonical URLs, and writes the article under the daily pickup folder.

How does the GitHub pickup writer prevent duplicate articles?

The GitHub pickup writer prevents duplicates by checking data/articles.json before publishing. It validates the target repository against this index to ensure only unique entries are written to the daily folder.

Can I use this to publish articles directly to a local directory?

Yes, you can publish articles directly to a local directory. It writes the generated Japanese GitHub pickup article into the local harunami_AI_base articles directory and updates relevant indexes and feeds.

What indexes and feeds are updated when publishing a GitHub pickup article?

Publishing a GitHub pickup article updates articles.json, the Github search index, and RSS feeds. It also assigns the next serial number for pickup entries to maintain chronological order.

Do I need a specific template to write a Japanese GitHub pickup article?

Yes, the process reads AGENTS.md and the GitHub daily template to structure the article. These templates ensure the generated Japanese pickup article conforms to the required daily folder format.

Why does my GitHub pickup article fail to publish to the daily folder?

Publishing fails if the target repository validation fails or if a duplicate is detected in articles.json. Ensure the provided repository URL is canonical and has not been previously published.