Full Scan
CommunityAutomate multi-file operations, effortlessly.
Software Engineering#code quality#automation#developer tools#refactoring#file processing#batch operations#glob pattern
AuthorKiikurage
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually applying the same change across many files is time-consuming and error-prone. This Skill automates systematic modifications, ensuring consistency and saving effort across your codebase.
Core Features & Use Cases
- Batch File Processing: Apply a specific operation (e.g., linting, type fixing, style unification) to all files matching a glob pattern.
- Progress Tracking: Initialize, add patterns, get next files, and mark completion, maintaining state across sessions.
- Use Case: Fix all guideline violations in
packages/**/*.tsxfiles, or unify code style across allsrc/**/*.tsfiles in a large codebase, ensuring every file meets your standards without manual oversight.
Quick Start
Initialize a new scan session for a specific purpose
python3 .claude/skills/full_scan/full_scan.py init "Fix guideline violations"
Add files to scan using a glob pattern
python3 .claude/skills/full_scan/full_scan.py add "packages/**/*.tsx"
Get the next 5 files to process
python3 .claude/skills/full_scan/full_scan.py next
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Full Scan Download link: https://github.com/Kiikurage/Claude-Code-Sample/archive/main.zip#full-scan Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.