Audit Summary
Audit the reusable assets in the lightspeedwp/.github repository to determine which files are intentionally designed for cross-repository adoption and which are repo-local control-plane files that should remain specific to .github. The goal is to create a clear boundary between reusable organisational assets and repository-specific operational files, so adoption guidance, maintenance, and future automation are based on an explicit source of truth.
This audit should define:
- which
.github assets are intended for reuse across client and internal repositories;
- which files are control-plane or repo-local and must not be treated as reusable templates;
- where audit outputs and reports will be stored;
- the minimum client requirements for adopting reusable assets; and
- the metrics used to assess adoption readiness, coverage, and maintenance cost.
Audit Checklist / Scope
In scope
Areas/components
Standards / references
Findings / Risks
This audit is expected to surface ambiguity around what is truly reusable versus what only supports the .github repository as an organisational control plane. Without explicit classification, teams may adopt unsuitable files, duplicate repo-specific behaviour, or inherit workflows and policies that do not fit client delivery contexts.
Key risks to assess:
- accidental adoption of repo-local governance or automation files;
- unclear ownership of shared assets;
- inconsistent client implementations due to missing adoption criteria;
- maintenance overhead caused by undocumented exceptions and one-off customisation;
- weak reporting if audit outputs, metrics, and storage location are not defined up front.
Remediation Actions
Acceptance Criteria
Additional Context
This audit should establish a practical adoption model for the .github repository, not just an inventory. The output should help answer:
- what clients or internal repos should actually copy, consume, or reference;
- what must remain local to the organisational control plane; and
- what ongoing support cost is attached to each reusable asset.
Suggested report outputs:
- inventory table with classification, owner, intended consumer, and rationale;
- adoption requirements per reusable asset;
- summary metrics dashboard;
- follow-up remediation list.
If you want, I can also turn this into a fully filled sub-issue body in your exact template format, ready to paste without any editing.
Audit Summary
Audit the reusable assets in the
lightspeedwp/.githubrepository to determine which files are intentionally designed for cross-repository adoption and which are repo-local control-plane files that should remain specific to.github. The goal is to create a clear boundary between reusable organisational assets and repository-specific operational files, so adoption guidance, maintenance, and future automation are based on an explicit source of truth.This audit should define:
.githubassets are intended for reuse across client and internal repositories;Audit Checklist / Scope
In scope
lightspeedwp/.githubAreas/components
Standards / references
AGENTS.md.github/custom-instructions.mdFindings / Risks
This audit is expected to surface ambiguity around what is truly reusable versus what only supports the
.githubrepository as an organisational control plane. Without explicit classification, teams may adopt unsuitable files, duplicate repo-specific behaviour, or inherit workflows and policies that do not fit client delivery contexts.Key risks to assess:
Remediation Actions
/docs/audits/in-repo or a dedicated tracking location agreed by the teamAcceptance Criteria
.githubassets are classified as reusable, reusable with constraints, repo-local, or deprecatedAdditional Context
This audit should establish a practical adoption model for the
.githubrepository, not just an inventory. The output should help answer:Suggested report outputs:
If you want, I can also turn this into a fully filled sub-issue body in your exact template format, ready to paste without any editing.