Description
The Workflow Skill Extractor (April 23, #28042) identified that 29 workflows would benefit from the shared/daily-audit-base.md component but are not yet using it. These workflows instead carry duplicated audit scaffolding in their individual prompts — causing prompt drift as the shared component evolves.
Today's Agent Performance Report #28662 independently flagged that the "Copilot Opt" workflow filed issue #28707 specifically requesting "Centralize shared workflow formatting instructions to prevent recurring prompt drift across reporting workflows" — confirming the pattern is actively causing quality degradation.
Migration steps:
- Identify the 29 workflows missing
shared/daily-audit-base.md (from Skill Extractor's April 23 report)
- For each: add
import: shared/daily-audit-base.md to the workflow's imports section
- Remove the duplicated boilerplate sections from each workflow's individual prompt
- Run
gh aw compile to validate no regressions
An agent can execute this migration systematically across all 29 workflows in a single PR.
Expected Impact
Reduces prompt maintenance burden, prevents drift, improves report consistency. Shared component updates propagate automatically to all 29 workflows.
Suggested Agent
Daily Workflow Updater / Code Simplifier
Estimated Effort
Medium (1–4 hours for all 29 workflows)
Data Source
DeepReport Intelligence Briefing — April 27, 2026 (run §25003521428); Workflow Skill Extractor #28042; Issue #28707
Generated by DeepReport - Intelligence Gathering Agent · ● 473.9K · ◷
Description
The Workflow Skill Extractor (April 23, #28042) identified that 29 workflows would benefit from the
shared/daily-audit-base.mdcomponent but are not yet using it. These workflows instead carry duplicated audit scaffolding in their individual prompts — causing prompt drift as the shared component evolves.Today's Agent Performance Report #28662 independently flagged that the "Copilot Opt" workflow filed issue #28707 specifically requesting "Centralize shared workflow formatting instructions to prevent recurring prompt drift across reporting workflows" — confirming the pattern is actively causing quality degradation.
Migration steps:
shared/daily-audit-base.md(from Skill Extractor's April 23 report)import: shared/daily-audit-base.mdto the workflow's imports sectiongh aw compileto validate no regressionsAn agent can execute this migration systematically across all 29 workflows in a single PR.
Expected Impact
Reduces prompt maintenance burden, prevents drift, improves report consistency. Shared component updates propagate automatically to all 29 workflows.
Suggested Agent
Daily Workflow Updater / Code Simplifier
Estimated Effort
Medium (1–4 hours for all 29 workflows)
Data Source
DeepReport Intelligence Briefing — April 27, 2026 (run §25003521428); Workflow Skill Extractor #28042; Issue #28707