Workflow Skill Extractor Report — 2026-05-07 #30754
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-05-14T04:52:23.719Z.
|
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 217 workflows across
.github/workflows/to identify reusable shared component opportunities. The repository already has a richshared/library (50+ components), with heavy adoption ofshared/reporting.md(49 workflows),shared/daily-audit-base.md(55 workflows), andshared/noop-reminder.md(158 workflows). Analysis focused on patterns not yet captured in shared components.Method: Indexed all workflow frontmatter, counted import usage, grepped for recurring tool/trigger patterns not covered by existing shared components.
Identified Opportunities by Priority
🔴 High —
shared/meta-analysis-base.md30 workflows use
agentic-workflows:to analyze other agentic workflows. 17 of these share a nearly identical 3-tool stack:agentic-workflows+cli-proxy: true+github: mode: gh-proxy. No shared component exists.See issue: Create shared/meta-analysis-base.md for agentic-workflows tool stack
🟡 Medium —
shared/repo-memory-standard.mdadoptionshared/repo-memory-standard.mdexists but only 8 of 24 workflows usingrepo-memory:import it. 15 eligible workflows use compatible single-branch-name configs inline.See issue: Migrate 15 workflows to shared/repo-memory-standard.md
�� Medium —
shared/skip-if-issue-open.md36 workflows use
skip-if-match:with an almost identical issue/PR search query. No shared component exists. Implementation requires verifyingon:field merging support in the compiler.on:merge support needs compiler workSee issue: Create shared/skip-if-issue-open.md for skip-if-match deduplication pattern
Impact Summary
shared/meta-analysis-base.md(new)shared/repo-memory-standard.mdadoptionshared/skip-if-issue-open.md(new)Existing Shared Component Health
The shared library is well-adopted overall:
Top 10 most-imported shared components
shared/noop-reminder.mdshared/daily-audit-base.mdshared/reporting.mdshared/observability-otlp.mdshared/jqschema.mdshared/github-guard-policy.mdshared/mcp/serena-go.mdshared/go-source-analysis.mdshared/repo-memory-standard.mdshared/gh.mdWorkflow engine distribution (217 total)
copilot: dominantclaude: significant minoritycodex: small usagenull/unset: custom job workflowsReferences:
Beta Was this translation helpful? Give feedback.
All reactions