repo-release-governance

Automate repository task governance for requirements and release tracking.

59|11|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Harzva/learn-likecc --skill repo-release-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-release-governance
Source: https://github.com/Harzva/learn-likecc/tree/main/.claude/skills/repo-release-governance
Command: npx skills add https://github.com/Harzva/learn-likecc --skill repo-release-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that every new requirement, release, or roadmap update is documented, tracked, and aligned with the repo workflow, preventing loss of scope or missed updates during project evolution.

Core Features & Use Cases

  • Plan-driven governance: Record each new requirement in a central plan file (preferred: .claude/plans/likecode-model-freedom-roadmap.md) and keep related work visible in ongoing plans.
  • Visibility of unfinished work: Preserve incomplete items in README TODO sections and relevant plans so nothing is forgotten.
  • Release-aware updates: When changes touch release shape, update CHANGELOG.md, version strings, and Pages-facing copy to reflect user-facing changes.
  • Scoped commits and traceability: Encourage commits that are tightly scoped to current tasks and clearly summarize what was included or excluded.

Quick Start

Begin by recording each new requirement in a plan file and keep unfinished work visible in README TODO sections.

Frequently Asked Questions about repo-release-governance

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

FAQPage Schema
How do I track unfinished roadmap items and prevent scope loss during repository releases?

Repository release governance automates tracking by enforcing that new requirements are recorded in central plan files while unfinished work stays visible in README TODO sections. This prevents scope loss by aligning roadmap changes with ongoing repository workflows.

What is the best way to align documentation updates with versioning and release activities?

Aligning documentation with versioning requires updating CHANGELOG.md, version strings, and GitHub Pages copy whenever changes touch the release shape. This release-aware governance ensures user-facing copy accurately reflects the latest project scope and release artifacts.

How do I enforce traceable and scoped git commits for roadmap changes?

Enforce traceable git commits by scoping changes tightly to current tasks and summarizing included or excluded items. Governance automation ensures commits directly reference plan files, keeping roadmap updates traceable across the repository workflow.

Do I need a central plan file to manage repository release governance?

Yes, a central plan file is required to manage release governance effectively. Recording new requirements in a designated plan directory ensures every roadmap update is documented, tracked, and aligned with the repo workflow before release activities begin.

Can I automate roadmap and pages updates without losing track of unfinished work?

Automating roadmap and pages updates preserves unfinished work by keeping incomplete items visible in README TODO sections and relevant plans. Governance automation updates release artifacts while ensuring no ongoing tasks are forgotten during project evolution.

When should I not use automated release governance for my repository?

Automated release governance may not suit projects lacking structured plan files or README workflows. If your repository does not follow a plan-driven approach with central documentation, enforcing governance automation for versioning and roadmap updates will not yield traceable results.