Workflow Skill Extractor Report — 2026-03-22 #22289
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Workflow Skill Extractor. A newer discussion is available at Discussion #23103. |
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
This analysis reviewed all 177 agentic workflow files in
.github/workflows/against 62 existing shared components. Three high-value opportunities for new shared components were identified and corresponding actionable issues were created. The repository already has a strong shared-component culture —shared/reporting.mdis imported by 97 of 177 workflows — but several clear duplication patterns remain unaddressed.The three recommendations focus on: eliminating verbatim code duplication in log-download steps, providing a unified MCP usage guide for the widely-used
agentic-workflowstool, and consolidating the recurring PR code review configuration pattern.Key Statistics:
📊 Analysis Overview
Most-Used Shared Components
shared/reporting.mdshared/mcp/serena-go.mdshared/jqschema.mdshared/python-dataviz.mdshared/gh.mdshared/trends.mdshared/github-queries-mcp-script.mdshared/copilot-pr-analysis-base.mdWorkflows With No Imports
56 workflows do not import any shared component. Most are event-driven (slash commands, issue events) rather than scheduled, and generally too specific to benefit from additional shared components beyond
shared/reporting.md.Key Tool & Feature Usage
agentic-workflows:toolcopilot-requests: truefeatureupload-asset:safe-outputclose-older-discussions: trueclose-older-issues: truecache-memory:toolrepo-memory:toolmessages: run-started:submit-pull-request-review:🔍 Identified Skills
High Priority Skills
1. Agentic Workflow Logs Pre-fetch (24h)
tools:block +steps:entry to pre-download last 24h agentic workflow logs before agent executionsafe-output-health,daily-safe-output-optimizer,portfolio-analyst,daily-copilot-token-report,daily-integrity-analysis,prompt-clustering-analysisshared/aw-logs-24h-fetch.md2. Agentic Workflows MCP Usage Guide
status/logs/audittool usage instructions — analogous toshared/mcp/serena-go.mdagentic-workflows:consumersshared/agentic-workflows-mcp.md3. PR Code Review Base Configuration
cache-memory+ GitHub PR tools +create-pull-request-review-comment(side: RIGHT) +submit-pull-request-reviewconfigurationgrumpy-reviewer,pr-nitpick-reviewer,security-review,daily-safe-output-integrator,smoke-copilot,smoke-copilot-arm,smoke-claudeshared/pr-code-review-config.mdMedium Priority Skills
4. Meta-Orchestrator Repo-Memory Config
repo-memory: branch-name: memory/meta-orchestratorsshared byagent-performance-analyzer,workflow-health-manager,metrics-collectorshared/meta-orchestrators.md5. Rotating Strategy Cache Pattern
schema-consistency-checker,sergo,slide-deck-maintainershared/rotating-cache-strategy.mdLow Priority Skills
make build+setup-gobinary build steps — 5 workflows with identical pattern (others vary); would save ~12 lines × 5 = 60 linesclose-older-discussions: true— 55 workflows, but each has a uniquetitle-prefixmaking clean extraction challenging## Current Context/$\{\{ github.repository }}/$\{\{ github.run_id }}/ date pattern, but it's only 4–5 lines and context-specific💡 Detailed Recommendations
Recommendation 1: Agentic Workflow Logs Pre-fetch
Full Details
Current State (identical in 2 workflows):
Proposed
shared/aw-logs-24h-fetch.md:After migration:
Proposed
shared/agentic-workflows-mcp.md(modeled aftershared/mcp/serena-go.md):Migration: Remove
agentic-workflows:fromtools:and the copy-pasted warning from each workflow body; addimports: - shared/agentic-workflows-mcp.md.Impact: Centralizes safety warning; consistent tool documentation for all 28 consumers.
Recommendation 3: PR Code Review Base Configuration
Full Details
Common pattern across 4 production review workflows:
Proposed
shared/pr-code-review-config.md:Impact: Consistent
side: "RIGHT"enforcement; reduces boilerplate for new review agents.📈 Impact Analysis
By Category
By Priority
✅ Created Issues
This analysis has created the following actionable issues:
🎯 Next Steps
agentic-workflowstool adoption grows)📚 Methodology
Analysis Date: 2026-03-22
Analyzer: Workflow Skill Extractor v1.0
References:
Beta Was this translation helpful? Give feedback.
All reactions