You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10 workflows currently import the exact same three components together: shared/daily-audit-discussion.md (parameterized with a title-prefix) + shared/reporting.md + shared/observability-otlp.md. This "daily audit stack" is the standard configuration for workflows that publish daily audit reports to GitHub Discussions with full telemetry.
A shared/daily-audit-base.md wrapper would bundle all three, reducing 3 imports to 1 while passing through the required title-prefix parameter.
Furthermore, 31 more workflows use daily-audit-discussion + reporting but lack OTLP observability. Migrating them to daily-audit-base.md would automatically add observability tracking to those workflows.
Current Usage
10 confirmed workflows use all three together:
daily-code-metrics.md
daily-compiler-quality.md
daily-firewall-report.md
daily-integrity-analysis.md
daily-issues-report.md
daily-observability-report.md
daily-performance-summary.md
daily-regulatory.md
daily-secrets-analysis.md
daily-team-evolution-insights.md
31 additional workflows use daily-audit-discussion + reporting (without OTLP) and could benefit:
Skill Overview
10 workflows currently import the exact same three components together:
shared/daily-audit-discussion.md(parameterized with a title-prefix) +shared/reporting.md+shared/observability-otlp.md. This "daily audit stack" is the standard configuration for workflows that publish daily audit reports to GitHub Discussions with full telemetry.A
shared/daily-audit-base.mdwrapper would bundle all three, reducing 3 imports to 1 while passing through the requiredtitle-prefixparameter.Furthermore, 31 more workflows use daily-audit-discussion + reporting but lack OTLP observability. Migrating them to
daily-audit-base.mdwould automatically add observability tracking to those workflows.Current Usage
10 confirmed workflows use all three together:
daily-code-metrics.mddaily-compiler-quality.mddaily-firewall-report.mddaily-integrity-analysis.mddaily-issues-report.mddaily-observability-report.mddaily-performance-summary.mddaily-regulatory.mddaily-secrets-analysis.mddaily-team-evolution-insights.md31 additional workflows use daily-audit-discussion + reporting (without OTLP) and could benefit:
audit-workflows.md,blog-auditor.md,copilot-pr-nlp-analysis.md,copilot-session-insights.md,copilot-token-audit.md,developer-docs-consolidator.md,docs-noob-tester.md,example-workflow-analyzer.md,github-mcp-structural-analysis.md,github-mcp-tools-report.md,go-fan.md,lockfile-stats.md,mcp-inspector.md,portfolio-analyst.md,prompt-clustering-analysis.md,repo-audit-analyzer.md,repository-quality-improver.md,safe-output-health.md,schema-consistency-checker.md,sergo.md,terminal-stylist.md,typist.md,weekly-issue-summary.md, and more.Proposed Shared Component
File:
.github/workflows/shared/daily-audit-base.mdUsage Example (before):
Usage Example (after):
Impact
Implementation Plan
.github/workflows/shared/daily-audit-base.mdwith parameterized import-schemadaily-observability-report.mdas pilot (simplest: only 3 imports + OTLP)make recompileto verify compiled output is identicaldaily-audit-base.mdas the default for daily audit workflowsRelated Analysis
This recommendation comes from the Workflow Skill Extractor analysis run on 2026-04-16.
Quantitative Impact Summary: