ao-weekly-release

Solid

Generate the weekly Agent Orchestrator release notes. Runs every Thursday 10:00 IST from the bot cron, or on-demand. Queries the GitHub API for the latest release, merged PRs, commits, contributors, and star counts, and produces a publishable markdown post in the house style. Output is posted to Discord by the cron job after this skill returns.

Code & Development 7,513 stars 1023 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AO Weekly Release Notes Automated weekly release notes for `ComposioHQ/agent-orchestrator`. The cron job pulls `main`, runs `run.py`, and posts the output to Discord. No manual redeployment — PRs merged into `main` take effect on the next run. ## When this runs - **Scheduled:** Every Thursday 10:00 IST (`30 4 * * 4` UTC). Invoked with `--mode scheduled`. - **On-demand:** Anyone with bot access can trigger a run with `--mode on-demand` (e.g. for a mid-week recap or to preview a release post before cutting it). The two modes produce the same output; the flag is recorded in the footer so readers know whether the post was automatic or manually requested. ## How to run ```bash python3 skills/release-notes/ao-weekly-release/run.py --mode scheduled python3 skills/release-notes/ao-weekly-release/run.py --mode on-demand python3 skills/release-notes/ao-weekly-release/run.py --mode on-demand --since 2026-04-07 ``` Requirements: `gh` CLI authenticated against `ComposioHQ/agent-orchestrator`, `python3` ≥ 3.9. No other dependencies — the runner only uses the stdlib and shells out to `gh`. Flags: | Flag | Default | Purpose | |---|---|---| | `--mode` | `scheduled` | `scheduled` or `on-demand`. Recorded in the footer. | | `--since` | 7 days ago | ISO date. Overrides the default weekly window. | | `--repo` | `ComposioHQ/agent-orchestrator` | Target repo. | | `--output` | stdout | Write the markdown to a file instead of stdout. | Exit codes: `0` success, `1` input/validation error, ...

Details

Author
AgentWrapper
Repository
AgentWrapper/agent-orchestrator
Created
3 months ago
Last Updated
3 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category