Highcharts PR Review

SkillDev tools

Lets your agent review code changes for correctness, performance, accessibility, docs, and tests.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Highcharts PR Review skill

About this capability

Review Highcharts code changes for correctness, performance, API consistency, accessibility, docs/doclets, and tests using CODE_REVIEWS.md.

What this skill tells your AI

The instructions your AI receives, as published by highcharts/highcharts in .agents/skills/review-pr/SKILL.md and read by ahel’s review.

Use this skill when reviewing a PR, branch diff, staged diff, or selected files.

Inputs

  • Optional scope: file paths, commit range, or branch.
  • If no scope is provided, review git diff and git diff --staged.
  • If PR metadata is available, review labels/tags and the PR description before reviewing code.

Checklist

  1. Read context first:
  • CODE_REVIEWS.md
  • CONTRIBUTING.md
  • repo-guidelines.md
  • ts/DOCLETS.md
  • samples/README.md
  • test/readme.md
  1. Check PR metadata when available:
  • Verify labels/tags are correct.
  • Review the PR description against CONTRIBUTING.md#writing-content-for-the-changelog.
  • Confirm changelog labels/product tags are present when needed, and that the first paragraph is suitable changelog text.
  1. Verify correctness:
  • Edge cases, null/undefined handling, backward compatibility, API consistency.
  1. Verify performance and size:
  • Avoid O(n^2) loops in hot paths, avoid extra redraw/reflow, keep bundle/core impact low.
  1. Verify docs/doclets/types:
  • New/changed options and public types should have doclets and type coverage.
  • Flag undocumented behavior changes.
  • For doclet wording and style, apply the api-ref-tone skill.
  1. Verify tests:
  • Require unit/regression tests.
  • Prefer adding to existing test files.
  • If not automatable, require a manual test plan.

Output format

For each finding:

  • Severity: Critical | High | Medium | Low
  • Location: path:line
  • Issue
  • Suggestion

Then provide:

  1. Verdict: Ready / Needs changes / Needs discussion
  2. Blocking issues
  3. Non-blocking improvements

Signals

GitHub stars
12k
Forks
4k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
review-pr-highcharts
Source
github.com/highcharts/highcharts