hone:method-brevity-audit

Installation
SKILL.md

Method Brevity Audit

What This Skill Does

Walks the source tree and identifies methods, functions, and closures whose line count exceeds a configurable threshold. For each finding it reports the fully qualified name, file path with line range, language, line count, and optional complexity hints (nesting depth, number of branches, parameter count). Findings are ranked longest-first so the worst offenders surface immediately.

When To Use

  • On a weekly schedule as a codebase health check.
  • After a large merge or feature branch lands to catch method bloat.
  • When onboarding to an unfamiliar codebase to find hot spots.
  • When the user asks to "find long methods" or "audit method length".

Do Not Use

Installs
4
First Seen
Apr 18, 2026
hone:method-brevity-audit — ckorhonen/hone-skills