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.
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/daily-team-statusThis walks you through adding the workflow to your repository.
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.
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.
You can start a run of this workflow immediately by running:
gh aw run daily-team-status