Workflow Skill Extractor Report — 2026-04-09 #25454
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Workflow Skill Extractor. A newer discussion is available at Discussion #26627. |
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
Analysis of 187 workflow files in
.github/workflows/revealed a mature library of 70+ shared components already covering the most common patterns. The top 3 shared skills (shared/reporting.mdat 96 uses,shared/observability-otlp.mdat 55,shared/daily-audit-discussion.mdat 41) are near-universally adopted. Despite strong adoption, 36 workflows have no imports at all, and several high-frequency patterns remain un-extracted.Three high-priority skill extraction opportunities were identified and converted into actionable issues: a git bash navigation tools shared component, a security analysis base configuration, and expanded adoption of the existing PR review config.
Key Statistics:
shared/mcp/directory)📊 Analysis Overview
Most Used Shared Components
shared/reporting.mdshared/observability-otlp.mdshared/daily-audit-discussion.mdshared/jqschema.mdshared/github-guard-policy.mdshared/mcp/serena-go.md+serena.mdshared/activation-app.mdshared/repo-memory-standard.mdshared/python-dataviz.mdshared/trending-charts-simple.mdshared/go-source-analysis.mdshared/gh.mdshared/github-queries-mcp-script.mdshared/trends.mdUnderutilized Existing Shared Components (candidates for promotion)
shared/pr-code-review-config.mdshared/go-make.mdshared/docs-server-lifecycle.mdshared/safe-output-upload-artifact.mdshared/issues-data-fetch.mdshared/weekly-issues-data-fetch.md🔍 Identified Skills
High Priority Skills
1. Git Bash Navigation Tools
git log:*,git diff:*,git show:*, and filesystem navigation (find:*,grep:*,cat:*,wc:*,awk:*,sed:*,sort:*)architecture-guardian,breaking-change-checker,test-quality-sentinel,design-decision-gate,daily-compiler-quality,copilot-cli-deep-research,daily-mcp-concurrency-analysis,mergefestshared/git-bash-tools.md2. Security Analysis Base Configuration
bash: true,permissions: security-events: read,strict: true,features: copilot-requests: true+code_securitytoolset across daily security scanning agentsdaily-malicious-code-scan,daily-security-red-team,security-review,code-scanning-fixer,daily-semgrep-scanshared/security-analysis-base.md3. PR Code Review Config Adoption Gap
shared/pr-code-review-config.mdalready exists with PR tools, cache-memory, and review comment safe-outputs, but 4 PR review workflows don't import it and re-define the same tools inlineci-doctor,design-decision-gate,approach-validator,test-quality-sentinelshared/pr-code-review-config.mdMedium Priority Skills
4. Copilot Requests Feature Flag Pattern
features: copilot-requests: true5. Skip-If-Match + Tracker-ID Combo
skip-if-match: 'is:issue is:open in:title "[name]"'+tracker-id+noopcomboarchitecture-guardian,breaking-change-checker,refactoring-cadence,is-issue-arborist, etc.6.
bash: true+edit:Code Modification Patternbash: true+edit:for code modificationsLow Priority Skills
shared/weekly-issues-data-fetch.mdpromotion — only 1 use; patterns exist in several weekly workflowsshared/mcp-pagination.md(1 use) but the pattern appears in many prompts inline💡 Detailed Recommendations
Recommendation 1:
shared/git-bash-tools.mdFull Details
Current State (example from architecture-guardian.md):
Proposed Shared Component:
Migration Path:
shared/git-bash-tools.mdbash:block withimports: - shared/git-bash-tools.mdmake recompileImpact:
Recommendation 2:
shared/security-analysis-base.mdFull Details
Current State (pattern repeated across 5 workflows):
Proposed Shared Component:
Migration Path:
shared/security-analysis-base.mdimports: - shared/security-analysis-base.mdmake recompileand verify no regressionsImpact:
Recommendation 3: Expand
shared/pr-code-review-config.mdAdoptionFull Details
Current Component (
shared/pr-code-review-config.md):Workflows to migrate (each re-defines subsets of the above):
ci-doctor.md— usescache-memory: trueandgithub:tools but not the shared componentdesign-decision-gate.md— definesgithub: toolsets: [pull_requests, repos]and git tools inlineapproach-validator.md— has similar github tool config and could benefit from cache-memorytest-quality-sentinel.md— definessubmit-pull-request-reviewinline + git analysis toolsMigration Path:
shared/pr-code-review-config.mdto importsgithub: toolsets: [pull_requests, repos]andsubmit-pull-request-reviewlinesmake recompileImpact:
📈 Impact Analysis
By Category
By Priority
✅ Created Issues
This analysis has created the following actionable issues:
🎯 Next Steps
shared/git-bash-tools.md— clearest pattern, highest workflow count, easiest to implementshared/weekly-issues-data-fetch.md— currently 1 use but the weekly data fetch pattern appears in several more places📚 Methodology
Analysis Date: 2026-04-09
Analyzer: Workflow Skill Extractor v1.0
Run: §24187880969
Beta Was this translation helpful? Give feedback.
All reactions