Workflows Catalog
Browse and install Agentic Workflows to automate your repository maintenance, reporting, and governance.Available Workflows
Daily Issues Report
Daily summary of open issues and activity
Relevance Check
Slash command to check issue/PR relevance
OSPO Reports
Organization health and contributor metrics
Daily Issues Report
Triggers: Schedule (daily on weekdays)
Overview
This workflow creates a daily report for your team with:- New issues opened in the last 24 hours
- Issues closed or resolved
- Stale issues that need attention
Installation
Configuration
Permissions
| Permission | Level | Purpose |
|---|---|---|
contents | read | Read repository files |
issues | read | Query issue data |
Safe Outputs
- Creates maximum 1 issue per run
- Issues prefixed with
[daily-report] - Automatically labeled with
report
Relevance Check
Triggers: Slash command (
/relevance-check), manual dispatchOverview
Maintainers can invoke/relevance-check on any issue or PR to get an AI analysis of whether it’s still:
- Applicable to the current codebase
- Already resolved in other PRs
- Superseded by newer issues
- Actionable with current information
Installation
Configuration
Usage
Comment/relevance-check on any issue or pull request:
- Read the issue/PR and all comments
- Check the current codebase state
- Review related commits and PRs
- Post a detailed analysis comment
Permissions
| Permission | Level | Purpose |
|---|---|---|
contents | read | Read codebase files |
issues | read | Query issue data |
pull-requests | read | Query PR data |
Safe Outputs
- Maximum 1 comment per invocation
- Read-only access to repository
- No modifications to issues or code
OSPO Workflows
Triggers: Schedule (monthly/weekly), manual dispatch
Contributors Report
Overview
Overview
Monthly contributor activity metrics across an organization’s repositories.Features:
- Total contributors count
- New vs returning contributors
- Per-contributor commit counts
- Optional GitHub Sponsors information
- Customizable date ranges
Installation
Installation
Configuration
Configuration
Manual Run
Manual Run
Organization Health Report
Overview
Overview
Comprehensive weekly health report for a GitHub organization.Features:
- Stale issues and PRs identification
- Merge time analysis
- Contributor leaderboards
- Actionable items needing attention
Installation
Installation
Stale Repository Report
Overview
Overview
Identifies inactive repositories in your organization and generates an archival recommendation report.Features:
- Last commit date tracking
- Activity metrics
- Archival recommendations
- Configurable inactivity thresholds
Installation
Installation
Release Compliance Checker
Overview
Overview
Analyzes a target repository against open source release requirements and posts a detailed compliance report.Features:
- License file validation
- README and documentation checks
- Security policy verification
- Contributing guidelines review
- Code of conduct presence
Installation
Installation
Usage
Usage
Trigger via issue comment or workflow dispatch to check compliance of any repository.
Advanced Workflows
Relevance Summary
Triggers: Manual dispatch
/relevance-check response into a single issue.
Installation:
Creating Custom Workflows
Want to create your own Agentic Workflow? Follow these steps:Best Practices
Clear Instructions
Write specific, numbered steps for the AI agent to follow
Validate Inputs
Always validate and sanitize user inputs from slash commands
Constrain Outputs
Use safe-outputs with max limits and prefixes
Least Privilege
Request minimum permissions needed
Contributing
Want to add a workflow to this catalog? See the Contributing Guide for guidelines on:- Creating new workflows
- Writing workflow documentation
- Testing with
gh aw compile --validate - Submission process
View All Workflows on GitHub
Browse the complete collection of workflows in the repository