daily-report-writer

Generate daily report drafts in Markdown from date, highlights, and blockers.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill daily-report-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-report-writer
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/daily-report-writer
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill daily-report-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often waste time manually drafting daily work summary reports.

Core Features & Use Cases

  • Parameter Validation: Ensures required date and highlights are provided.
  • File Management: Creates or updates reports/<date>-daily-report.md using a consistent template.
  • Error Handling: Returns clear messages for missing inputs or file write failures.
  • Use Case: Sales representatives can instantly generate a formatted daily report by supplying the date, key achievements, and any blockers.

Quick Start

Ask the daily report writer to generate a report for 2023-09-15 with your highlights and blockers.

Frequently Asked Questions about daily-report-writer

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

FAQPage Schema
How do I automate daily report generation in Markdown?

To automate daily report generation in Markdown, provide a date and your key highlights to instantly generate a formatted draft. The tool writes or updates files under a reports directory using a consistent template, eliminating manual formatting.

What is the best way to create a work summary draft from raw inputs?

The best way to create a work summary draft is to supply the date, achievements, and optional blockers. It processes these raw inputs and writes them into a structured Markdown file, ensuring consistent document creation without manual text entry.

Do I need to format highlights myself before generating a daily report?

You do not need to format highlights yourself before generating a daily report. Simply provide raw text inputs for the date and highlights, and the tool applies a fixed template to structure the content automatically into a Markdown file.

What happens if required inputs are missing when creating a daily report?

If required inputs are missing when creating a daily report, the process halts and returns a clear error message. Parameter validation ensures the date and highlights are provided before attempting to write or update the Markdown file.

Can I update an existing Markdown summary instead of creating a new file?

You can update an existing Markdown summary instead of creating a new file. The tool checks the reports directory for a file matching the specified date and either creates it or updates the existing content following the fixed template.

How does file management work for automated daily reports?

File management for automated daily reports works by creating or updating files named with the date in a reports directory. It ensures proper file creation and returns clear messages if file write failures occur during the Markdown generation process.