Use this skill when comparing repository-local AI metadata against linked or candidate shared metadata repositories to decide what should stay local, be replaced, be promoted, or be merged.
Use this skill when a repository has local AI metadata and one or more linked or candidate shared metadata repositories, and the task is to reconcile the relationship between them.
This skill is for governance and consolidation decisions, not just promotion readiness.
Use this skill when tasks include:
.github metadata to our shared capability repo"Use metaflow-capability-review instead when the task is mainly to review one metadata repository for quality and promotion readiness without needing side-by-side reconciliation.
.metaflow/config.jsonc when present.metadataRepos[*] and their enabled capability paths.Collect local artifacts from:
.github/instructions/**/*.instructions.md.github/prompts/**/*.prompt.md.github/agents/**/*.agent.md.github/skills/**/SKILL.md and related assetsCollect comparable shared artifacts from each linked or candidate capability repository.
Map overlaps by intent, not just by matching filenames. Compare mission, scope, trigger conditions, and workflow outcomes.
Assign exactly one primary disposition:
keep-local: repository-specific guidance that should remain localreplace-with-shared: local artifact is redundant with a sufficiently strong shared artifactpromote-to-shared: local artifact is reusable with little or no generalizationmerge-and-retire-local: local artifact is stronger than the shared artifact and should be generalized upstream, then retired locallysplit-before-decision: local artifact mixes shared and repository-specific concerns and must be separated firstUse a comparative rubric:
applyTo patterns tight enough for the behavior being enforced?When local and shared artifacts overlap, choose one canonical owner and state why.
For every non-keep-local item, specify:
Do not recommend deleting or overwriting local metadata without explicit user confirmation.
Provide:
promote-to-shared or merge-and-retire-local outcomeapplyTo patterns as reconciliation risk, not just style issues.