monorepo-strategy

Enforce scoped conventional commits to en

Content Preview
# Monorepo Changelog Strategy

## Approaches

| Strategy | When to use | Tradeoff |
|----------|-------------|----------|
| Single root changelog | Product-wide releases, small teams | Simple but loses package-level detail |
| Per-package changelogs | Independent versioning, large teams | Clear ownership but harder to see full picture |
| Hybrid model | Root summary + package-specific details | Best of both, more maintenance |

## Commit Scoping Pattern

Enforce scoped conventional commits to en
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/monorepo-strategy.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/changelog-generator/references/monorepo-strategy.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/changelog-generator/references/monorepo-strategy.md

Related Skills