Summary
There are 8 workflows that use shared/go-source-analysis.md, but only 1 (daily-compiler-quality.md) already migrated to shared/daily-audit-base.md. The other 7 use various combinations of daily-audit-discussion, reporting, go-make, activation-app, safe-output-app, and observability-otlp.
A new shared/go-daily-audit.md skill would bundle daily-audit-base + go-source-analysis + go-make — the canonical toolset for Go code quality audit workflows.
Proposed skill
Path: shared/go-daily-audit.md
Bundles:
shared/daily-audit-base.md (discussion + reporting + otlp)
shared/go-source-analysis.md (Go AST/static analysis utilities)
shared/go-make.md (Makefile targets for Go builds/tests)
Import schema (inherited from daily-audit-base):
title-prefix (required)
expires (optional, default 3d)
Current usage patterns
| Workflow |
Current imports |
Would migrate? |
daily-compiler-quality.md |
daily-audit-base + go-source-analysis |
✅ (missing go-make) |
daily-file-diet.md |
activation-app + go-source-analysis + safe-output-app + observability-otlp |
Partial |
daily-testify-uber-super-expert.md |
activation-app + go-source-analysis + safe-output-app + observability-otlp |
Partial |
duplicate-code-detector.md |
go-source-analysis only |
✅ |
go-fan.md |
daily-audit-discussion + go-source-analysis |
✅ |
semantic-function-refactor.md |
go-source-analysis only |
✅ |
spec-extractor.md |
reporting + go-source-analysis |
✅ |
spec-librarian.md |
reporting + go-source-analysis |
✅ |
Example usage after migration
imports:
- uses: shared/go-daily-audit.md
with:
title-prefix: "[spec-extractor] "
Migration plan
- Create
shared/go-daily-audit.md:
---
# Go Daily Audit Base — bundles daily-audit-base + go-source-analysis + go-make
# for Go code quality audit workflows.
import-schema:
title-prefix:
type: string
required: true
expires:
type: string
default: "3d"
imports:
- uses: shared/daily-audit-base.md
with:
title-prefix: "$\{\{ github.aw.import-inputs.title-prefix }}"
expires: "$\{\{ github.aw.import-inputs.expires }}"
- shared/go-source-analysis.md
- shared/go-make.md
---
- Migrate the 5 fully-compatible workflows (
go-fan, spec-extractor, spec-librarian, duplicate-code-detector, semantic-function-refactor).
- Run
make recompile and verify CI.
Estimated impact
- 5 workflows fully migrated (3 imports → 1)
- ~10 lines saved
- Consistent Go audit baseline for future workflows
Generated by Workflow Skill Extractor · ● 3.5M · ◷
Summary
There are 8 workflows that use
shared/go-source-analysis.md, but only 1 (daily-compiler-quality.md) already migrated toshared/daily-audit-base.md. The other 7 use various combinations ofdaily-audit-discussion,reporting,go-make,activation-app,safe-output-app, andobservability-otlp.A new
shared/go-daily-audit.mdskill would bundledaily-audit-base + go-source-analysis + go-make— the canonical toolset for Go code quality audit workflows.Proposed skill
Path:
shared/go-daily-audit.mdBundles:
shared/daily-audit-base.md(discussion + reporting + otlp)shared/go-source-analysis.md(Go AST/static analysis utilities)shared/go-make.md(Makefile targets for Go builds/tests)Import schema (inherited from
daily-audit-base):title-prefix(required)expires(optional, default3d)Current usage patterns
daily-compiler-quality.mddaily-audit-base+go-source-analysisdaily-file-diet.mdactivation-app+go-source-analysis+safe-output-app+observability-otlpdaily-testify-uber-super-expert.mdactivation-app+go-source-analysis+safe-output-app+observability-otlpduplicate-code-detector.mdgo-source-analysisonlygo-fan.mddaily-audit-discussion+go-source-analysissemantic-function-refactor.mdgo-source-analysisonlyspec-extractor.mdreporting+go-source-analysisspec-librarian.mdreporting+go-source-analysisExample usage after migration
Migration plan
shared/go-daily-audit.md:go-fan,spec-extractor,spec-librarian,duplicate-code-detector,semantic-function-refactor).make recompileand verify CI.Estimated impact