diff --git a/agentic/ci-doctor.md b/agentic/ci-doctor.md index 907dab6..4f09492 100644 --- a/agentic/ci-doctor.md +++ b/agentic/ci-doctor.md @@ -1,4 +1,5 @@ --- +name: CI Doctor description: | This workflow is an automated CI failure investigator that triggers when monitored workflows fail. Performs deep analysis of GitHub Actions workflow failures to identify root causes, diff --git a/agentic/daily-repo-status.md b/agentic/daily-repo-status.md index 865c14c..a5be7ec 100644 --- a/agentic/daily-repo-status.md +++ b/agentic/daily-repo-status.md @@ -1,4 +1,5 @@ --- +name: Daily Repo Status description: | This workflow creates daily repo status reports. It gathers recent repository activity (issues, PRs, discussions, releases, code changes) and generates diff --git a/agentic/daily-team-status.md b/agentic/daily-team-status.md index 3bf871e..5a50194 100644 --- a/agentic/daily-team-status.md +++ b/agentic/daily-team-status.md @@ -1,4 +1,5 @@ --- +name: Daily Team Status description: | This workflow is a daily team status reporter creating upbeat activity summaries. Gathers recent repository activity (issues, PRs, discussions, releases, code changes) diff --git a/agentic/daily-test-improver.md b/agentic/daily-test-improver.md index 0347e78..68fc5d8 100644 --- a/agentic/daily-test-improver.md +++ b/agentic/daily-test-improver.md @@ -1,4 +1,5 @@ --- +name: Daily Test Improver description: | A testing-focused repository assistant that runs daily to improve test quality and coverage. Can also be triggered on-demand via '/test-assist ' to perform specific tasks. diff --git a/agentic/issue-triage.md b/agentic/issue-triage.md index 16f7755..0363e33 100644 --- a/agentic/issue-triage.md +++ b/agentic/issue-triage.md @@ -1,4 +1,5 @@ --- +name: Issue Triage description: | Intelligent issue triage assistant that processes new and reopened issues. Analyzes issue content, selects appropriate labels, detects spam, gathers context diff --git a/agentic/pr-fix.md b/agentic/pr-fix.md index 0085414..401fee9 100644 --- a/agentic/pr-fix.md +++ b/agentic/pr-fix.md @@ -1,4 +1,5 @@ --- +name: PR Fix description: | This workflow makes fixes to pull requests on-demand by the '/pr-fix' command. Analyzes failing CI checks, identifies root causes from error logs, implements fixes, diff --git a/agentic/repo-assist.md b/agentic/repo-assist.md index 978c255..fe27461 100644 --- a/agentic/repo-assist.md +++ b/agentic/repo-assist.md @@ -1,4 +1,5 @@ --- +name: Repo Assist description: | A friendly repository assistant that runs 2 times a day to support contributors and maintainers. Can also be triggered on-demand via '/repo-assist ' to perform specific tasks.