skills/skills/langbot-skills-maintenance/SKILL.md
Use this skill before changing reusable assets in this repository.
AGENTS.md, skills/.env, and the relevant existing skill files.SKILL.md for routing and concise operating rules.references/*.md for canonical detailed workflows.cases/*.yaml for executable test-plan skeletons.suites/*.yaml for reusable groups of case ids.fixtures/fixtures.json for deterministic fixture readiness metadata.reports/evidence/<run-id>/automation-result.json as automation output and reports/evidence/<run-id>/result.json as final judgment output; neither is a catalog asset to commit.troubleshooting/*.yaml for one reusable failure mode.rg "<feature|error|case id>" skillsbin/lbs case listbin/lbs suite listbin/lbs fixture listAGENTS.md after edits.env, automation_env, or fixtures; put operator-confirmed assumptions in preconditions so test plan can surface manual_check.bin/lbs index --check to verify the committed index is current without writing it; run bin/lbs index when the index needs regeneration.For periodic repository audits, read references/curation-workflow.md.