·loose-ends

Before declaring work complete, checks for loose ends: unused imports, TODO comments created, missing tests, stale references, incomplete error handling. Activates after implementing features or fixes. The cleanup that always gets skipped.

4Installs·1Trend·@elliotjlt

Installation

$npx skills add https://github.com/elliotjlt/claude-skill-potions --skill loose-ends

How to Install loose-ends

Quickly install loose-ends AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/elliotjlt/claude-skill-potions --skill loose-ends
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: elliotjlt/claude-skill-potions.

SKILL.md

View raw

Implementation feels done, but loose ends remain. The import you added but didn't use. The TODO you wrote and forgot. The test you meant to add. The console.log you left in. This skill forces a sweep before declaring victory.

| Fix now | Broken imports, missing exports | Blocks functionality | | Fix now | console.log in production code | Leaks info | | Should fix | Unused imports/variables | Code smell | | Should fix | Missing tests for new logic | Technical debt | | Note for later | Old TODOs in touched files | Existing debt | | Ignore | Style inconsistencies | Not your scope |

Before declaring work complete, checks for loose ends: unused imports, TODO comments created, missing tests, stale references, incomplete error handling. Activates after implementing features or fixes. The cleanup that always gets skipped. Source: elliotjlt/claude-skill-potions.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/elliotjlt/claude-skill-potions --skill loose-ends
Category
>_Productivity
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from elliotjlt/claude-skill-potions

Quick answers

What is loose-ends?

Before declaring work complete, checks for loose ends: unused imports, TODO comments created, missing tests, stale references, incomplete error handling. Activates after implementing features or fixes. The cleanup that always gets skipped. Source: elliotjlt/claude-skill-potions.

How do I install loose-ends?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/elliotjlt/claude-skill-potions --skill loose-ends Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/elliotjlt/claude-skill-potions

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-26