practice-hub-debugging

Remove console.log statements and track TODO, FIXME, and HACK comments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JoeInnsp23/practice-hub --skill practice-hub-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: practice-hub-debugging
Source: https://github.com/JoeInnsp23/practice-hub/tree/main/.claude/skills/practice-hub-debugging
Command: npx skills add https://github.com/JoeInnsp23/practice-hub --skill practice-hub-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manual debugging and pre-production code cleanup are time-consuming and error-prone. This Skill automates critical quality assurance tasks, ensuring your codebase is clean, efficient, and ready for deployment.

Core Features & Use Cases

  • Console Log Removal: Automatically find and remove console.log statements, preventing debug code from reaching production.
  • Technical Debt Tracking: Systematically track TODO, FIXME, HACK comments to manage technical debt.
  • Pre-Production Checklist: Guides through a comprehensive checklist for production readiness, covering critical and high-priority items.
  • Use Case: Before deploying a new feature, use this Skill to automatically remove all console.log statements and generate a report of outstanding TODO items, ensuring a clean and stable release.

Quick Start

Use the practice-hub-debugging skill to automatically remove all console.log statements from the codebase.