weekly-report

Aggregate sales, expenses, tasks, and KPI data into a weekly Markdown report.

23|11|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/miolamio/cc-for-non-coders-dev-container --skill weekly-report-miolamio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-report
Source: https://github.com/miolamio/cc-for-non-coders-dev-container/tree/main/course/sessions/02-context-skills/demo/weekly-report-skill
Command: npx skills add https://github.com/miolamio/cc-for-non-coders-dev-container --skill weekly-report-miolamio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reads data from four sources in the current folder and compiles a single weekly report, reducing manual assembly and ensuring consistent formatting.

Core Features & Use Cases

  • Reads four sources: sales.csv, expenses.csv, tasks.md, and kpi.md to generate a consolidated weekly snapshot.
  • Outputs a Markdown file named weekly-report-YYYY-MM-DD.md with sections for Sales, Expenses, Tasks, KPI, and a summary.
  • Compares current week to the previous week and highlights trends and anomalies.
  • Use Case: teams can routinely generate week-over-week performance summaries for leadership reviews.

Quick Start

Place the four data files in the current folder and run the weekly-report skill to generate the weekly report.

Frequently Asked Questions about weekly-report

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

FAQPage Schema
How do I automate weekly report generation from CSV and Markdown files?

Automating weekly report generation requires reading sales.csv, expenses.csv, tasks.md, and kpi.md from your current folder to compile a consolidated Markdown summary. This process aggregates four data sources into a single file, reducing manual assembly and ensuring consistent formatting.

What is the best way to compare week-over-week KPI and sales performance?

Comparing week-over-week KPI and sales performance is best handled by aggregating current data from sales.csv and kpi.md, then comparing it against the previous week's summary. This approach highlights trends and anomalies automatically within a generated Markdown report.

How to generate a weekly business report from multiple data sources?

Generating a weekly business report from multiple data sources involves reading sales.csv, expenses.csv, tasks.md, and kpi.md in your directory. The system compiles these inputs into a single weekly-report-YYYY-MM-DD.md file with dedicated sections and a summarized comparison.

Do I need specific dependencies to compile a weekly Markdown report from CSV files?

Compiling a weekly Markdown report from CSV files requires no external dependencies. You simply place your sales.csv, expenses.csv, tasks.md, and kpi.md files in the current folder and run the skill to output the aggregated report.

Can I use this weekly report automation for team task management tracking?

Using this weekly report automation for team task management tracking is supported by reading the tasks.md file. It consolidates task data alongside sales, expenses, and KPI metrics to provide a repeatable weekly performance summary for leadership reviews.