Tighten banner
jnelken jnelken

Tighten

Code Quality community

Description

--- description: Scan a file, folder, or repo for high-confidence refactor wins that reduce complexity with minimal side effects argument-hint: File path, folder path, or '.' for the whole repo --- # Tighten Scan the target for a single clear, low-risk refactor win. Stop as soon as you find one high-confidence issue you can solve, fix it, and move on. Log any other potential issues you notice along the way to the repo's tighten memory file for future runs. ## Target $ARGUMENTS (if empty, sc

Installation

Installs to ~/.claude/skills/jnelken-ai-tools-tighten/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jnelken-ai-tools-tighten && curl -fsSL https://raw.githubusercontent.com/jnelken/ai-tools/HEAD/commands/tighten.md -o ~/.claude/skills/jnelken-ai-tools-tighten/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository