Improve skills flagged by the skill-browser audit.
Running skill-browser audit shows many skills missing quality indicators:
These gaps make skills less useful for agents trying to follow them.
skill-browser audit
Shows issues like:
Omni/Bild/Skill.md — no process/steps sectionOmni/Deploy/Skill.md — no process/steps sectionOmni/Ide/Git.md — no process/steps sectionOmni/Ide/Test.md — no process/steps sectionOmni/Agent/Skills/*.md — many missing process sectionsUpdate flagged skills to include: 1. Process/Steps section — Clear step-by-step instructions 2. Examples — Code blocks showing usage 3. Description — One-line summary after the title
Each skill should follow this structure:
# <Skill Name>
<One-line description of when to use this skill.>
## Process
1. Step one
2. Step two
3. Step three
## Examples
\`\`\`bash
# Example command or code
\`\`\`
## Common Mistakes
- Thing to avoid
## See Also
- Related skills
1. Run skill-browser audit to get the list
2. For each flagged skill:
3. Re-run audit to verify fixes
Start with the most-used skills:
1. Omni/Ide/Git.md
2. Omni/Ide/Test.md
3. Omni/Bild/Skill.md
4. Omni/Deploy/Skill.md
5. Omni/Agent/Skills/*.md (tool-specific skills)
After changes:
skill-browser audit
Should show fewer (ideally zero) issues.
All files listed by skill-browser audit, prioritizing:
Omni/Ide/Git.mdOmni/Ide/Test.mdOmni/Bild/Skill.mdOmni/Deploy/Skill.mdskill-browser audit shows no issues for modified skillsUpdated high-priority skills with Process/Examples sections; skill-browser audit now passes.
Ran skill-browser audit; all skills already pass basic quality checks in this worktree, so no changes required.