run-maintenance
Installation
SKILL.md
Maintenance Prep Skill
This skill prepares the XerahS workspace for release, changelog, or routine repository maintenance. It is not the source of truth for commit, push, tag, or version-prefix rules.
Canonical references:
- Git/version/commit/push rules: git-workflow
- Changelog generation and grouping rules: update-changelog
- Full release bump/tag automation: publish-release
- General repository policy: AGENTS.md
Scope
Use this skill to:
- Sync the main repository and submodules.
- Inspect sibling repositories when the maintenance task explicitly touches them.
- Identify whether a version bump or changelog update is needed.
- Run the relevant pre-commit build after changes are made.
- Leave final staging, commit, push, and tag decisions to
git-workfloworpublish-release.