wiki-daily-summary

Generate daily wiki update summaries from git history and log entries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shichiyou/hermes-agent-001 --skill wiki-daily-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-daily-summary
Source: https://github.com/shichiyou/hermes-agent-001/tree/main/.devcontainer/hermes-backup/skills/.archive/wiki-daily-summary
Command: npx skills add https://github.com/shichiyou/hermes-agent-001 --skill wiki-daily-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate and commit a daily summary of wiki changes from git history and log entries, reducing manual work and ensuring up-to-date documentation.

Core Features & Use Cases

  • Automated daily summaries: Generate and save to summaries/YYYY-MM-DD.md.
  • Update index.md to include the new summary.
  • Push changes to the remote repository.
  • Use cases: daily reporting for wiki changes, ad-hoc requests, and weekly digests.

Quick Start

Schedule the skill to run daily to generate and commit the wiki summary.

Frequently Asked Questions about wiki-daily-summary

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

FAQPage Schema
How do I generate a daily summary of wiki changes from git history?

Generate a daily wiki summary by reading git history and log entries, formatting the output, and saving it to summaries/YYYY-MM-DD.md. The process also updates index.md and pushes the changes to the remote repository automatically.

Can I automate wiki change summaries on a schedule?

Yes, you can automate wiki change summaries by scheduling the skill to run daily using a cron job. This reduces manual work and ensures your documentation summaries are generated and committed regularly without intervention.

What do I need to set up before auto-generating wiki update summaries from a git repository?

You need a wiki under git version control with a log.md file, and environment variables configured for repository paths and credentials. These prerequisites allow the tool to read history, save summaries, and push updates.

Does this wiki summary tool support ad-hoc updates or only daily scheduled runs?

The wiki summary tool supports both automated daily scheduled runs and ad-hoc requests. You can trigger it manually at any time to generate a summary of recent changes, making it flexible for weekly digests as well.

What is the best way to keep an index.md updated with new daily wiki summaries?

The best way to keep index.md updated is to use an automated script that formats the daily wiki summary, saves it, and then modifies index.md to include the new entry before pushing all changes to the remote repository.

Why are my automated wiki summaries not pushing to the remote repository?

Automated wiki summaries may fail to push if environment variables for paths or git credentials are not configured correctly. Ensure your authentication details are properly set to allow committing and pushing the updated index.md and summary files.