Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.35 KB

File metadata and controls

47 lines (30 loc) · 1.35 KB

👥 Daily Team Status

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/daily-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]
Loading

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 daily-team-status