Workflow Skill Extraction Analysis — May 2026 #33693
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-05-28T05:08:22.989Z.
|
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.
-
Executive Summary
Analyzed 233 markdown workflows in
.github/workflows/to identify high-impact shared-component opportunities. Found 3 major extraction candidates affecting 259 workflows combined with potential savings of ~2,400-3,400 lines of duplicated code.Key Findings:
shared/otlp.md(excellent adoption)shared/reporting.md(progressive disclosure gap)shared/github-guard-policy.mdMethodology
Analysis Approach:
/tmp/gh-aw/agent/workflow-index.jsonfor frontmatter patterns, tool configurations, and import statistics.github/workflows/shared/(64 files)Coverage:
Top Import Statistics
shared/otlp.mdshared/reporting.mdshared/github-guard-policy.mdshared/mcp/serena-go.mdshared/gh.mdshared/go-source-analysis.mdshared/python-dataviz.mdTop 3 Recommendations
1. Progressive Disclosure Guidelines (HIGH PRIORITY)
Problem: 114+ workflows (60% of safe-output workflows) lack progressive disclosure guidance
Impact:
Proposed Component:
shared/progressive-disclosure.mdContents:
<details><summary>)Migration Strategy:
shared/reporting.mdshared/progressive-disclosure.mdshared/reporting.mdto import itIssue: #33690
2. GitHub Guard Policy Adoption (HIGH PRIORITY)
Problem: 138 workflows (89% of GitHub MCP workflows) don't import
shared/github-guard-policy.mdImpact:
What is github-guard-policy.md?
Provides standard approval labels (
cookie,community) for community contributor bypass in GitHub MCP min-integrity checks.Current implementation (5 lines):
Migration Strategy (3 Phases):
Sample workflows missing import: ai-moderator.md, bot-detection.md, contribution-check.md, code-scanning-fixer.md, approach-validator.md
Issue: #33691
3. Cache-Memory Trending Pattern (MEDIUM PRIORITY)
Problem: 7+ workflows independently implement cache-memory trending for historical data analysis
Impact:
Workflows using pattern:
Common pattern elements:
/tmp/gh-aw/cache-memory/trending/<name>/history.jsonlProposed Component:
shared/cache-memory-trending.mdExample usage:
Migration Strategy:
api-consumption-report.md(most mature)Issue: #33692
Additional Opportunities (Not Prioritized)
Mission-Driven Prompt Structure
shared/mission-template.mdCLI-Proxy + Agentic-Workflows Pattern
Tool Usage Patterns
Prompt Structure Patterns:
Impact Summary
Combined Potential Impact (Top 3 Recommendations):
Implementation Priority:
Next Steps
References
/tmp/gh-aw/agent/workflow-index.json.github/workflows/shared/Beta Was this translation helpful? Give feedback.
All reactions