ecosystem_summary_weekly
Aggregate new and updated profiles, completed deep-reviews, archive counts, and top star movers from the past week into a markdown briefing. Optionally save the report for reference.
Instructions
Generate the past-N-days ecosystem briefing as markdown.
Aggregates new / updated profiles, completed deep-reviews, archive
counters and top star movers over the configured window. When
save_report=True (default) the markdown is persisted via
report_save with report_type='ecosystem-weekly'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | Author name written into the saved report. | ecosystem-summarizer |
| save_report | No | When True, also calls report_save with the generated markdown. | |
| window_days | No | Look-back window in days (1..90, default 7). | |
| top_movers_limit | No | Max repos surfaced under the Top Movers section (default 5). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||