Workflow Skill Extractor Report — Shared Component Opportunities (2026-04-23) #28042
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Workflow Skill Extractor. A newer discussion is available at Discussion #29296. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Analyzed 200 workflows in
.github/workflows/against the 50+ existing shared components in.github/workflows/shared/. Analysis focused on import frequency, combo patterns, and gaps between existing shared skills and actual adoption.The repository has a rich shared-component ecosystem — but adoption is uneven. The top finding is that
shared/daily-audit-base.md(which bundlesdaily-audit-discussion + reporting + observability-otlp) exists and works well, yet only 10 of the 39 workflows that would benefit from it are using it.Method
Top Shared Components by Usage
shared/noop-reminder.mdshared/reporting.mdshared/daily-audit-discussion.mdshared/reporting-otlp.mdshared/observability-otlp.mdshared/jqschema.mdshared/github-guard-policy.mdshared/mcp/serena-go.mdshared/repo-memory-standard.mdshared/activation-app.mdshared/daily-audit-base.mdshared/trending-charts-simple.mdshared/go-source-analysis.mdIdentified Opportunities by Priority
🔴 High Priority
1. Migrate 29 workflows to
shared/daily-audit-base.md— Issue [#28038]daily-audit-base.mdalready bundlesdaily-audit-discussion + reporting + observability-otlp, but 29 workflows still import these three (or the first two) separately. This is a pure adoption gap — no new skill required.🟡 Medium Priority
2. Create
shared/daily-audit-charts.md— Issue [#28041]A new bundle for workflows that produce trending discussion reports with charts. Would combine
daily-audit-base + trending-charts-simple. Eight workflows use this exact combo today, 6 of which haven't adopteddaily-audit-baseyet.shared/daily-audit-charts.md3. Create
shared/go-daily-audit.md— Issue [#28040]A new bundle for Go code-quality audit workflows. Would combine
daily-audit-base + go-source-analysis + go-make. Eight workflows usego-source-analysis, and most need the same supporting stack.shared/go-daily-audit.mdImpact Summary
daily-audit-basedaily-audit-chartsgo-daily-auditNotable Observations
daily-audit-base.mdadoption gap (29 workflows) is the single highest-ROI fix — no new code, just workflow migrations.shared/reporting-otlp.md(23 users) andshared/observability-otlp.md(22 users) are widely adopted independently; thedaily-audit-basemigration would consolidate these.noop-reminder.References: §24832924267
Beta Was this translation helpful? Give feedback.
All reactions