Skip to content

[refactoring] skill: migrate 52 workflows from reporting.md+otlp.md to shared/reporting-otlp.md #47456

Description

@github-actions

Opportunity

shared/reporting-otlp.md already exists as a consolidated bundle of shared/reporting.md + shared/otlp.md, but 52 workflows still import both files directly instead of using it.

Current Usage

52 workflows import both shared/reporting.md and shared/otlp.md directly (but not shared/reporting-otlp.md).

Examples:

  • agent-performance-analyzer.md
  • agent-persona-explorer.md
  • approach-validator.md
  • artifacts-summary.md
  • auto-triage-issues.md
  • aw-failure-investigator.md
  • ci-coach.md
  • cli-version-checker.md
  • cloclo.md
  • commit-changes-analyzer.md
  • (and 42 more)

Proposed Component

Already exists: shared/reporting-otlp.md

Impact

  • 52 workflows affected
  • ~2 lines saved per workflow (~104 lines total)
  • Reduces drift risk: single import instead of two

Migration Plan

  1. Identify all 52 workflows importing both shared/reporting.md + shared/otlp.md (but not shared/reporting-otlp.md)
  2. For each workflow, replace the two direct imports with shared/reporting-otlp.md
  3. Run make recompile to verify no regressions

Example

# Before
imports:
  - shared/reporting.md
  - shared/otlp.md

# After
imports:
  - shared/reporting-otlp.md

Generated by 🔍 Workflow Skill Extractor · sonnet46 41.6 AIC · ⌖ 8.54 AIC · ⊞ 4.8K ·

  • expires on Jul 24, 2026, 8:48 PM UTC-08:00

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions