๐ฅ Daily Team Status
May 8, 2026 ยท View on GitHub
For an overview of all available workflows, see the main README.
Create daily team status reports with upbeat activity summaries
The Daily Team Status workflow gathers recent repository activity (issues, PRs, discussions, releases, code changes) and generates engaging status issues with productivity insights, community highlights, and project recommendations.
Installation
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/team-status
This walks you through adding the workflow to your repository.
How It Works
graph LR
A[Gather Recent Activity] --> B[Analyze Contributions]
B --> C[Identify Highlights]
C --> D[Generate Insights]
D --> E[Create Status Issue]
Issues are created with the [team-status] prefix using a positive, encouraging tone.
Usage
Configuration
This workflow requires no configuration and works out of the box. You can customize the tone, included metrics, and reporting frequency.
After editing run gh aw compile to update the workflow and commit all changes to the default branch.
Commands
You can start a run of this workflow immediately by running:
gh aw run team-status