plugins/setup-environment/skills/ln-002-session-analyzer/SKILL.md
Analyzes current or recent session for errors, inefficiencies, and improvement opportunities across skills, tools, hooks, and communication. Use after completing a task or periodically.
npx skillsauth add levnikolaevich/claude-code-skills ln-002-session-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: This is a Codex-native adapter. Load canonical files relative to the skills repo root.
MANDATORY READ: Load skills-catalog/ln-002-session-analyzer/SKILL.md.
Version: 1.0.0 Last Updated: 2026-04-24
testing
Audits architecture config boundaries: typed settings, scattered env reads, config leakage, and layer ownership. Use for config architecture.
tools
Finds architecture-level modernization opportunities: obsolete custom mechanisms, overbuilt extension points, and simplifiable architecture. Use when auditing architecture evolution.
development
Builds dependency topology, detects cycles, validates import rules, and calculates coupling metrics. Use when auditing architecture topology.
testing
Checks layer, resource ownership, and orchestration boundaries. Use when auditing architecture boundary enforcement.