For an overview of all available workflows, see the main README.
Assess repository activity and create status report issues
The Daily Repo Status workflow gathers activity data, analyzes PRs and issues, checks workflow results, and creates status report issues. Previous reports are automatically closed when new ones are created.
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/daily-repo-statusThis walks you through adding the workflow to your repository.
graph LR
A[Gather Activity Data] --> B[Analyze PRs & Issues]
B --> C[Check Workflows]
C --> D[Generate Metrics]
D --> E[Create Status Report]
E --> F[Close Old Reports]
Reports are created with the [team-status] prefix.
This workflow requires no configuration and works out of the box. You can customize triage criteria, labeling logic, and report format.
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-repo-status