Highcharts PR Review
SkillDev toolsLets your agent review code changes for correctness, performance, accessibility, docs, and tests.
Available today. Use it from your connected AI after setup.
No other account needed.
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 diffandgit diff --staged. - If PR metadata is available, review labels/tags and the PR description before reviewing code.
Checklist
- Read context first:
CODE_REVIEWS.mdCONTRIBUTING.mdrepo-guidelines.mdts/DOCLETS.mdsamples/README.mdtest/readme.md
- 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.
- Verify correctness:
- Edge cases, null/undefined handling, backward compatibility, API consistency.
- Verify performance and size:
- Avoid O(n^2) loops in hot paths, avoid extra redraw/reflow, keep bundle/core impact low.
- 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-toneskill.
- 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:
- Verdict: Ready / Needs changes / Needs discussion
- Blocking issues
- 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