name: article-summary-integrator
description: Summarizes and integrates one or more source articles into a single Markdown file in the gemini/ directory. Use when you need to consolidate information from multiple related files into a structured summary.
Article Summary and Integration
Purpose
Consolidate one or more source articles (provided as input_file) into a single integrated Markdown file within the gemini/ directory to centralize related information.
Arguments
input_file(required): One or more source Markdown file paths to summarize and integrate (e.g.,20250716-llama4.md 20250716-llama4-reddit.md).
Workflow
- Read Source Articles: Read each file specified in
input_file. - Summarize and Integrate:
- Extract key information, arguments, and conclusions from each file.
- Merge them into a new, coherent Markdown file written in Japanese.
- Remove redundancies and ensure a readable format.
- Determine Output Path:
- Use the basename of the primary input file as-is:
gemini/<basename>. - Do NOT rename or generate a new slug from the content.
- Use the basename of the primary input file as-is:
- Save to
gemini/Directory: Write the result to the auto-generated path.
Examples
input_file=20250716-llama4.md 20250716-llama4-reddit.md→gemini/20250716-llama4.md(primary file's basename)input_file=20250717-gemini-cli.md→gemini/20250717-gemini-cli.mdinput_file=27.md→gemini/27.md(preserve filename as-is, do not rename to a slug)