repo-maintenance

Automate version bumps, changelog updates, and deployment synchronization across packages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LadderChaos/tora-skills --skill repo-maintenance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-maintenance
Source: https://github.com/LadderChaos/tora-skills/tree/main/repo-maintenance
Command: npx skills add https://github.com/LadderChaos/tora-skills --skill repo-maintenance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates and standardizes repository maintenance tasks such as version bumps, changelog updates, deployment synchronization, and status tracking.

Core Features & Use Cases

  • Version bumps across packages and projects
  • Update CHANGELOG.md and STATUS.md consistently
  • Synchronize deployment addresses after releases and track release status

Quick Start

Run the repo-maintenance skill to bump the version for a new release and update CHANGELOG.md, STATUS.md, and deployment configurations accordingly.

Frequently Asked Questions about repo-maintenance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate version bumps and changelog updates for a monorepo release?

To automate monorepo version bumps and changelog updates, this skill standardizes release workflows by updating version files across packages and prompting consistent updates to CHANGELOG.md. It ensures versioning consistency during feature releases and hotfixes.

What is the best way to synchronize deployment configurations across multiple packages?

The best way to synchronize deployment configurations is using a standardized repository maintenance workflow that coordinates deployment addresses after releases. This skill tracks release status and updates deployment configs across all packages to maintain consistency.

How do I maintain a STATUS.md file alongside my changelog during routine maintenance?

Maintaining a STATUS.md file alongside your changelog during routine maintenance is done by enforcing workflows that prompt updates to both files simultaneously. This skill ensures STATUS.md and CHANGELOG.md stay consistent during version bumps and releases.

Can I use this repository maintenance workflow for multi-package projects with CI/CD pipelines?

Yes, you can use this repository maintenance workflow for multi-package projects with CI/CD pipelines. It applies to monorepos or multi-package setups, coordinating version files and deployment configurations to ensure consistency across your CI/CD release process.

Does this skill handle hotfix versioning and deployment tracking differently than feature releases?

Hotfix versioning and deployment tracking use the same standardized workflow as feature releases. This skill applies consistent version bumps, changelog updates, and deployment synchronization rules to both hotfixes and routine maintenance without requiring separate processes.