itsAR-VR

audit-inline-complexity

0
0
# Install this skill:
npx skills add itsAR-VR/goatedskills --skill "audit-inline-complexity"

Install specific skill from multi-skill repository

# Description

Audit inline complexity and recommend variable extraction; produces a report with flattening suggestions for nested expressions.

# SKILL.md


name: audit-inline-complexity
description: Audit inline complexity and recommend variable extraction; produces a report with flattening suggestions for nested expressions.


Instructions

Read all references in references/ before using this skill.

Signals

  • Reviewing code for nested calls or deep attribute chains
  • Compound expressions that should be flattened with named intermediates
  • The user asks to "audit complexity" or "flatten expressions"
  • Readability concerns in conditionals, returns, or argument lists

References

Directory: references/

  • 01_GOAL.md
  • 02_DEFINITIONS.md
  • 03_INVARIANTS.md
  • 04_SCOPE.md
  • 05_CHECKS.md
  • 06_OUTPUT.md

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.