otel-changelog-pr-verifier

Solid

Verify whether CHANGELOG entries in an OpenTelemetry Go repository point to the correct pull requests and whether each `(#NNNN)` matches the described change. Use when checking a release PR, validating a CHANGELOG section, or screening only mismatched changelog-to-PR references.

Data & Documents 36 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# OTel Changelog PR Verifier Verify `CHANGELOG.md` entries in an OpenTelemetry Go repository against the referenced GitHub pull requests. ## Operating Mode Prioritize: - exact PR-to-entry matching before prose quality - the release section under review, not the entire changelog - concrete mismatches only - local repository evidence first, GitHub metadata second Do not flood the user with entries that are already correct. ## Execution Assumption Assume the user has provided a concrete target PR, usually as a PR number or PR URL in the current repository. The default example repository is `open-telemetry/opentelemetry-go`, but the same workflow applies to similar OpenTelemetry Go repositories when the task is already anchored to a specific repository and PR. ## Workflow ### 1. Check out the target PR locally Prefer: ```bash gh pr checkout <pr-number> git status --short --branch gh pr view <pr-number> --json baseRefName ``` If the local checkout is not already anchored to the target repository, use an explicit repo selector: ```bash gh pr checkout <pr-number> -R <owner/repo> git remote -v gh pr view <pr-number> -R <owner/repo> --json baseRefName ``` If `gh` cannot reach GitHub because of sandbox restrictions, request escalation and retry. Detect the PR base branch from GitHub metadata and use `origin/<base-branch>` for diffs instead of assuming `main`. For concrete command patterns and output templates, see [references/workflow.md](references/workflow.md). ### ...

Details

Author
flc1125
Repository
flc1125/skills
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category