binary-size-analysis

Installation
SKILL.md

hermesvm Binary Size Analysis

Analyze per-commit binary size changes of the hermesvm shared library across a git commit range. Produces a markdown report with per-commit sizes and summary tables of significant increases and decreases.

When This Skill Applies

  • Analyzing which commits caused hermesvm binary size growth
  • Investigating size regressions in the hermesvm library
  • Producing a size report for a range of commits

Pre-Run Prompt

Before starting, inform the user how size is measured and ask about verification:

  1. Explain the measurement method: Tell the user that sizes are measured by summing ALLOC section sizes (via readelf -SW on Linux or otool -l on macOS), not by measuring the file size with stat. This excludes alignment
Related skills
Installs
4
Repository
facebook/hermes
GitHub Stars
11.0K
First Seen
Mar 10, 2026