Workflow Skill Extractor Report — 2026-03-26 #23103
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Workflow Skill Extractor. A newer discussion is available at Discussion #24078. |
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.
-
This report identifies reusable skills and shared component opportunities across the agentic workflow repository, based on analysis of 178 workflows and 64 existing shared components.
Key Statistics
The highest-impact finding: 80% of all workflows (143/178) manually embed the exact same 8-line noop reminder that could be extracted into a single shared component.
Workflows Analyzed (Sample)
All 178
.github/workflows/*.mdfiles were analyzed. Representative sample includes:daily-issues-report.md,weekly-issue-summary.md,auto-triage-issues.md,issue-triage-agent.md,daily-performance-summary.md,audit-workflows.md,daily-firewall-report.md,agent-performance-analyzer.md,agentic-observability-kit.md,metrics-collector.md,safe-output-health.md,daily-safe-output-optimizer.md,daily-code-metrics.md,copilot-agent-analysis.md,security-review.md,daily-security-red-team.md,daily-malicious-code-scan.md,repository-quality-improver.md,workflow-health-manager.mdExisting Shared Components (Top Imports by Frequency)
shared/reporting.mdshared/trends.mdshared/python-dataviz.mdshared/jqschema.mdshared/issues-data-fetch.mdshared/copilot-pr-analysis-base.mdshared/aw-logs-24h-fetch.mdEngine distribution: copilot (83), codex (36), claude (25), gemini (4), none/custom (30)
High Priority Skills
1. Noop Reminder Prompt
noopwhen no action is needed. The text is identical in 138 workflows and near-identical in 5 more.shared/noop-reminder.md2. Agentic-Workflows MCP Tool Configuration
agentic-workflows:MCP tool is declared identically across 28 workflows, each also independently documenting how to use thestatus,logs, andauditMCP tools. Only 2 of these import the narrowshared/aw-logs-24h-fetch.md; 26 have no shared foundation.audit-workflows.md,daily-firewall-report.md,agent-performance-analyzer.md,agentic-observability-kit.md,metrics-collector.md,daily-observability-report.md,portfolio-analyst.md,prompt-clustering-analysis.md,cloclo.md,craft.md,q.md,deep-report.md,dev-hawk.md,mcp-inspector.mdand 14 moreshared/agentic-workflows-tool.md3. Repo-Memory Configuration Guidelines
repo-memory:with near-identical configuration (samefile-globpatterns, samemax-file-size: 102400) and duplicate prompt instructions for JSON Lines format, 90-day data retention, and file structure.agent-performance-analyzer.md,audit-workflows.md,copilot-agent-analysis.md,copilot-pr-nlp-analysis.md,copilot-session-insights.md,daily-code-metrics.md,daily-copilot-token-report.md,metrics-collector.md,workflow-health-manager.md,deep-report.mdand 16 moreshared/repo-memory-guidelines.mdMedium Priority Skills
4. Daily Audit Discussion Pattern
create-discussion: expires: 1d, category: "audits", max: 1, close-older-discussions: true, upload-asset:). While frontmatter merging makes full extraction complex, a documentation guide would help.5. Trending Charts + Agentic-Workflows Combo
audit-workflows.md,daily-firewall-report.md,portfolio-analyst.md,prompt-clustering-analysis.mdall combineagentic-workflows:+shared/trending-charts-simple.md+shared/reporting.mdfor the "download workflow logs → analyze → generate charts" patternshared/workflow-log-analysis.mdwould save 3–5 import lines each6. Parallel Agentic Workflow Status Check
agent-performance-analyzer.md,workflow-health-manager.md,metrics-collector.md) check workflow status using identical MCPstatuscall patterns and store results in identicalrepo-memorystructures undermemory/meta-orchestrators/Detailed Recommendations
Recommendation 1:
shared/noop-reminder.mdFull Details
Current State (identical in 138 workflows):
Proposed Shared Component (
.github/workflows/shared/noop-reminder.md):Migration Path:
shared/noop-reminder.md- shared/noop-reminder.mdto theirimports:section (or create one)make recompileImpact:
Recommendation 2:
shared/agentic-workflows-tool.mdFull Details
Current State (example from
audit-workflows.md):This guidance is duplicated with slight variations across 28 workflows.
Proposed Shared Component (
.github/workflows/shared/agentic-workflows-tool.md):Migration Path:
shared/agentic-workflows-tool.md- shared/agentic-workflows-tool.mdto theimports:of all 28 affected workflowsagentic-workflows:from each workflow'stools:section (now provided by the import)make recompileand validate 3–5 workflowsImpact:
agentic-workflows:vsagentic-workflows: truevarianceRecommendation 3:
shared/repo-memory-guidelines.mdFull Details
Current State (repeated across 26 workflows, with variations):
Note:
max-file-size: 102400is identical in all 26 workflows.file-globfollows the same["*.json", "*.jsonl", "*.csv", "*.md"]pattern in most.Proposed Shared Component (
.github/workflows/shared/repo-memory-guidelines.md):Migration Path:
shared/repo-memory-guidelines.md- shared/repo-memory-guidelines.mdto the 26 affected workflowsmake recompileImpact:
Impact Analysis
By Category
By Priority
Created Issues
This analysis created the following actionable issues:
Next Steps
Methodology
.github/workflows/.github/workflows/shared/Workflow Run: §23591960334
Analysis Date: 2026-03-26
Analyzer: Workflow Skill Extractor v1.0
Beta Was this translation helpful? Give feedback.
All reactions