auto-clean

Inspects HTML and CSS code for defects and reports findings without modifying files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of cleaning up HTML and CSS code before submission, identifying and reporting potential issues like debug remnants, comments, and naming inconsistencies.

Core Features & Use Cases

  • Code Inspection: Detects and reports various code quality issues in HTML and CSS.
  • Pre-submission Check: Ensures code is clean and adheres to best practices before final review.
  • Use Case: Before submitting your project, run this skill to catch any leftover console.log statements, misplaced comments, or CSS properties that violate ordering rules.

Quick Start

Run the auto-clean skill to inspect the current project's HTML and CSS files.

Frequently Asked Questions about auto-clean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up HTML and CSS code before submission?

To clean up HTML and CSS before submission, you can run an automated inspection to detect debug remnants, comments, AI-generated text, and style inconsistencies. The tool reports findings without modifying files, awaiting your confirmation for any changes.

How do I find leftover debug statements and comments in my HTML and CSS files?

Finding leftover debug statements and comments in HTML and CSS files is done by performing automated code inspection. The process uses grep for efficient pattern matching to identify debug remnants and reports the issues for you to review.

Can I automatically fix CSS naming errors and style inconsistencies?

You cannot automatically fix CSS naming errors and style inconsistencies with this tool, as it only reports findings without making modifications. It identifies common patterns and style issues, then awaits your confirmation before applying any changes.

Does code inspection work with large HTML and CSS projects?

Code inspection works with large HTML and CSS projects by utilizing grep for efficient pattern matching before reading files. This approach optimizes token usage, making the cleanup and inspection process efficient even with substantial codebases.

What is the best way to check for AI-generated text in HTML and CSS?

The best way to check for AI-generated text in HTML and CSS is to run an automated cleanup and inspection process. It identifies AI-generated text alongside debug remnants and naming errors, reporting the findings for your review.