CtrlK
BlogDocsLog inGet started
Tessl Logo

changelog-orchestrator

Draft changelog PRs by collecting GitHub/Slack/Git changes, formatting with templates, running quality gates, and preparing a branch/PR. Use when generating weekly/monthly release notes or when the user asks to create a changelog from recent merges. Trigger with "changelog weekly", "generate release notes", "draft changelog", "create changelog PR".

76

Quality

72%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/automation/mattyp-changelog/skills/changelog-orchestrator/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong skill description that clearly articulates specific capabilities (collecting changes from multiple sources, formatting, quality gates, PR preparation), provides explicit 'Use when' guidance, and includes natural trigger phrases. It uses proper third-person voice throughout and is concise without being vague. The description would effectively differentiate this skill from related Git or documentation skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: collecting GitHub/Slack/Git changes, formatting with templates, running quality gates, and preparing a branch/PR. These are detailed, actionable capabilities.

3 / 3

Completeness

Clearly answers both what (draft changelog PRs by collecting changes, formatting, running quality gates, preparing PR) and when (generating weekly/monthly release notes, creating changelog from recent merges), with explicit trigger phrases.

3 / 3

Trigger Term Quality

Includes excellent natural trigger terms users would actually say: 'changelog weekly', 'generate release notes', 'draft changelog', 'create changelog PR', plus contextual terms like 'weekly/monthly release notes' and 'recent merges'.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche combining changelog generation, PR creation, and release notes with specific trigger terms. Unlikely to conflict with general Git, GitHub, or documentation skills due to the specific changelog/release notes focus.

3 / 3

Total

12

/

12

Passed

Implementation

44%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill has good structural organization with appropriate progressive disclosure to reference files, but suffers from a critically broken workflow sequence with misnumbered steps and incomplete logic branches. Actionability is weakened by missing concrete command invocations and parameters, and several workflow steps are vague or truncated (e.g., 'Decide date range:' with no content, quality threshold remediation path unclear).

Suggestions

Fix the step numbering to use a single sequential list (1-9) or clearly nest sub-steps with consistent indentation (e.g., 3a, 3b) to restore workflow clarity.

Complete the truncated steps: fill in 'Decide date range' logic and clarify what happens when the quality score is below threshold (the current sub-steps appear to be the happy path, not error recovery).

Add concrete command invocations with arguments, e.g., `python ${CLAUDE_SKILL_DIR}/scripts/validate_config.py .changelog-config.json` instead of just referencing the script path.

Include at least one inline example showing a minimal config and expected changelog output, rather than deferring all examples to a separate file.

DimensionReasoningScore

Conciseness

Mostly efficient but includes some unnecessary sections like the Prerequisites section explaining basic requirements Claude can infer. The Resources section at the end partially duplicates script references already mentioned in the workflow steps.

2 / 3

Actionability

References specific scripts and paths which is good, but the workflow steps lack concrete executable commands (e.g., how to invoke the scripts with what arguments). Key details like how to 'decide date range' or what the quality threshold is are missing. No example invocations or expected outputs are shown inline.

2 / 3

Workflow Clarity

The numbered list has broken nesting — steps restart numbering multiple times (1,2,3 then 1,2,3 then 1,2 then 1,2,3), making the sequence confusing and ambiguous. Critical validation/feedback loops are incomplete: step about quality score says 'If score is below threshold:' but the sub-steps that follow appear to be the success path (writing file, creating branch), not the remediation path. The date range decision step is empty.

1 / 3

Progressive Disclosure

Good structure with a concise overview pointing to one-level-deep references (implementation.md, errors.md, examples.md). Content is appropriately split between the skill file and reference documents, with clear navigation signals.

3 / 3

Total

8

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.