원클릭으로
gorgon
gorgon에는 enchanter-ai에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Returns per-function McCabe cyclomatic complexity (G2) and per-module Halstead volume (G4). Lists top complexity offenders with absolute scores and percentile rank in the repo distribution. Use when the user runs /gorgon:complexity, asks "what are the most complex functions", or asks about per-function risk. Do not use for cross-file structural ranking (see /gorgon:hotspots).
Returns the 1-hop and 2-hop dependency neighbourhood of a given file in both directions (imports it depends on, importers that depend on it). Reads plugins/gorgon-gaze/state/snapshot.json. Use when the user runs /gorgon:deps <file>, asks "what depends on X", or asks "what does X import". Do not use for cross-file complexity (see /gorgon:complexity).
Returns the top-N hotspot ranking with bootstrap 95% CI per file. Reads the current snapshot at plugins/gorgon-gaze/state/snapshot.json. Use when the user runs /gorgon:hotspots, asks "which files matter most", or asks "where is the structural risk in this codebase". Do not use for per-function complexity (see /gorgon:complexity) or for dependency neighbourhoods (see /gorgon:deps).