skill-fix-overlay
[Skill] Diagnose and fix overlay issues in Azure Linux components. Use when overlays fail to apply, produce unexpected results, or need debugging. Triggers: overlay error, fix overlay, overlay not applying, spec-search-replace failed, overlay debug. Published by microsoft in azurelinux.
What is skill-fix-overlay?
[Skill] Diagnose and fix overlay issues in Azure Linux components. Use when overlays fail to apply, produce unexpected results, or need debugging. Triggers: overlay error, fix overlay, overlay not applying, spec-search-replace failed, overlay debug. Published by microsoft in azurelinux. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use skill-fix-overlay
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/azurelinux
- Skill file: .github/skills/skill-fix-overlay/SKILL.md
What it does
[Skill] Diagnose and fix overlay issues in Azure Linux components. Use when overlays fail to apply, produce unexpected results, or need debugging. Triggers: overlay error, fix overlay, overlay not applying, spec-search-replace failed, overlay debug.
Skill instructions
Fix an Overlay Diagnosis Workflow 1. Render and inspect The fastest way to check if overlays apply cleanly: bash azldev comp render -p <name Inspect the result cat specs/<first-char/<name/<name.spec If render fails, the error message will identify which overlay failed and why. 2. Diff pre/post overlay (deep debug) When you need to understand exactly what upstream provides vs. what overlays change: Use a temp dir for prep-sources output. Use --force to overwrite an existing output dir. prep-sources -o <dir writes to a user-specified directory (NOT base/out/ — that's for comp build output). bash azldev comp prep-sources -p <name --skip-overlays --force -o base/build/work/scratch/<name-pre -q azldev comp prep-sources -p <name --force -o base/build/work/scratch/<name-post -q diff -r base/build/work/scratch/<name-pre base/build/work/scratch/<name-post 3. Inspect the upstream spec/sources Look at the pre-overlay output dir — this is what the overlay is trying to modify. Common root cause: up
Explore related resources
Frequently asked questions
What is skill-fix-overlay?
skill-fix-overlay is a open-source AI agent skill with Copy skill directory. [Skill] Diagnose and fix overlay issues in Azure Linux components. Use when overlays fail to apply, produce unexpected results, or need debugging.
Who is skill-fix-overlay best for?
skill-fix-overlay is best for reusing agent instructions, scripts, and references, research workflows.
How do I install skill-fix-overlay?
Install or run skill-fix-overlay using Copy skill directory. Check skill-fix-overlay for the latest setup command.
Is skill-fix-overlay actively maintained?
skill-fix-overlay may need a closer maintenance check before production use.
Auto-fetched from GitHub.