[skill-extractor] Workflow Skill Extraction Report — Top 3 Shared Component Opportunities #32054
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Workflow Skill Extractor. A newer discussion is available at Discussion #33693. |
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
Full analysis of 225 agentic workflows (.github/workflows/*.md) to identify high-impact shared component opportunities. The repository already has 63 shared components covering common patterns (observability, reporting, data fetches, MCP servers). This report focuses on frontmatter configuration clusters that remain unextracted.
Method: Analyzed the workflow index (
workflow-index.json) for duplicate frontmatter patterns — tool configurations, feature flags, and permission sets — then validated candidates by sampling actual workflow files. Only patterns with zero coverage from existing shared components were surfaced.Key Findings
cli-proxy + github: gh-proxy + toolsets: [default]strict: true + features: copilot-requests: trueagentic-workflows: + cli-proxy + timeout: 300🥇 #1 —
shared/github-proxy-default.md(HIGH)63 workflows manually inline the same 4-line tool configuration. The existing
shared/gh.mdprovides onlymode: gh-proxywithoutcli-proxyortoolsets, so workflows can't leverage it for this purpose.Sample workflows affected
tidy.md,layout-spec-maintainer.md,daily-workflow-updater.md,craft.md,dependabot-worker.md,hourly-ci-cleaner.md,necromancer.md,delight.md,daily-geo-optimizer.md,stale-pr-cleanup.md,mergefest.md,draft-pr-cleanup.md... and 51 more.🥈 #2 —
shared/strict-copilot.md(MEDIUM-HIGH)29 workflows always co-locate
strict: truewithfeatures: copilot-requests: true. These act as a quality+cost guardrail pair — they appear together 100% of the time and no existing shared component provides either.Sample workflows affected
ab-testing-advisor.md,archie.md,artifacts-summary.md,auto-triage-issues.md,brave.md,claude-code-user-docs-review.md,copilot-cli-deep-research.md,daily-architecture-diagram.md,daily-cli-performance.md,daily-compiler-quality.md... and 19 more.🥉 #3 —
shared/agentic-workflows-tool.md(MEDIUM)19 workflows use the
agentic-workflowsMCP tool for run introspection. 15 of them always pair it withcli-proxy: trueandtimeout: 300. This is a cohesive analysis stack with no shared component.Sample workflows affected
api-consumption-report.md,audit-workflows.md,agent-persona-explorer.md,cloclo.md,daily-cli-tools-tester.md,daily-firewall-report.md,mcp-inspector.md,q.md,smoke-copilot.md,weekly-blog-post-writer.md... and 9 more.Combined Impact
shared/github-proxy-default.mdshared/strict-copilot.mdshared/agentic-workflows-tool.mdExisting Coverage (Already Well-Served)
shared/observability-otlp.md— 224/225 workflows ✅shared/reporting.md— 48 workflows ✅shared/github-guard-policy.md— 17 workflows ✅shared/mcp/serena-go.md— 13 workflows ✅shared/daily-audit-base.md,shared/daily-issue-base.md— scheduling patterns ✅shared/repo-memory-standard.md— memory patterns ✅References: §25842370796
Beta Was this translation helpful? Give feedback.
All reactions