mit einem Klick
gorgon
gorgon enthält 3 gesammelte Skills von enchanter-ai, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
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).