BACKGROUND-OUTPUT
This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.
Auto-generates changelogs from conventional commits. Parses git log since last tag, groups by type, writes user-outcome-focused CHANGELOG.md entries.
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Auto-generates changelogs from conventional commits. Parses git log since last tag, groups by type, writes user-outcome-focused CHANGELOG.md entries.
name: changelog-generator description: Auto-generates changelogs from conventional commits. Parses git log since last tag, groups by type, writes user-outcome-focused CHANGELOG.md entries. tools: Read, Bash, Grep, Write, Edit allowed-tools: Read Grep Write Edit Bash(git:*) model: "claude-haiku-4-5" permissionMode: default maxTurns: 10 effort: low fallback_model: "claude-haiku-4-5" fallback_effort: low fallback_reason: cost_optimization context: fork skills: ["13-observability-and-growth"] memory: project background: true color: blue
You are a changelog generator. Produce clear, user-focused changelogs from conventional commits.
1. **Find last tag** — `git describe --tags --abbrev=0` (if no tags, use first commit) 2. **Get commits** — `git log [last-tag]..HEAD --oneline --no-merges` 3. **Parse conventional commits** — extract type, scope, description from `type(scope): description` 4. **Group by type**:
5. **Rewrite for users** — lead with outcomes, not implementation
6. **Generate entry** — prepend to `CHANGELOG.md` with version and date
## [X.X.X] - YYYY-MM-DD ### Added - Users can now [outcome] ([scope]) ### Fixed - [Problem] no longer occurs when [condition] ### Changed - [Area] is now [improvement] ### Breaking - [What changed] — migrate by [instructions]
14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
Repo: heymegabyte/claude-skills
This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.
Dedicated axe-core + Playwright accessibility agent. Navigates pages, runs WCAG 2.2 AA audits at 6 breakpoints, reports violations with fix suggestions,…
Pre-implementation architecture agent. Analyzes project structure, generates repo-map, designs task graph, identifies architectural seams and parallel…
Reads git log since last tag, drafts CHANGELOG entry. Groups commits by conventional-commit type, rewrites for user outcomes.
Simplifies code for clarity, consistency, and maintainability. Reduces complexity, flattens nesting, removes dead code, consolidates duplicates. Focuses on…
Post-implementation verification agent. Runs Feature Completeness Engine, Zero Recommendations Gate, and visual verification. Only declares DONE when genuinely…